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 856ce20afa..4fd5b45dbd 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 @@ -56,7 +56,7 @@ *

* Substitutes field access, method invocations or constructor calls within a method's body. *

- *

Note

: This substitution must not used to to match constructor calls to an instrumented class's super constructor invocation from + *

Note

: This substitution must not be used to match constructor calls to an instrumented class's super constructor invocation from * within a constructor. Matching such constructors will result in an invalid stack and a verification error. *

* Important: This component relies on using a {@link TypePool} for locating types within method bodies. Within a redefinition