aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/Test.java
Commit message (Collapse)AuthorAgeFilesLines
* fiexed JASSIST-238chibash2014-11-231-21/+4
|
* fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to ↵chibash2014-11-181-2/+4
| | | | its potential bug.
* fixed a bug of accesses to annotation arguments.chibash2014-09-111-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-230chibash2014-08-101-9/+13
|
* fixed JASSIST-207chibash2013-08-111-0/+16