mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
fix DataFlowInspectionTest
This commit is contained in:
@@ -5,6 +5,6 @@ class Example {
|
||||
public static final String THIRD = FIRST + SECOND;
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(THIRD == "fd");
|
||||
System.out.println(<warning descr="Condition 'THIRD == \"fd\"' is always 'true'">THIRD == "fd"</warning>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user