Description
AbstractChainingListener calls beginListItem without parameters if the inheriting renderer doesn't implement it with parameters. However, such a compatibility mode doesn't exist for the equivalent endListItem method. This is unexpected and probably hasn't been noticed due to XRENDERING-643 which removes the parameters whenever, e.g., a look-ahead listener is in the chain. As fixing XRENDERING-643 exposes this unexpected behavior, this missing compatibility mode is a bug that would cause a regression and should thus be fixed before fixing XRENDERING-643.