<html> | |
<body> | |
Reports any calls to <b>System.out.println()</b> with an exception as an argument. | |
This is even worse than calling <b>printStackTrace()</b> on an exception, since it will be unclear where the exception originated. | |
Calls to <b>System.out.print()</b>, <b>System.err.println()</b> and <b>System.err.print()</b> with an exception argument will also be | |
reported. | |
<!-- tooltip end --> | |
<p> | |
<small>New in 13</small> | |
</body> | |
</html> |