mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-16 08:39:59 +07:00
20 lines
506 B
XML
20 lines
506 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>3</line>
|
|
<description>Condition 't instanceof Test' is redundant</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>9</line>
|
|
<description>Condition 't instanceof Test' always true</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>14</line>
|
|
<description>Condition 'foo(null) instanceof Test' is redundant</description>
|
|
</problem>
|
|
</problems>
|
|
|