aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/javassist/JvstTest3.java
Commit message (Collapse)AuthorAgeFilesLines
* Minimal changes make IDEA 2023.2 work out-of-boxshifujun2023-12-121-3/+0
| | | | | | | | | Correct maven-compiler-plugin JDK version for IDEA import Compiler bytecode version. Remove JvstTestRoot's constructor, otherwise IDEA cannot show Run icon aside testMethod. Another way is adding suite() static method to those classes. Now we can clone and open project with IDEA 2023.2. Debug single test case with IDEA is very useful.
* add a new CodeConverter method:redirectMethodCallToStaticshifujun2019-02-011-0/+14
|
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-081-4/+4
| | | | in other words, java.lang.invoke.MethodHandles.Lookup.
* Squash compiler warnings in tests.nickl-2017-10-301-0/+1
| | | | | | | | With the unit tests warnings were squashed by suppressing them with SuppressWarnings annotations, instead of reparing the issues as was done with the source. Reasons being... * The tests might be relying on the types as they were defined. * If the tests were written to test against the correct forms they would've/should've stipulated those. * Even unused members might be important to tests so we attempt to change as little as possible.
* Merge branch 'master' into test/java9-jigsawtest/java9-jigsawchibash2016-09-291-1/+2
|\
| * allows adding a default method to an interface type.chibash2016-09-181-1/+2
| |
* | fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-4/+4
|/
* JvstTest test case.chiba2011-08-311-0/+1125
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@589 30ef5769-5b8d-40dd-aea6-55b5d6557bb3