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

16 lines
547 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>3</line>
<entry_point TYPE="method" FQNAME="AbstractTest void testSmth()"/>
<description>Method owner class is never instantiated OR All instantiations are not reachable from the entry points.</description>
</problem>
<problem>
<file>Test.java</file>
<line>1</line>
<entry_point TYPE="method" FQNAME="AbstractTest void testSmth()"/>
<description>Abstract class is not implemented.</description>
</problem>
</problems>