| Commit message (Expand) | Author | Age | Files | Lines |
* | for release 3.26.0-GArel_3_26_0_ga3_26_0_ga | chibash | 2019-10-03 | 1 | -1/+1 |
* | adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 | chibash | 2019-09-20 | 1 | -1/+1 |
* | fixes Issue #271 | chibash | 2019-09-02 | 1 | -1/+1 |
* | updates Readme.html | chibash | 2019-09-02 | 1 | -1/+1 |
* | fixes typos included in PR #272 (Issue #270) | chibash | 2019-09-01 | 1 | -0/+5 |
* | for release 3.25.0-GA | chibash | 2019-04-16 | 1 | -2/+2 |
* | adds javadoc comments for PR #250 | chibash | 2019-03-17 | 1 | -2/+3 |
* | updates Readme.html and rebuilds javassist.jar | chibash | 2019-02-02 | 1 | -1/+1 |
* | fixes the bug reported in Issue #241. | chibash | 2019-01-28 | 1 | -1/+1 |
* | adds src/test/test5/SwitchCase.java. It also adds the javadoc comments. | chibash | 2019-01-27 | 1 | -1/+1 |
* | changes Readme.html | chibash | 2018-12-11 | 1 | -1/+1 |
* | updates Readme.htmltest/switch-case | chibash | 2018-12-10 | 1 | -0/+5 |
* | updates for relase 3.24.1rel_3_24_1_ga | chibash | 2018-12-09 | 1 | -2/+2 |
* | fixes another bug (supporting jdk.*) reported in #228 | chibash | 2018-12-06 | 1 | -1/+7 |
* | updates for release 3.24.0-GA | chibash | 2018-11-01 | 1 | -2/+2 |
* | changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, | chibash | 2018-09-08 | 1 | -0/+1 |
* | modifies NestHostAttribute and NestMembersAttribute and adds test code | chibash | 2018-09-02 | 1 | -2/+3 |
* | adds a comment for the fix to JIRA JASSIST-267 | chibash | 2018-09-02 | 1 | -0/+6 |
* | updates for release 3.23.1rel_3_23_1_ga | chibash | 2018-07-02 | 1 | -1/+6 |
* | updates for release 3.23.0-GArel_3_23_0_ga | chibash | 2018-06-21 | 1 | -2/+2 |
* | Remove close method on ClassPath. Add unit tests for new behaviour. | Christian Melchior | 2017-11-12 | 1 | -0/+8 |
* | 3.22.0-GA releaserel_3_22_0_galist | chibash | 2017-10-10 | 1 | -2/+3 |
* | updates Readme.html. | chibash | 2016-10-05 | 1 | -0/+7 |
* | fixes typos in javadoc commentsrel_3_21_0_ga | chibash | 2016-10-04 | 1 | -1/+1 |
* | updates files for release 3.21.0-GA | chibash | 2016-10-03 | 1 | -2/+2 |
* | fixes a bug of ProxyFactory. It could not deal with default methods declared... | chibash | 2016-07-30 | 1 | -1/+2 |
* | fixes a bug of stackmap generation. The bug was reported here: https://github... | chibash | 2016-07-30 | 1 | -0/+1 |
* | fixes many compatibility problems with older Java (i.e. 1.4) | chibash | 2016-07-14 | 1 | -0/+2 |
* | fixes a bug JIRA JASSIST-262 | chibash | 2016-04-27 | 1 | -1/+1 |
* | fixes JASSIST-256, adding an annotation to a class doesn't work on reflection | chibash | 2016-02-12 | 1 | -1/+1 |
* | updates Readme.html to record the fix of JASSIST-245 | chibash | 2015-12-08 | 1 | -1/+1 |
* | fixes JASSIST-255 Primitive array return values cause invalid cast to Object | chibash | 2015-12-08 | 1 | -1/+1 |
* | fixes JIRA JASSIST-248. | chibash | 2015-09-25 | 1 | -1/+1 |
* | fixed JASSIST-244 | chibash | 2015-08-07 | 1 | -0/+6 |
* | final updates for 3.20.0-GA releaserel_3_20_0_ga | chibash | 2015-06-25 | 1 | -1/+1 |
* | fixed JASSIST-242 | chibash | 2015-05-28 | 1 | -1/+1 |
* | updated Readme.html to mention JASSIST-246 was fixed. | chibash | 2015-05-25 | 1 | -1/+1 |
* | updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool. | chibash | 2015-02-04 | 1 | -0/+7 |
* | preparation for 3.19 release. fixed bugs in javadoc comments | chibash | 2015-01-06 | 1 | -3/+3 |
* | fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotations | chibash | 2015-01-06 | 1 | -1/+1 |
* | fiexed JASSIST-238 | chibash | 2014-11-23 | 1 | -1/+2 |
* | reformatted the code for fixing JASSIST-209. | chibash | 2014-11-21 | 1 | -1/+1 |
* | updated documentation for JASSIST-208 fix | chibash | 2014-11-20 | 1 | -1/+1 |
* | fixed JASSIST-208 | chibash | 2014-11-20 | 1 | -1/+1 |
* | fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to its... | chibash | 2014-11-18 | 1 | -1/+1 |
* | logged the fix of JIRA JASSIST-234. | chibash | 2014-09-28 | 1 | -1/+1 |
* | fixed JASSIST-230 | chibash | 2014-08-10 | 1 | -1/+1 |
* | fixed JIRA-227 | chibash | 2014-07-23 | 1 | -1/+1 |
* | JIRA JASSIST-224 | chibash | 2014-06-09 | 1 | -1/+1 |
* | fixed JIRA223 | chibash | 2014-05-10 | 1 | -1/+1 |