Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed Issue #263 | chibash | 2019-07-27 | 1 | -3/+5 |
| | |||||
* | Squash compiler warnings in tests. | nickl- | 2017-10-30 | 1 | -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-ea | chibash | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | fixes a bug of stackmap generation. The bug was reported here: ↵ | chibash | 2016-07-30 | 1 | -22/+45 |
| | | | | https://github.com/jboss-javassist/javassist/issues/83 | ||||
* | modifies test code. | chibash | 2016-06-12 | 1 | -1/+1 |
| | |||||
* | modifies test code | chibash | 2016-06-12 | 1 | -4/+4 |
| | |||||
* | updates javadoc | chibash | 2016-06-09 | 1 | -45/+26 |
| | |||||
* | fixes a bug JIRA JASSIST-262 | chibash | 2016-04-27 | 1 | -6/+45 |
| | |||||
* | fiexed JASSIST-238 | chibash | 2014-11-23 | 1 | -21/+4 |
| | |||||
* | fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to ↵ | chibash | 2014-11-18 | 1 | -2/+4 |
| | | | | its potential bug. | ||||
* | fixed a bug of accesses to annotation arguments. | chibash | 2014-09-11 | 1 | -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-230 | chibash | 2014-08-10 | 1 | -9/+13 |
| | |||||
* | fixed JASSIST-207 | chibash | 2013-08-11 | 1 | -0/+16 |