summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/performance/inner_class_may_be_static/expected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/test/com/siyeh/igtest/performance/inner_class_may_be_static/expected.xml')
-rw-r--r--plugins/InspectionGadgets/test/com/siyeh/igtest/performance/inner_class_may_be_static/expected.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/plugins/InspectionGadgets/test/com/siyeh/igtest/performance/inner_class_may_be_static/expected.xml b/plugins/InspectionGadgets/test/com/siyeh/igtest/performance/inner_class_may_be_static/expected.xml
deleted file mode 100644
index 0eb4ed32494c..000000000000
--- a/plugins/InspectionGadgets/test/com/siyeh/igtest/performance/inner_class_may_be_static/expected.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?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> \ No newline at end of file