summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/naming/standard_variable_names/expected.xml
blob: aa28723a840c5398150ef9d3911d535c9538d55f (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
<?xml version="1.0" encoding="UTF-8"?>
<problems>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>6</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;c&lt;/code&gt; doesn't have type 'char' or 'java.lang.Character' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>7</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;ch&lt;/code&gt; doesn't have type 'char' or 'java.lang.Character' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>8</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;d&lt;/code&gt; doesn't have type 'double' or 'java.lang.Double' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>9</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;f&lt;/code&gt; doesn't have type 'float' or 'java.lang.Float' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>10</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;i&lt;/code&gt; doesn't have type 'int' or 'java.lang.Integer' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>10</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;j&lt;/code&gt; doesn't have type 'int' or 'java.lang.Integer' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>10</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;k&lt;/code&gt; doesn't have type 'int' or 'java.lang.Integer' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>10</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;m&lt;/code&gt; doesn't have type 'int' or 'java.lang.Integer' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>10</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;n&lt;/code&gt; doesn't have type 'int' or 'java.lang.Integer' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>11</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;l&lt;/code&gt; doesn't have type 'long' or 'java.lang.Long' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>12</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;s&lt;/code&gt; doesn't have type 'java.lang.String' #loc</description>
  </problem>

  <problem>
    <file>StandardVariableNames.java</file>
    <line>13</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Standard variable names</problem_class>
    <description>Variable named &lt;code&gt;str&lt;/code&gt; doesn't have type 'java.lang.String' #loc</description>
  </problem>
</problems>