aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/testproxy
Commit message (Collapse)AuthorAgeFilesLines
* Squash compiler warnings in tests.nickl-2017-10-304-0/+5
| | | | | | | | 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.
* Fix deperecated junit.framework.Assert.nickl-2017-10-301-1/+3
| | | | Changed to org.junit.Assert.
* Added default serialVersionUID.nickl-2017-10-282-0/+12
|
* updates the test code to run on Java 9 EA+149.chibash2016-12-201-449/+465
| | | | | | | | Due to the specification change of jigsaw, ClassLoader#defineClass() cannot be invoked through reflection API. As a workaround, --add-opens java.base/java.lang=ALL-UNNAMED must be given to the JVM. The ant target "runtest9" adds this jvm argument.
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-022-16/+16
|
* fixes many compatibility problems with older Java (i.e. 1.4)chibash2016-07-142-17/+31
|
* fixed JASSIST-244chibash2015-08-071-2/+2
|
* fixed JASSIST-162 and JASSIST-189chiba2013-04-113-3/+129
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@701 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* JvstTest test case.chiba2011-08-3111-0/+695
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@589 30ef5769-5b8d-40dd-aea6-55b5d6557bb3