summaryrefslogtreecommitdiff
path: root/plugins/java-i18n/testData/inspections/i18n/nonNlsComment/expected.xml
blob: e296a5c15fdfd1ee32385feb8f4f0ab72b264996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>Foo.java</file>
    <line>4</line>
    <problem_class>Hard coded strings</problem_class>
    <description>Hard coded string literal: 'xxxxx'</description>
  </problem>
  <problem>
    <file>Foo.java</file>
    <line>9</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Hard coded strings</problem_class>
    <description>Hard coded string literal: 'MYNON-NLS'</description>
  </problem>
</problems>