aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-0224-95/+95
| * modifies a test case. Now all the test cases run successfully with Java 9 EA.chibash2016-08-011-2/+9
* | enables removal of attributeschibash2016-09-182-0/+53
* | allows adding a default method to an interface type.chibash2016-09-182-1/+18
|/
* fixes a bug of ProxyFactory. It could not deal with default methods declared...chibash2016-07-301-0/+59
* fixes a bug of stackmap generation. The bug was reported here: https://github...chibash2016-07-303-22/+98
* fixes many compatibility problems with older Java (i.e. 1.4)chibash2016-07-145-24/+40
* modifies test code.chibash2016-06-121-1/+1
* modifies test codechibash2016-06-121-4/+4
* updates javadocchibash2016-06-091-45/+26
* fixes a bug JIRA JASSIST-262chibash2016-04-272-6/+70
* fixes JIRA JASSIST-250chibash2016-02-243-0/+34
* modifies the implementation of that invokes an interface default methodchibash2016-02-232-0/+28
* fixes a bug of test5.JvstTest5.testInvalidCastWithDollarchibash2016-02-232-1/+7
* updates javassist.util.proxy to support a default interface method in Java 8chibash2016-02-221-1/+38
* 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
* 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 invokeinte...chibash2015-05-281-0/+25
* 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 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 its...chibash2014-11-183-2/+26
* fixed a bug of accesses to annotation arguments.chibash2014-09-113-13/+45
* fixed JASSIST-230chibash2014-08-102-9/+49
* removed unused import declarationschibash2014-07-222-6/+0
* Fix JASSIST-220Johan Kaving2014-07-032-0/+33
* 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