Files
openide/java/java-tests/testData/inspection/defUse/SCR6843/expected.xml
T
2009-09-25 20:47:25 +04:00

21 lines
480 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>NotUsedTest.java</file>
<line>3</line>
<description>Variable is never used</description>
</problem>
<problem>
<file>NotUsedTest.java</file>
<line>4</line>
<description>The value assigned is never used</description>
</problem>
<problem>
<file>NotUsedTest.java</file>
<line>5</line>
<description>The value assigned is never used</description>
</problem>
</problems>