summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/assignment/method_parameter/expected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/test/com/siyeh/igtest/assignment/method_parameter/expected.xml')
-rw-r--r--plugins/InspectionGadgets/test/com/siyeh/igtest/assignment/method_parameter/expected.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/InspectionGadgets/test/com/siyeh/igtest/assignment/method_parameter/expected.xml b/plugins/InspectionGadgets/test/com/siyeh/igtest/assignment/method_parameter/expected.xml
deleted file mode 100644
index e6c64dc4141c..000000000000
--- a/plugins/InspectionGadgets/test/com/siyeh/igtest/assignment/method_parameter/expected.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<problems>
- <problem>
- <file>AssigmentToMethodParameterMissesCompoundAssign.java</file>
- <line>19</line>
- <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Assignment to method parameter</problem_class>
- <description>Assignment to method parameter &lt;code&gt;s&lt;/code&gt; #loc</description>
- </problem>
-</problems> \ No newline at end of file