summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/if_statement_with_identical_branches/expected.xml
blob: c85bba14ea3ba3bbc12c27b226ceba0e42922ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>IfStatementWithIdenticalBranches.java</file>
    <line>10</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'if' statement with identical branches</problem_class>
    <description>&lt;code&gt;if&lt;/code&gt; statement with identical branches #loc</description>
  </problem>

  <problem>
    <file>IfStatementWithIdenticalBranches.java</file>
    <line>15</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'if' statement with identical branches</problem_class>
    <description>&lt;code&gt;if&lt;/code&gt; statement with identical branches #loc</description>
  </problem>

  <problem>
    <file>IfStatementWithIdenticalBranches.java</file>
    <line>23</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'if' statement with identical branches</problem_class>
    <description>&lt;code&gt;if&lt;/code&gt; statement with identical branches #loc</description>
  </problem>

  <problem>
    <file>IfStatementWithIdenticalBranches.java</file>
    <line>44</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'if' statement with identical branches</problem_class>
    <description>&lt;code&gt;if&lt;/code&gt; statement with identical branches #loc</description>
  </problem>

  <problem>
    <file>IfStatementWithIdenticalBranches.java</file>
    <line>64</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'if' statement with identical branches</problem_class>
    <description>&lt;code&gt;if&lt;/code&gt; statement with identical branches #loc</description>
  </problem>

  <problem>
    <file>IfStatementWithIdenticalBranches.java</file>
    <line>96</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'if' statement with identical branches</problem_class>
    <description>&lt;code&gt;if&lt;/code&gt; statement with identical branches #loc</description>
  </problem>

  <problem>
    <file>IfStatementWithIdenticalBranches.java</file>
    <line>98</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'if' statement with identical branches</problem_class>
    <description>&lt;code&gt;if&lt;/code&gt; statement with identical branches #loc</description>
  </problem>

  <problem>
    <file>IfStatementWithIdenticalBranches.java</file>
    <line>100</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'if' statement with identical branches</problem_class>
    <description>&lt;code&gt;if&lt;/code&gt; statement with identical branches #loc</description>
  </problem>

  <problem>
    <file>IfStatementWithIdenticalBranches.java</file>
    <line>108</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'if' statement with identical branches</problem_class>
    <description>&lt;code&gt;if&lt;/code&gt; statement with identical branches #loc</description>
  </problem>
</problems>