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 4a9d3c2 commit 0757d15Copy full SHA for 0757d15
byte-buddy-dep/src/test/java/net/bytebuddy/asm/AdviceTest.java
@@ -281,7 +281,6 @@ public void testErasedAdviceWithDelegationBootstrapped() throws Exception {
281
Class<?> bootstrap = Class.forName("net.bytebuddy.test.precompiled.v7.AdviceBootstrapErased");
282
Class<?> type = new ByteBuddy()
283
.redefine(TypedAdviceDelegation.class)
284
- .visit(DebuggingWrapper.makeDefault())
285
.visit(Advice.withCustomMapping().bootstrap(bootstrap.getMethod("bootstrap",
286
JavaType.METHOD_HANDLES_LOOKUP.load(),
287
String.class,
0 commit comments