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

15 lines
394 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>4</line>
<description>Interface is not implemented.</description>
</problem>
<problem>
<file>Test.java</file>
<line>5</line>
<description>Method owner class is never instantiated OR An instantiation is not reachable from entry points.</description>
</problem>
</problems>