Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java 2.1.5
-
None
Description
AbstractOutputProcessor implements OutputProcessor.
It needlessly redirects OutputProcessor.processNextEvent to a new abstract method AbstractOutputProcessor.processEvent with the exact same purpose and signature.
This is unnecessarily confusing.
It would be simpler and better to remove that abstract method and let subclasses implement processEvent from the interface straight away instead.
Attachments
Attachments
Issue Links
- is depended upon by
-
SANTUARIO-532 User-defined and delayed evaluation of which XML elements need to be secured
- Open
- is related to
-
SANTUARIO-539 Simplify and align InputProcessor methods with OutputProcessor
- Closed