diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java b/byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java index 953d565801..4c71280fb5 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java +++ b/byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java @@ -7068,6 +7068,9 @@ protected static class SubstitutingMethodVisitor extends LocalVariableAwareMetho */ private int localVariableExtension; + /** + * {@code true} if at least one member was substituted during the application of this visitor. + */ private boolean matched; /**