mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 8bb4dd31d51f3cc4fb63c36579bd3078f6f622f7
29 lines
865 B
XML
29 lines
865 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>Main.java</file>
|
|
<line>1</line>
|
|
<offset>13</offset>
|
|
<length>4</length>
|
|
<description>Class is never used.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Main.java</file>
|
|
<line>6</line>
|
|
<description>Method is never used.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>1</line>
|
|
<offset>13</offset>
|
|
<length>4</length>
|
|
<description>Class has one instantiation, but the instantiation is not reachable from the entry points.</description>
|
|
</problem>
|
|
<problem>
|
|
<file>Test.java</file>
|
|
<line>2</line>
|
|
<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>
|
|
|