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

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>