aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* fixes JASSIST-256, adding an annotation to a class doesn't work on reflectionchibash2016-02-122-0/+35
|
* fixes JASSIST-255 Primitive array return values cause invalid cast to Objectchibash2015-12-082-0/+18
|
* modifies a test case for JIRA JASSIST-248.chibash2015-09-252-3/+8
|
* fixes JIRA JASSIST-248.chibash2015-09-252-3/+8
| | | | | Javassist cannot compile super.m() if m is a default method declared in an interface.
* adds a test case for JIRA JASSIST-248chibash2015-09-252-0/+22
|
* append an new API of hasAnnotation(String annotClsName)kuzukami.sh2015-08-111-0/+4
|
* fixed JASSIST-244chibash2015-08-072-2/+43
|
* added InnerClassAttribute#remove methodchibash2015-07-222-0/+33
|
* fixed JIRA JASSIST-249chibash2015-07-152-0/+24
|
* fixed JASSIST-242. VerifyError: Inconsistent args count operand in ↵chibash2015-05-281-0/+25
| | | | invokeinterface when boolean parameter function with inheritance
* fixed JASSIST-242chibash2015-05-281-0/+24
|
* fixed a bug reported as JASSIST-246chibash2015-05-252-0/+35
|
* Merge pull request #26 from m8rten/masterShigeru Chiba2015-03-162-0/+48
|\ | | | | Added call back feature to CtBehaviour
| * Added copyright infoMårten Hedborg2015-03-161-1/+1
| |
| * Changed Callback so that CtBehaviour is independet of Callback. Added testcasemarten.hedborg2015-03-152-0/+48
| |
* | fixed JIRA JASSIST-241chibash2015-01-253-2/+44
| |
* | fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotationschibash2015-01-064-8/+63
|/
* fiexed JASSIST-238chibash2014-11-235-24/+61
|
* 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-193-0/+46
|
* fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to ↵chibash2014-11-183-2/+26
| | | | its potential bug.
* fixed a bug of accesses to annotation arguments.chibash2014-09-113-13/+45
| | | | | | 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-102-9/+49
|
* removed unused import declarationschibash2014-07-222-6/+0
|
* Fix JASSIST-220Johan Kaving2014-07-032-0/+33
| | | | | | | | | | | | 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
|
* JIRA JASSIST-224chibash2014-06-091-0/+24
|
* fixed JIRA223chibash2014-05-101-2/+2
|
* fixed JASSIST-211chibash2013-12-021-0/+18
|
* fixed JASSIST-216chibash2013-12-021-0/+21
|
* fixed JASSIST-212chibash2013-12-021-0/+19
|
* fixed JASSIST-212chibash2013-12-021-0/+23
|
* fixed JASSIST-207chibash2013-08-114-11/+92
|
* fixed JASSIST-158chibash2013-07-241-0/+30
|
* fixed JASSIST-158chibash2013-07-231-0/+8
|
* fixed JASSIST-188chibash2013-05-301-0/+20
|
* fixed JASSIST-195chibash2013-05-271-0/+31
|
* fixed JASSIST-195chibash2013-05-271-3/+9
|
* fixed JASSIST-181chiba2013-04-173-0/+64
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@706 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-185chiba2013-04-142-0/+19
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@704 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-190chiba2013-04-133-0/+40
| | | | 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-116-8/+136
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@701 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-177chiba2012-11-252-0/+152
| | | | 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