aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/javassist/JvstTest.java
Commit message (Expand)AuthorAgeFilesLines
* Minimal changes make IDEA 2023.2 work out-of-boxshifujun2023-12-121-3/+0
* fixs a compilation problem although one test still fails.chibash2022-05-121-0/+1
* fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificatio...User2020-03-241-0/+1
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-081-2/+5
* fixes a minor bug in a test case.chibash2018-05-081-1/+1
* Merge pull request #168 from cmelchior/cm/bug/classpath-closeShigeru Chiba2018-05-071-0/+32
|\
| * Add missing unit testChristian Melchior2017-11-131-1/+11
| * Merge branch 'master' into cm/bug/classpath-closeChristian Melchior2017-11-121-0/+1
| |\
| * | Remove close method on ClassPath. Add unit tests for new behaviour.Christian Melchior2017-11-121-0/+22
* | | Unit Test: CtField.make referencing 'this'.nickl-2017-11-121-0/+8
| |/ |/|
* | Squash compiler warnings in tests.nickl-2017-10-301-0/+1
|/
* adds javassist.util.HotSwapAgentchibash2017-04-161-0/+1
* updates the test code to run on Java 9 EA+149.chibash2016-12-201-0/+4
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-1/+1
* fixes many compatibility problems with older Java (i.e. 1.4)chibash2016-07-141-1/+1
* fiexed JASSIST-238chibash2014-11-231-0/+1
* fixed JASSIST-163. Eager initialization has been implemented.chiba2012-10-251-2/+2
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-141-1/+1
* test cases taken from 3.12 for JBPAPP9257chiba2012-06-141-0/+1
* fixed JASSIST-168chiba2012-06-051-0/+3
* fixed JASSIST-144chiba2011-09-011-0/+8
* JvstTest test case.chiba2011-08-311-0/+1123