summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/visibility/ambiguous/expected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/test/com/siyeh/igtest/visibility/ambiguous/expected.xml')
-rw-r--r--plugins/InspectionGadgets/test/com/siyeh/igtest/visibility/ambiguous/expected.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/InspectionGadgets/test/com/siyeh/igtest/visibility/ambiguous/expected.xml b/plugins/InspectionGadgets/test/com/siyeh/igtest/visibility/ambiguous/expected.xml
deleted file mode 100644
index a0ee7b7d2789..000000000000
--- a/plugins/InspectionGadgets/test/com/siyeh/igtest/visibility/ambiguous/expected.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<problems>
- <problem>
- <file>AmbiguousMethodCall.java</file>
- <line>11</line>
- <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Inherited method called which hides method in outer class</problem_class>
- <description>Method &lt;code&gt;m()&lt;/code&gt; from super class 'Y' called, when method from class 'X' might have been expected #loc</description>
- </problem>
-
-</problems> \ No newline at end of file