summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/bugs/mismatched_array_read_write/expected.xml
blob: c1b9fc0fdffa9be7157d6cc24617736c498e5be5 (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
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>MismatchedArrayReadWrite.java</file>
    <line>20</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Mismatched read and write of array</problem_class>
    <description>Contents of array &lt;code&gt;barzoom&lt;/code&gt; are read, but never written to #loc</description>
  </problem>

  <problem>
    <file>MismatchedArrayReadWrite.java</file>
    <line>32</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Mismatched read and write of array</problem_class>
    <description>Contents of array &lt;code&gt;barzoom&lt;/code&gt; are read, but never written to #loc</description>
  </problem>

  <problem>
    <file>MismatchedArrayReadWrite.java</file>
    <line>14</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Mismatched read and write of array</problem_class>
    <description>Contents of array &lt;code&gt;barzoom&lt;/code&gt; are written to, but never read #loc</description>
  </problem>

  <problem>
    <file>MismatchedArrayReadWrite.java</file>
    <line>38</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Mismatched read and write of array</problem_class>
    <description>Contents of array &lt;code&gt;barzoom&lt;/code&gt; are read, but never written to #loc</description>
  </problem>

  <problem>
    <file>MismatchedArrayReadWrite.java</file>
    <line>5</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Mismatched read and write of array</problem_class>
    <description>Contents of array &lt;code&gt;bar&lt;/code&gt; are read, but never written to #loc</description>
  </problem>

  <problem>
    <file>MismatchedArrayReadWrite.java</file>
    <line>4</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Mismatched read and write of array</problem_class>
    <description>Contents of array &lt;code&gt;foo&lt;/code&gt; are written to, but never read #loc</description>
  </problem>

  <problem>
    <file>MismatchedArrayReadWrite.java</file>
    <line>90</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Mismatched read and write of array</problem_class>
    <description>Contents of array &lt;code&gt;barzoom&lt;/code&gt; are written to, but never read #loc</description>
  </problem>

  <problem>
    <file>MismatchedArrayReadWrite.java</file>
    <line>100</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Mismatched read and write of array</problem_class>
    <description>Contents of array &lt;code&gt;arr&lt;/code&gt; are written to, but never read #loc</description>
  </problem>

  <problem>
    <file>MismatchedArrayReadWrite.java</file>
    <line>95</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Mismatched read and write of array</problem_class>
    <description>Contents of array &lt;code&gt;barzoom&lt;/code&gt; are written to, but never read #loc</description>
  </problem>

  <problem>
    <file>MismatchedArrayReadWrite.java</file>
    <line>61</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Mismatched read and write of array</problem_class>
    <description>Contents of array &lt;code&gt;rowData&lt;/code&gt; are written to, but never read #loc</description>
  </problem>


</problems>