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

17 lines
355 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>Test.java</file>
<line>2</line>
<description>Method has one usage but it is not reachable from entry points.</description>
</problem>
<problem>
<file>Main.java</file>
<line>6</line>
<description>Method is never used.</description>
</problem>
</problems>