osundblad / intellij-annotations-instrumenter-maven-plugin

IntelliJ IDEA annotations instrumenter maven plugin
Other
38 stars 11 forks source link

Implicit instrumentation does not work well for lambdas #11

Closed osundblad closed 7 years ago

osundblad commented 7 years ago

Found a, rather serious, issue with the synthetic method detection. This results in that more methods than intended are instrumented when using the implicit instrumentation (both global and class).

The only case where I found issues with this is when using lambdas and threading, but it might affect more so be careful with implicit instrumentation until I have patched it tonight (version 0.62)