mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 02:15:59 +07:00
25 lines
794 B
XML
25 lines
794 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Main.java</file>
|
|
<line>6</line>
|
|
<description>Method is never used.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>1</line>
|
|
<description>Class has one instantiation but it is not reachable from entry points.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>2</line>
|
|
<description><ul><li>Method owner class is never instantiated OR</li><li>An instantiation is not reachable from entry points.</li></ul></description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>1</line>
|
|
<description>Class has one instantiation but it is not reachable from entry points.</description>
|
|
</problem>
|
|
</problems>
|
|
|