summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/fallthru_in_switch_statement/expected.xml
blob: fa39d92753c664f6b39eff95305d7ea26b599ad4 (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>FallthruInSwitch.java</file>
    <line>22</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Fall-through in 'switch' statement</problem_class>
    <description>&lt;code&gt;case (5):&lt;/code&gt; fall-through in 'switch' statement #loc</description>
  </problem>

  <problem>
    <file>FallthruInSwitch.java</file>
    <line>23</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Fall-through in 'switch' statement</problem_class>
    <description>&lt;code&gt;case (6):&lt;/code&gt; fall-through in 'switch' statement #loc</description>
  </problem>

</problems>