mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 11:40:50 +07:00
30 lines
811 B
XML
30 lines
811 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>
|
|
<problem>
|
|
<file>CaseAndNpe.java</file>
|
|
<line>80</line>
|
|
<description>Condition is always true</description>
|
|
</problem>
|
|
</problems>
|
|
|