summaryrefslogtreecommitdiff
path: root/plugins/java-i18n/testData/inspections/i18n/enum/expected.xml
blob: 4bc4c655160504c5ac93606c88ccd6bd0353458a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>Test.java</file>
    <line>2</line>
    <description>Hard coded string literal</description>
  </problem>
  <problem>
    <file>Test.java</file>
    <line>3</line>
    <description>Hard coded string literal</description>
  </problem>
</problems>