Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixes JASSIST-256, adding an annotation to a class doesn't work on reflection | chibash | 2016-02-12 | 2 | -0/+35 | |
| | ||||||
* | fixes JASSIST-255 Primitive array return values cause invalid cast to Object | chibash | 2015-12-08 | 2 | -0/+18 | |
| | ||||||
* | modifies a test case for JIRA JASSIST-248. | chibash | 2015-09-25 | 2 | -3/+8 | |
| | ||||||
* | fixes JIRA JASSIST-248. | chibash | 2015-09-25 | 2 | -3/+8 | |
| | | | | | Javassist cannot compile super.m() if m is a default method declared in an interface. | |||||
* | adds a test case for JIRA JASSIST-248 | chibash | 2015-09-25 | 2 | -0/+22 | |
| | ||||||
* | append an new API of hasAnnotation(String annotClsName) | kuzukami.sh | 2015-08-11 | 1 | -0/+4 | |
| | ||||||
* | fixed JASSIST-244 | chibash | 2015-08-07 | 2 | -2/+43 | |
| | ||||||
* | added InnerClassAttribute#remove method | chibash | 2015-07-22 | 2 | -0/+33 | |
| | ||||||
* | fixed JIRA JASSIST-249 | chibash | 2015-07-15 | 2 | -0/+24 | |
| | ||||||
* | fixed JASSIST-242. VerifyError: Inconsistent args count operand in ↵ | chibash | 2015-05-28 | 1 | -0/+25 | |
| | | | | invokeinterface when boolean parameter function with inheritance | |||||
* | fixed JASSIST-242 | chibash | 2015-05-28 | 1 | -0/+24 | |
| | ||||||
* | fixed a bug reported as JASSIST-246 | chibash | 2015-05-25 | 2 | -0/+35 | |
| | ||||||
* | Merge pull request #26 from m8rten/master | Shigeru Chiba | 2015-03-16 | 2 | -0/+48 | |
|\ | | | | | Added call back feature to CtBehaviour | |||||
| * | Added copyright info | Mårten Hedborg | 2015-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | Changed Callback so that CtBehaviour is independet of Callback. Added testcase | marten.hedborg | 2015-03-15 | 2 | -0/+48 | |
| | | ||||||
* | | fixed JIRA JASSIST-241 | chibash | 2015-01-25 | 3 | -2/+44 | |
| | | ||||||
* | | fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotations | chibash | 2015-01-06 | 4 | -8/+63 | |
|/ | ||||||
* | fiexed JASSIST-238 | chibash | 2014-11-23 | 5 | -24/+61 | |
| | ||||||
* | changed the source so that javac 1.6 can compile it | chibash | 2014-11-21 | 1 | -1/+1 | |
| | ||||||
* | fixed JASSIST-237 | chibash | 2014-11-21 | 1 | -4/+3 | |
| | ||||||
* | fixed JASSIST-208 | chibash | 2014-11-20 | 1 | -0/+5 | |
| | ||||||
* | for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass. | chibash | 2014-11-19 | 3 | -0/+46 | |
| | ||||||
* | fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to ↵ | chibash | 2014-11-18 | 3 | -2/+26 | |
| | | | | its potential bug. | |||||
* | fixed a bug of accesses to annotation arguments. | chibash | 2014-09-11 | 3 | -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-230 | chibash | 2014-08-10 | 2 | -9/+49 | |
| | ||||||
* | removed unused import declarations | chibash | 2014-07-22 | 2 | -6/+0 | |
| | ||||||
* | Fix JASSIST-220 | Johan Kaving | 2014-07-03 | 2 | -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-224 | chibash | 2014-06-09 | 1 | -0/+5 | |
| | ||||||
* | JIRA JASSIST-224 | chibash | 2014-06-09 | 1 | -0/+24 | |
| | ||||||
* | fixed JIRA223 | chibash | 2014-05-10 | 1 | -2/+2 | |
| | ||||||
* | fixed JASSIST-211 | chibash | 2013-12-02 | 1 | -0/+18 | |
| | ||||||
* | fixed JASSIST-216 | chibash | 2013-12-02 | 1 | -0/+21 | |
| | ||||||
* | fixed JASSIST-212 | chibash | 2013-12-02 | 1 | -0/+19 | |
| | ||||||
* | fixed JASSIST-212 | chibash | 2013-12-02 | 1 | -0/+23 | |
| | ||||||
* | fixed JASSIST-207 | chibash | 2013-08-11 | 4 | -11/+92 | |
| | ||||||
* | fixed JASSIST-158 | chibash | 2013-07-24 | 1 | -0/+30 | |
| | ||||||
* | fixed JASSIST-158 | chibash | 2013-07-23 | 1 | -0/+8 | |
| | ||||||
* | fixed JASSIST-188 | chibash | 2013-05-30 | 1 | -0/+20 | |
| | ||||||
* | fixed JASSIST-195 | chibash | 2013-05-27 | 1 | -0/+31 | |
| | ||||||
* | fixed JASSIST-195 | chibash | 2013-05-27 | 1 | -3/+9 | |
| | ||||||
* | fixed JASSIST-181 | chiba | 2013-04-17 | 3 | -0/+64 | |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@706 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 | |||||
* | fixed JASSIST-185 | chiba | 2013-04-14 | 2 | -0/+19 | |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@704 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 | |||||
* | fixed JASSIST-190 | chiba | 2013-04-13 | 3 | -0/+40 | |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@703 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 | |||||
* | fixed JASSIST-186 | chiba | 2013-04-12 | 1 | -0/+11 | |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@702 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 | |||||
* | fixed JASSIST-162 and JASSIST-189 | chiba | 2013-04-11 | 6 | -8/+136 | |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@701 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 | |||||
* | fixed JASSIST-177 | chiba | 2012-11-25 | 2 | -0/+152 | |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@691 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 | |||||
* | fixed JASSIST-177 | chiba | 2012-11-16 | 1 | -0/+3 | |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@690 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 | |||||
* | fixed JASSIST-177 | chiba | 2012-11-16 | 1 | -3/+3 | |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@689 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 | |||||
* | fixed JASSIST-178 | chiba | 2012-11-15 | 1 | -7/+3 | |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@688 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 | |||||
* | fixed JASSIST-178 | chiba | 2012-11-15 | 1 | -2/+7 | |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@687 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 |