summaryrefslogtreecommitdiffstats
path: root/src/test/test2
Commit message (Collapse)AuthorAgeFilesLines
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-081-0/+7
| | | | in other words, java.lang.invoke.MethodHandles.Lookup.
* Squash compiler warnings in tests.nickl-2017-10-3013-0/+14
| | | | | | | | 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.
* Added default serialVersionUID.nickl-2017-10-282-0/+5
|
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-1/+1
|
* fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to ↵chibash2014-11-181-0/+11
| | | | its potential bug.
* JvstTest test case.chiba2011-08-3190-0/+524
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@589 30ef5769-5b8d-40dd-aea6-55b5d6557bb3