CSR :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8229389 :
|
javax.xml.transform Interface ErrorListener The javadoc of the ErrorListener states that the default ErrorListener reports all warnings and errors to System.err. This is inappropriate since output to the console or server log (when it is so configured) could go unnoticed or unnecessarily clog the output channel. ErrorListener should not require implementations to do so. As is recommended, applications that wish to handle the warnings and errors shall always register their own listeners.
|