You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix/PatternMatchingForInstanceofFixCore.java
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,6 @@ public boolean visit(final InstanceofExpression visited) {
114
114
booleanisPositiveCaseToAnalyze= true;
115
115
ASTNodecurrentNode= visited;
116
116
117
-
if (visited.getLocationInParent() == ConditionalExpression.EXPRESSION_PROPERTY) {
0 commit comments