Rafael Winterhalter

Results 738 comments of Rafael Winterhalter

Thanks, I reported this to Maven Central, this would be their issue to fix: https://github.com/sonatype-nexus-community/search-maven-org/issues/150

Byte Buddy uses a resolver to find the "non-bridge" method for every stack, as methods and their bridges might be declared on multiple levels of a type hierarchy. Byte Buddy...

I will look into it once I have some free time. I will need to investigate how javac behaves in different scenarios and how the reflection API aligns.

Sorry for the confusion, I use the field as "reported version" and close the issue once fixed. I did not yet have time for it, unfortunately. Was doing a lot...

I have looked into this, thinking it's a minor change but it turns out this would require some reorganization The way `Advice` is built is that it intercepts the first...

I made some progress already, it's mainly due to the JVM not treating it as real metadata but it's overcomeable, I'm sure.

Just to let you know, I am a bit stuck on this despite looking into it for quite a while. The problem is that the line number is not known...

You can use the code above but there is no plan for this feature right now.

You can use an Executable rather then a Method type if you also want to process constructors (which cannot be represented as Method).

Could you run your application with -Dnet.bytebuddy.dump=/some/folder and get the original and transformed class file and attach both to this ticket?