Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fiexed JASSIST-238 | chibash | 2014-11-23 | 1 | -21/+4 |
| | |||||
* | fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to ↵ | chibash | 2014-11-18 | 1 | -2/+4 |
| | | | | its potential bug. | ||||
* | fixed a bug of accesses to annotation arguments. | chibash | 2014-09-11 | 1 | -13/+19 |
| | | | | | | If foo.Bar.Baz is a nested class in foo.Bar, then the argument of @MyAnnotation(foo.bar.Baz.class) could not be obtained. The test code is javassist.JvstTest4#testAnnArg(). | ||||
* | fixed JASSIST-230 | chibash | 2014-08-10 | 1 | -9/+13 |
| | |||||
* | fixed JASSIST-207 | chibash | 2013-08-11 | 1 | -0/+16 |