aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/javassist
Commit message (Collapse)AuthorAgeFilesLines
...
* changed the source so that javac 1.6 can compile itchibash2014-11-211-1/+1
|
* fixed JASSIST-237chibash2014-11-211-4/+3
|
* fixed JASSIST-208chibash2014-11-201-0/+5
|
* for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass.chibash2014-11-191-0/+34
|
* fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to ↵chibash2014-11-181-0/+11
| | | | its potential bug.
* fixed a bug of accesses to annotation arguments.chibash2014-09-111-0/+8
| | | | | | 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-0/+36
|
* removed unused import declarationschibash2014-07-221-2/+0
|
* Fix JASSIST-220Johan Kaving2014-07-031-0/+16
| | | | | | | | | | | | 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/+24
|
* fixed JIRA223chibash2014-05-101-2/+2
|
* fixed JASSIST-211chibash2013-12-021-0/+18
|
* fixed JASSIST-212chibash2013-12-021-0/+19
|
* fixed JASSIST-207chibash2013-08-112-11/+25
|
* fixed JASSIST-158chibash2013-07-231-0/+8
|
* fixed JASSIST-188chibash2013-05-301-0/+20
|
* fixed JASSIST-195chibash2013-05-271-3/+9
|
* fixed JASSIST-181chiba2013-04-171-0/+23
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@706 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-185chiba2013-04-141-0/+8
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@704 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-190chiba2013-04-131-0/+10
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@703 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-186chiba2013-04-121-0/+11
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@702 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-162 and JASSIST-189chiba2013-04-111-3/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@701 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-177chiba2012-11-251-0/+33
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@691 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-177chiba2012-11-161-0/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@690 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-177chiba2012-11-161-3/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@689 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-178chiba2012-11-151-7/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@688 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-178chiba2012-11-151-2/+7
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@687 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-177chiba2012-11-151-0/+31
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@686 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-176chiba2012-11-041-0/+72
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@677 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-163. Eager initialization has been implemented.chiba2012-10-252-4/+2
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@676 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-175chiba2012-10-201-0/+60
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@675 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-160chiba2012-10-191-0/+25
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@674 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-160chiba2012-10-061-0/+34
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@672 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-174chiba2012-10-043-1/+221
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@669 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-281-1/+85
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@666 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-241-0/+45
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@665 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-144-2/+322
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@655 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-171chiba2012-07-301-0/+12
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@641 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* implemented JASSIST-170chiba2012-06-171-0/+28
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@640 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* implemented JASSIST-170chiba2012-06-171-0/+38
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@639 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* test cases taken from 3.12 for JBPAPP9257chiba2012-06-141-0/+1
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@638 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-166chiba2012-06-061-0/+13
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@633 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-168chiba2012-06-051-0/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@631 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* 3.16.1-GA releaserel_3_16_1_gachiba2012-03-052-2/+2
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@623 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-151chiba2012-02-191-0/+10
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@616 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-152chiba2012-02-191-1/+15
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@615 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-155chiba2012-02-151-0/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@613 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-150 (fixed a bug on WeakHashMap)chiba2012-02-111-0/+27
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@612 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-150chiba2012-02-111-0/+59
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@611 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-147chiba2012-02-051-0/+11
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@610 30ef5769-5b8d-40dd-aea6-55b5d6557bb3