aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/javassist
Commit message (Expand)AuthorAgeFilesLines
* Fix deperecated junit.framework.Assert.nickl-2017-10-301-1/+1
* Fix deperecated junit.framework.Assert.nickl-2017-10-301-1/+1
* Suppress deprecation ClassPool.makePackagenickl-2017-10-281-0/+2
* Added default serialVersionUID.nickl-2017-10-283-0/+9
* Upgrade junit from ver 3 to 4.nickl-2017-10-275-17/+9
* Move runtests to build directory.nickl-2017-10-272-3/+3
* removes JvstTest4#testJIRA150b because it is obsolete.rel_3_22_1_gachibash2017-10-111-1/+2
* modifies CtClass#setModifiers() to correctly support inner classes.chibash2017-06-011-0/+55
* delete testHotswap() because java 9 does not seem to allow a java agent to be...chibash2017-05-311-0/+4
* adds javassist.util.HotSwapAgentchibash2017-04-163-1/+35
* modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with ji...chibash2017-04-131-2/+20
* updates the test code to run on Java 9 EA+149.chibash2016-12-202-10/+23
* Merge branch 'test/java9-jigsaw'chibash2016-10-0512-37/+51
|\
| * Merge branch 'master' into test/java9-jigsawtest/java9-jigsawchibash2016-09-292-1/+50
| |\ | |/ |/|
| * improves the backward compatibility of LoaderClassPath.rel_3_21_0-java9-ea2chibash2016-09-281-0/+7
| * fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-0212-35/+35
| * 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-181-0/+33
* | allows adding a default method to an interface type.chibash2016-09-182-1/+18
|/
* fixes a bug of stackmap generation. The bug was reported here: https://github...chibash2016-07-301-0/+15
* fixes many compatibility problems with older Java (i.e. 1.4)chibash2016-07-142-5/+5
* fixes a bug JIRA JASSIST-262chibash2016-04-271-0/+25
* fixes JIRA JASSIST-250chibash2016-02-241-0/+12
* modifies the implementation of that invokes an interface default methodchibash2016-02-231-0/+15
* fixes a bug of test5.JvstTest5.testInvalidCastWithDollarchibash2016-02-231-1/+1
* 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-121-0/+26
* fixes JASSIST-255 Primitive array return values cause invalid cast to Objectchibash2015-12-081-0/+7
* modifies a test case for JIRA JASSIST-248.chibash2015-09-251-2/+2
* fixes JIRA JASSIST-248.chibash2015-09-251-2/+2
* adds a test case for JIRA JASSIST-248chibash2015-09-251-0/+10
* append an new API of hasAnnotation(String annotClsName)kuzukami.sh2015-08-111-0/+4
* added InnerClassAttribute#remove methodchibash2015-07-221-0/+25
* fixed JIRA JASSIST-249chibash2015-07-151-0/+9
* fixed JASSIST-242chibash2015-05-281-0/+24
* fixed a bug reported as JASSIST-246chibash2015-05-251-0/+14
* Merge pull request #26 from m8rten/masterShigeru Chiba2015-03-161-0/+40
|\
| * Added copyright infoMÃ¥rten Hedborg2015-03-161-1/+1
| * Changed Callback so that CtBehaviour is independet of Callback. Added testcasemarten.hedborg2015-03-151-0/+40
* | fixed JIRA JASSIST-241chibash2015-01-252-2/+11
* | fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotationschibash2015-01-062-8/+23
|/
* fiexed JASSIST-238chibash2014-11-233-3/+38
* 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 its...chibash2014-11-181-0/+11
* fixed a bug of accesses to annotation arguments.chibash2014-09-111-0/+8
* fixed JASSIST-230chibash2014-08-101-0/+36
* removed unused import declarationschibash2014-07-221-2/+0