mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
dfa: take into account known variable values when handling number comparisons (IDEA-126446)
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
<line>49</line>
|
||||
<description>Switch label 'case 2:' is unreachable</description>
|
||||
</problem>
|
||||
<problem>
|
||||
<file>CaseAndNpe.java</file>
|
||||
<line>56</line>
|
||||
<description>Condition <code>i < 5</code> is always <code>false</code></description>
|
||||
</problem>
|
||||
<problem>
|
||||
<file>CaseAndNpe.java</file>
|
||||
<line>80</line>
|
||||
|
||||
Reference in New Issue
Block a user