Files
openide/java/java-tests/testData/inspection/deprecatedIsStillUsed/simple/expected.xml
T

25 lines
628 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>5</line>
<description>Deprecated member 'bbb' is still used</description>
</problem>
<problem>
<file>Test.java</file>
<line>8</line>
<description>Deprecated member 'bbb2' is still used</description>
</problem>
<problem>
<file>Test.java</file>
<line>11</line>
<description>Deprecated member 'bbb3' is still used</description>
</problem>
<problem>
<file>Test.java</file>
<line>16</line>
<description>Deprecated member 'Bbb4' is still used</description>
</problem>
</problems>