mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 23:21:09 +07:00
GitOrigin-RevId: 8bb4dd31d51f3cc4fb63c36579bd3078f6f622f7
23 lines
757 B
XML
23 lines
757 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<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>2</line>
|
|
<problem_class>unused declaration</problem_class>
|
|
<description>Method owner class is never instantiated OR All instantiations are not reachable from the entry points.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>A.java</file>
|
|
<line>5</line>
|
|
<problem_class>unused declaration</problem_class>
|
|
<description>Method owner class is never instantiated OR All instantiations are not reachable from the entry points.</description>
|
|
</problem>
|
|
</problems>
|
|
|