aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/Test.java
Commit message (Collapse)AuthorAgeFilesLines
* fixed Issue #263chibash2019-07-271-3/+5
|
* 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.
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-1/+1
|
* fixes a bug of stackmap generation. The bug was reported here: ↵chibash2016-07-301-22/+45
| | | | https://github.com/jboss-javassist/javassist/issues/83
* modifies test code.chibash2016-06-121-1/+1
|
* modifies test codechibash2016-06-121-4/+4
|
* updates javadocchibash2016-06-091-45/+26
|
* fixes a bug JIRA JASSIST-262chibash2016-04-271-6/+45
|
* fiexed JASSIST-238chibash2014-11-231-21/+4
|
* fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to ↵chibash2014-11-181-2/+4
| | | | its potential bug.
* fixed a bug of accesses to annotation arguments.chibash2014-09-111-13/+19
| | | | | | If foo.Bar.Baz is a nested class in foo.Bar, then the argument of @MyAnnotation(foo.bar.Baz.class) could not be obtained. The test code is javassist.JvstTest4#testAnnArg().
* fixed JASSIST-230chibash2014-08-101-9/+13
|
* fixed JASSIST-207chibash2013-08-111-0/+16