mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 18:03:06 +07:00
25 lines
628 B
XML
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>
|
|
|