| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It makes $r available in the code given to CtBehavior#insertBefore().
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
in other words, java.lang.invoke.MethodHandles.Lookup.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
declared in an interface. https://github.com/jboss-javassist/javassist/issues/45
|
|
|
|
| |
https://github.com/jboss-javassist/javassist/issues/83
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Javassist cannot compile super.m() if m is a default method
declared in an interface.
|
| |
|
| |
|
| |
|
| |
|
| |
|