Skip to content

Commit 4570779

Browse files
author
gaopeng71
committed
explains lambda in invokedynamic
1 parent eb47315 commit 4570779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dddplus-visualization/src/main/java/io/github/dddplus/bce/CallGraphConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private boolean builtinIgnoreInvokeInstruction(MethodVisitor m, InvokeInstructio
149149
}
150150

151151
if (!callGraphEntry.getCalleeClazz().contains(".")) {
152-
// 没有包名的类
152+
// 没有包名的类 e,g. lambda
153153
return true;
154154
}
155155

0 commit comments

Comments
 (0)