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.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/ValidBreakpointLocationLocator.java
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1067,14 +1067,8 @@ public boolean visit(LambdaExpression node) {
1067
1067
}
1068
1068
}
1069
1069
1070
-
// Lambda body can be a block (which is handled above) or an (arbitrary) expression. So maybe the
1071
-
// following cases are insufficient and should be replaced by handling the general
1072
-
// org.eclipse.jdt.core.dom.Expression.
1073
-
} elseif (bodyinstanceofLambdaExpression) {
1074
-
body.accept(this);
1075
-
} elseif (bodyinstanceofMethodInvocation) {
1076
-
body.accept(this);
1077
-
} elseif (bodyinstanceofClassInstanceCreation) {
1070
+
// Lambda body can be a block (which is handled above) or an (arbitrary) expression.
0 commit comments