mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 05:10:22 +07:00
EA-45389 - assert: SimplifyBooleanExpressionFix$ExpressionVisitor.visitPolyadicExpression
This commit is contained in:
@@ -311,7 +311,6 @@ public class SimplifyBooleanExpressionFix implements IntentionAction {
|
||||
}
|
||||
catch (IncorrectOperationException e) {
|
||||
resultExpression = null;
|
||||
LOG.error("lExpr: " + lExpr.getText() + "; op: " + javaToken.getText() + "; rExpr: " + operand.getText() + "; top: " + expression.getText());
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
// "Simplify boolean expression" "false"
|
||||
class A {
|
||||
{
|
||||
String a = "", b= "", c = "";
|
||||
boolean bb = a + + b <caret>== c;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user