summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/abstraction/instanceof_chain/expected.xml
blob: f6524570189ad0f2d63dd5c8c744db72056b771e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>InstanceofChain.java</file>
    <line>5</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Chain of 'instanceof' checks</problem_class>
    <description>Chain of 'instanceof' checks indicates abstraction failure #loc</description>
  </problem>

  <problem>
    <file>InstanceofChain.java</file>
    <line>23</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Chain of 'instanceof' checks</problem_class>
    <description>Chain of 'instanceof' checks indicates abstraction failure #loc</description>
  </problem>

  <problem>
    <file>InstanceofChain.java</file>
    <line>15</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Chain of 'instanceof' checks</problem_class>
    <description>Chain of 'instanceof' checks indicates abstraction failure #loc</description>
  </problem>
</problems>