summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/errorhandling/error_rethrown/expected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/test/com/siyeh/igtest/errorhandling/error_rethrown/expected.xml')
-rw-r--r--plugins/InspectionGadgets/test/com/siyeh/igtest/errorhandling/error_rethrown/expected.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/InspectionGadgets/test/com/siyeh/igtest/errorhandling/error_rethrown/expected.xml b/plugins/InspectionGadgets/test/com/siyeh/igtest/errorhandling/error_rethrown/expected.xml
new file mode 100644
index 000000000000..decb0cd59086
--- /dev/null
+++ b/plugins/InspectionGadgets/test/com/siyeh/igtest/errorhandling/error_rethrown/expected.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<problems>
+ <problem>
+ <file>ErrorRethrown.java</file>
+ <line>11</line>
+ <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'java.lang.Error' not rethrown</problem_class>
+ <description>Error &lt;code&gt;e&lt;/code&gt; not rethrown #loc</description>
+ </problem>
+
+ <problem>
+ <file>ErrorRethrown.java</file>
+ <line>39</line>
+ <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'java.lang.Error' not rethrown</problem_class>
+ <description>Error &lt;code&gt;e&lt;/code&gt; not rethrown #loc</description>
+ </problem>
+</problems> \ No newline at end of file