mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-22 20:49:52 +07:00
35 lines
1000 B
XML
35 lines
1000 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>CaseAndNpe.java</file>
|
|
<line>71</line>
|
|
<description>Condition 'a != null' is always true</description>
|
|
</problem>
|
|
<problem>
|
|
<file>CaseAndNpe.java</file>
|
|
<line>18</line>
|
|
<description>Method invocation 'equals' may produce NullPointerException</description>
|
|
</problem>
|
|
<problem>
|
|
<file>CaseAndNpe.java</file>
|
|
<line>40</line>
|
|
<description>Switch label 'case 1:' is unreachable</description>
|
|
</problem>
|
|
<problem>
|
|
<file>CaseAndNpe.java</file>
|
|
<line>41</line>
|
|
<description>Switch label 'case 2:' is unreachable</description>
|
|
</problem>
|
|
<problem>
|
|
<file>CaseAndNpe.java</file>
|
|
<line>48</line>
|
|
<description>Condition <code>i < 5</code> is always <code>false</code></description>
|
|
</problem>
|
|
<problem>
|
|
<file>CaseAndNpe.java</file>
|
|
<line>72</line>
|
|
<description>Condition is always true</description>
|
|
</problem>
|
|
</problems>
|
|
|