Files
openide/java/java-tests/testData/inspection/dataFlow/caseAndNpe/expected.xml
T
2009-09-25 20:42:06 +04:00

25 lines
677 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>CaseAndNpe.java</file>
<line>79</line>
<description>Condition 'a != null' is always true</description>
</problem>
<problem>
<file>CaseAndNpe.java</file>
<line>26</line>
<description>Method invocation 'o.equals(o)' may produce NullPointerException</description>
</problem>
<problem>
<file>CaseAndNpe.java</file>
<line>48</line>
<description>Switch label 'case 1:' is unreachable</description>
</problem>
<problem>
<file>CaseAndNpe.java</file>
<line>49</line>
<description>Switch label 'case 2:' is unreachable</description>
</problem>
</problems>