summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/switch_statements_without_default/expected.xml
blob: e3ec484499da0b6207a23cac6b2a6e6b6539d867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>