summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/dataflow/scope/expected.xml
blob: 941a71eed17beda2ecfa7196779266bf0f31e625 (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
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>TooBroadScope.java</file>
    <line>12</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Scope of variable is too broad</problem_class>
    <description>Scope of variable &lt;code&gt;list&lt;/code&gt; is too broad #loc</description>
  </problem>

  <problem>
    <file>TooBroadScope.java</file>
    <line>22</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Scope of variable is too broad</problem_class>
    <description>Scope of variable &lt;code&gt;list&lt;/code&gt; is too broad #loc</description>
  </problem>

  <problem>
    <file>TooBroadScope.java</file>
    <line>30</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Scope of variable is too broad</problem_class>
    <description>Scope of variable &lt;code&gt;list&lt;/code&gt; is too broad #loc</description>
  </problem>

  <problem>
    <file>TooBroadScope.java</file>
    <line>37</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Scope of variable is too broad</problem_class>
    <description>Scope of variable &lt;code&gt;test&lt;/code&gt; is too broad #loc</description>
  </problem>

  <problem>
    <file>TooBroadScope.java</file>
    <line>107</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Scope of variable is too broad</problem_class>
    <description>Scope of variable &lt;code&gt;i&lt;/code&gt; is too broad #loc</description>
  </problem>
</problems>