summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/jdk/auto_unboxing/expected.xml
blob: b42d1de62abf0fb7f22c121e47eb41ef61cd4bb3 (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<problems>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>8</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;someNumber&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>9</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;someNumber&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>10</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;someNumber&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>15</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;new Integer(3)&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>16</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;new Integer(3)&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>19</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;new Integer(3)&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>27</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;value&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>31</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;value&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>36</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;Boolean.TRUE&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>37</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;Integer.valueOf(2)&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>45</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;b&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>49</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;i&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>58</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;o&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>AutoUnboxing.java</file>
    <line>59</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Auto-unboxing</problem_class>
    <description>Auto-unboxing &lt;code&gt;b&lt;/code&gt; #loc</description>
  </problem>
</problems>