We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d0537 commit 1a00061Copy full SHA for 1a00061
byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java
@@ -7068,6 +7068,9 @@ protected static class SubstitutingMethodVisitor extends LocalVariableAwareMetho
7068
*/
7069
private int localVariableExtension;
7070
7071
+ /**
7072
+ * {@code true} if at least one member was substituted during the application of this visitor.
7073
+ */
7074
private boolean matched;
7075
7076
/**
0 commit comments