aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/Jassist150.java
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* fixed JASSIST-152chiba2012-02-191-1/+19
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@615 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-150 (fixed a bug on WeakHashMap)chiba2012-02-111-43/+67
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@612 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed JASSIST-150chiba2012-02-111-0/+68
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@611 30ef5769-5b8d-40dd-aea6-55b5d6557bb3