summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statements_without_default/expected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statements_without_default/expected.xml')
-rw-r--r--plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statements_without_default/expected.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statements_without_default/expected.xml b/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statements_without_default/expected.xml
new file mode 100644
index 000000000000..e3ec484499da
--- /dev/null
+++ b/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statements_without_default/expected.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<problems>
+
+ <problem>
+ <file>SwitchStatementsWithoutDefault.java</file>
+ <line>32</line>
+ <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'switch' statement without 'default' branch</problem_class>
+ <description>&lt;code&gt;switch&lt;/code&gt; statement without 'default' branch #loc</description>
+ </problem>
+
+ <problem>
+ <file>SwitchStatementsWithoutDefault.java</file>
+ <line>55</line>
+ <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'switch' statement without 'default' branch</problem_class>
+ <description>&lt;code&gt;switch&lt;/code&gt; statement without 'default' branch #loc</description>
+ </problem>
+
+</problems> \ No newline at end of file