Files
openide/java/java-tests/testData/inspection/deadCode/packageLocal/expected.xml
Bas Leijdekkers d1f0e0880a Update "Unused declaration" messages for increased clarity
GitOrigin-RevId: 8bb4dd31d51f3cc4fb63c36579bd3078f6f622f7
2024-06-21 09:13:05 +00:00

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