summaryrefslogtreecommitdiff
path: root/plugins/java-i18n/testData/inspections/duplicateStringLiteral/propertyKey/expected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/java-i18n/testData/inspections/duplicateStringLiteral/propertyKey/expected.xml')
-rw-r--r--plugins/java-i18n/testData/inspections/duplicateStringLiteral/propertyKey/expected.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/java-i18n/testData/inspections/duplicateStringLiteral/propertyKey/expected.xml b/plugins/java-i18n/testData/inspections/duplicateStringLiteral/propertyKey/expected.xml
new file mode 100644
index 000000000000..6727b98349bd
--- /dev/null
+++ b/plugins/java-i18n/testData/inspections/duplicateStringLiteral/propertyKey/expected.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<problems>
+ <problem>
+ <file>Test.java</file>
+ <line>6</line>
+ <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Duplicate String Literal</problem_class>
+ <description>&lt;html&gt;&lt;body&gt;Duplicate string literal found in&lt;br&gt;'Test'&lt;/body&gt;&lt;/html&gt;</description>
+ </problem>
+
+ <problem>
+ <file>Test.java</file>
+ <line>10</line>
+ <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Duplicate String Literal</problem_class>
+ <description>&lt;html&gt;&lt;body&gt;Duplicate string literal found in&lt;br&gt;'Test'&lt;/body&gt;&lt;/html&gt;</description>
+ </problem>
+</problems> \ No newline at end of file