mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-84489
This commit is contained in:
+3
-2
@@ -289,8 +289,6 @@ public class StandardInstructionVisitor extends InstructionVisitor {
|
||||
}
|
||||
else if (JavaTokenType.PLUS == opSign) {
|
||||
memState.push(instruction.getNonNullStringValue(factory));
|
||||
instruction.setTrueReachable(); // Not a branching instruction actually.
|
||||
instruction.setFalseReachable();
|
||||
}
|
||||
else {
|
||||
if (instruction instanceof InstanceofInstruction) {
|
||||
@@ -319,6 +317,9 @@ public class StandardInstructionVisitor extends InstructionVisitor {
|
||||
memState.push(DfaUnknownValue.getInstance());
|
||||
}
|
||||
|
||||
instruction.setTrueReachable(); // Not a branching instruction actually.
|
||||
instruction.setFalseReachable();
|
||||
|
||||
return nextInstruction(instruction, runner, memState);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user