aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test4
Commit message (Collapse)AuthorAgeFilesLines
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-081-0/+7
| | | | in other words, java.lang.invoke.MethodHandles.Lookup.
* Added default serialVersionUID.nickl-2017-10-282-0/+6
|
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-1/+1
|
* for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass.chibash2014-11-192-0/+12
|
* fixed a bug of accesses to annotation arguments.chibash2014-09-111-0/+18
| | | | | | 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().
* removed unused import declarationschibash2014-07-221-4/+0
|
* Fix JASSIST-220Johan Kaving2014-07-031-0/+17
| | | | | | | | | | | | Static methods on interfaces in Java 8 means that the INVOKESTATIC opcode can sometimes refer to an item that is an InterfaceMethodrefInfo (instead of a MethodrefInfo). This is now handled in the ConstPool.getMethodref...() methods by casting to MemberrefInfo instead (since MemberrefInfo contains all the needed information).
* JIRA JASSIST-224chibash2014-06-091-0/+5
|
* fixed JASSIST-212chibash2013-12-021-0/+23
|
* fixed JASSIST-207chibash2013-08-111-0/+51
|
* fixed JASSIST-158chibash2013-07-241-0/+30
|
* fixed JASSIST-195chibash2013-05-271-0/+31
|
* fixed JASSIST-181chiba2013-04-172-0/+41
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@706 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-185chiba2013-04-141-0/+11
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@704 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-190chiba2013-04-132-0/+30
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@703 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-177chiba2012-11-251-0/+119
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@691 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-160chiba2012-10-061-1/+13
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@672 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-174chiba2012-10-041-0/+14
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@669 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-166chiba2012-06-061-0/+12
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@633 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-152chiba2012-02-191-0/+60
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@615 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-146chiba2011-11-041-1/+7
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@595 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* unit test for JASSIST-145chiba2011-10-181-0/+15
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@592 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* JvstTest test case.chiba2011-08-3122-0/+434
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@589 30ef5769-5b8d-40dd-aea6-55b5d6557bb3