Files
openide/java/java-tests/testData/inspection/deprecation/methodsOfDeprecatedClass/expected.xml
T

16 lines
536 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>11</line>
<problem_class severity="WARNING" attribute_key="DEPRECATED_ATTRIBUTES">Deprecated API usage</problem_class>
<description>'Test' is deprecated</description>
</problem>
<problem>
<file>Test.java</file>
<line>12</line>
<problem_class severity="WARNING" attribute_key="DEPRECATED_ATTRIBUTES">Deprecated API usage</problem_class>
<description>'Test' is deprecated</description>
</problem>
</problems>