summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/maturity/ThrowablePrintStackTraceInspection.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/test/com/siyeh/igtest/maturity/ThrowablePrintStackTraceInspection.java')
-rw-r--r--plugins/InspectionGadgets/test/com/siyeh/igtest/maturity/ThrowablePrintStackTraceInspection.java16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/InspectionGadgets/test/com/siyeh/igtest/maturity/ThrowablePrintStackTraceInspection.java b/plugins/InspectionGadgets/test/com/siyeh/igtest/maturity/ThrowablePrintStackTraceInspection.java
deleted file mode 100644
index fb06eb5c9ba8..000000000000
--- a/plugins/InspectionGadgets/test/com/siyeh/igtest/maturity/ThrowablePrintStackTraceInspection.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package com.siyeh.igtest.maturity;
-
-import java.io.IOException;
-import java.io.PrintStream;
-
-public class ThrowablePrintStackTraceInspection
-{
- public ThrowablePrintStackTraceInspection()
- {
- }
-
- public void foo()
- {
- new Throwable().printStackTrace();
- }
-} \ No newline at end of file