mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-13 04:46:26 +07:00
25 lines
677 B
XML
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>
|
|
|