mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 07:11:30 +07:00
GitOrigin-RevId: 8bb4dd31d51f3cc4fb63c36579bd3078f6f622f7
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>
|
|
|