summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/bugs/infinite_recursion/expected.xml
blob: 9f9c5dd54de53ea0791d872973b06ba15f57d2ab (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
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>InfiniteRecursion.java</file>
    <line>21</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Infinite recursion</problem_class>
    <description>Method &lt;code&gt;baz()&lt;/code&gt; recurses infinitely, and can only end by throwing an exception #loc</description>
  </problem>

  <problem>
    <file>InfiniteRecursion.java</file>
    <line>52</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Infinite recursion</problem_class>
    <description>Method &lt;code&gt;barangoo()&lt;/code&gt; recurses infinitely, and can only end by throwing an exception #loc
    </description>
  </problem>

  <problem>
    <file>InfiniteRecursion.java</file>
    <line>61</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Infinite recursion</problem_class>
    <description>Method &lt;code&gt;bazoomer()&lt;/code&gt; recurses infinitely, and can only end by throwing an exception #loc
    </description>
  </problem>

  <problem>
    <file>InfiniteRecursion.java</file>
    <line>78</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Infinite recursion</problem_class>
    <description>Method &lt;code&gt;foobarangus()&lt;/code&gt; recurses infinitely, and can only end by throwing an exception #loc
    </description>
  </problem>


  <problem>
    <file>InfiniteRecursion.java</file>
    <line>126</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Infinite recursion</problem_class>
    <description>Method &lt;code&gt;foo1()&lt;/code&gt; recurses infinitely, and can only end by throwing an exception #loc</description>
  </problem>

  <problem>
    <file>InfiniteRecursion.java</file>
    <line>132</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Infinite recursion</problem_class>
    <description>Method &lt;code&gt;foo2()&lt;/code&gt; recurses infinitely, and can only end by throwing an exception #loc</description>
  </problem>




  <problem>
    <file>InfiniteRecursion.java</file>
    <line>138</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Infinite recursion</problem_class>
    <description>Method &lt;code&gt;bar1()&lt;/code&gt; recurses infinitely, and can only end by throwing an exception #loc</description>
  </problem>


</problems>