aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test1
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.
* Unit Test: CtField.make referencing 'this'.nickl-2017-11-121-0/+7
| | | | | As per question raised in #161 passing 'this' reference for CtField value new object instance. Also added assert for testing referncing 'this' for newly added field.
* Squash compiler warnings in tests.nickl-2017-10-304-0/+4
| | | | | | | | 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/+8
|
* fixed JASSIST-162 and JASSIST-189chiba2013-04-111-1/+1
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@701 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* JvstTest test case.chiba2011-08-3152-0/+1155
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@589 30ef5769-5b8d-40dd-aea6-55b5d6557bb3