Files
openide/java/java-tests/testData/inspection/deadCode/childGetterUsage/expected.xml
T
2022-02-23 14:16:15 +00:00

15 lines
653 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>8</line>
<entry_point TYPE="method" FQNAME="ParentJava java.lang.String getSomeString()" />
<description>Method is never used as a member of this interface, but only as a member of the implementation class(es). The project will stay compilable if the method is removed from the interface.</description>
</problem>
<problem>
<file>Test.java</file>
<line>9</line>
<entry_point TYPE="method" FQNAME="ParentJava void setSomeString(java.lang.String str)" />
<description>Method is never used.</description>
</problem>
</problems>