Files
openide/java/java-tests/testData/inspection/deadCode/packageLocal/expected.xml
T

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>&lt;default&gt;</package>
<description>&lt;ul&gt;&lt;li&gt;Method owner class is never instantiated OR&lt;/li&gt;&lt;li&gt;An instantiation is not reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
</problems>