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

10 lines
339 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>2</line>
<entry_point TYPE="method" FQNAME="Test void doSmth(java.lang.String str)" />
<description>Parameter &lt;code&gt;str&lt;/code&gt; is not used in either this method or any of its derived methods</description>
</problem>
</problems>