mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-19 17:29:34 +07:00
18 lines
585 B
XML
18 lines
585 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>A.java</file>
|
|
<line>3</line>
|
|
<problem_class>unused declaration</problem_class>
|
|
<description>Class has one instantiation but it is not reachable from entry points.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>A.java</file>
|
|
<line>4</line>
|
|
<package><default></package>
|
|
<description><ul><li>Method owner class is never instantiated OR</li><li>An instantiation is not reachable from entry points.</li></ul></description>
|
|
</problem>
|
|
|
|
</problems>
|
|
|