summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/performance/inner_class_may_be_static/expected.xml
blob: 0eb4ed32494cff6ac88a84bd0ef1e02cfa9dba5d (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
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>InnerClassMayBeStaticInspection.java</file>
    <line>6</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Inner class may be 'static'</problem_class>
    <description>Inner class &lt;code&gt;Nested&lt;/code&gt; may be 'static' #loc</description>
  </problem>

  <problem>
    <file>InnerClassMayBeStaticInspection.java</file>
    <line>60</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Inner class may be 'static'</problem_class>
    <description>Inner class &lt;code&gt;C&lt;/code&gt; may be 'static' #loc</description>
  </problem>

  <problem>
    <file>InnerClassMayBeStaticInspection.java</file>
    <line>66</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Inner class may be 'static'</problem_class>
    <description>Inner class &lt;code&gt;BeanCreator&lt;/code&gt; may be 'static' #loc</description>
  </problem>

  <problem>
    <file>InnerClassMayBeStaticInspection.java</file>
    <line>79</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Inner class may be 'static'</problem_class>
    <description>Inner class &lt;code&gt;C&lt;/code&gt; may be 'static' #loc</description>
  </problem>

  <problem>
    <file>InnerClassMayBeStaticInspection.java</file>
    <line>86</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Inner class may be 'static'</problem_class>
    <description>Inner class &lt;code&gt;G&lt;/code&gt; may be 'static' #loc</description>
  </problem>

  <problem>
    <file>InnerClassMayBeStaticInspection.java</file>
    <line>91</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Inner class may be 'static'</problem_class>
    <description>Inner class &lt;code&gt;H&lt;/code&gt; may be 'static' #loc</description>
  </problem>
</problems>