mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
24 lines
792 B
XML
24 lines
792 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 the instantiation is not reachable from the entry points.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>A.java</file>
|
|
<line>1</line>
|
|
<problem_class>unused declaration</problem_class>
|
|
<description>Class is not instantiated.</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>All instantiations are not reachable from the entry points.</li></ul></description>
|
|
</problem>
|
|
|
|
</problems>
|
|
|