blob: 495ded735935dbfe3f0d4b9fe6e7e551d60c3353 [file] [log] [blame]
<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>