mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 18:25:37 +07:00
16 lines
536 B
XML
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> |