summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ThrowablePrintedToSystemOut.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/ThrowablePrintedToSystemOut.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/ThrowablePrintedToSystemOut.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/ThrowablePrintedToSystemOut.html b/plugins/InspectionGadgets/src/inspectionDescriptions/ThrowablePrintedToSystemOut.html
new file mode 100644
index 000000000000..495ded735935
--- /dev/null
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/ThrowablePrintedToSystemOut.html
@@ -0,0 +1,11 @@
+<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> \ No newline at end of file