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

16 lines
540 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 An instantiation is not reachable from 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>