aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-0819-414/+197
* adds test cases for NestHostAttribute and NestMembersAttribute.chibash2018-09-023-0/+35
* modifies NestHostAttribute and NestMembersAttribute and adds test codechibash2018-09-021-0/+24
* adds a comment for the fix to JIRA JASSIST-267chibash2018-09-021-0/+31
* fixed JASSIST-267NingZhang-Ericsson2018-07-131-2/+47
* fixes a minor bug in a test case.chibash2018-05-082-1/+1
* Merge pull request #168 from cmelchior/cm/bug/classpath-closeShigeru Chiba2018-05-075-2/+66
|\
| * Add missing unit testChristian Melchior2017-11-134-2/+24
| * CleanupChristian Melchior2017-11-122-4/+0
| * Merge branch 'master' into cm/bug/classpath-closeChristian Melchior2017-11-1267-29/+149
| |\
| * | Remove close method on ClassPath. Add unit tests for new behaviour.Christian Melchior2017-11-123-0/+29
| * | Update test READMEChristian Melchior2017-11-121-2/+19
* | | fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping wi...chibash2017-11-152-0/+39
* | | adds Modifier#isVarArgs()chibash2017-11-151-0/+6
* | | adds Modifier#isVarArgs()chibash2017-11-151-0/+6
* | | Merge pull request #159 from nickl-/scoped-poolShigeru Chiba2017-11-1510-0/+514
|\ \ \
| * | | Fixes to javassist.scopepoolnickl-2017-11-1210-0/+514
| | |/ | |/|
* | | Merge pull request #158 from nickl-/secure-privilegedShigeru Chiba2017-11-151-0/+281
|\ \ \
| * | | Some functional unit tests proofs.nickl-2017-11-121-0/+281
| |/ /
* | | Merge pull request #166 from nickl-/test-ctfield-make-with-thisShigeru Chiba2017-11-142-0/+15
|\ \ \
| * | | Unit Test: CtField.make referencing 'this'.nickl-2017-11-122-0/+15
| |/ /
* / / Fix #152 inner class modifiers.nickl-2017-11-122-0/+59
|/ /
* | Squash compiler warnings in tests.nickl-2017-10-3057-0/+63
* | Fix deperecated junit.framework.Assert.nickl-2017-10-301-1/+3
* | 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-2814-6/+67
* | 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-012-0/+61
* 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
* adds javassist.util.proxy.ProxyFactory#onlyPublicMethods. If true, Javassist...chibash2017-04-151-1/+68
* 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-204-472/+511
* Merge branch 'test/java9-jigsaw'chibash2016-10-0524-97/+111
|\
| * Merge branch 'master' into test/java9-jigsawtest/java9-jigsawchibash2016-09-293-1/+70
| |\ | |/ |/|
| * 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-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