A DESCRIPTION OF THE PROBLEM :
1. a method called "transformingMethodBodiess" is mentioned, which has an obvious typo.
2. The snippet:
var cc = ClassFile.of();
byte[] newBytes = cc.transform(cc.parse(bytes), ct);
can't work because ClassFile doesn't have a transform method.
1. a method called "transformingMethodBodiess" is mentioned, which has an obvious typo.
2. The snippet:
var cc = ClassFile.of();
byte[] newBytes = cc.transform(cc.parse(bytes), ct);
can't work because ClassFile doesn't have a transform method.
- links to
-
Commit(master) openjdk/jdk/ab86a135
-
Review(master) openjdk/jdk/23743