summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statement_density/expected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statement_density/expected.xml')
-rw-r--r--plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statement_density/expected.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statement_density/expected.xml b/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statement_density/expected.xml
new file mode 100644
index 000000000000..8cbf72395415
--- /dev/null
+++ b/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statement_density/expected.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<problems>
+ <problem>
+ <file>SwitchStatementDensity.java</file>
+ <line>15</line>
+ <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'switch' statement with too low of a branch density</problem_class>
+ <description>&lt;code&gt;switch&lt;/code&gt; has too low of a branch density (19%) #loc</description>
+ </problem>
+</problems> \ No newline at end of file