Files
2024-06-21 09:13:05 +00:00

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>&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>