Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | in other words, java.lang.invoke.MethodHandles.Lookup. | ||||
* | 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 ↵ | chibash | 2016-07-30 | 1 | -1/+2 |
| | | | | declared in an interface. https://github.com/jboss-javassist/javassist/issues/45 | ||||
* | fixes a bug of stackmap generation. The bug was reported here: ↵ | chibash | 2016-07-30 | 1 | -0/+1 |
| | | | | https://github.com/jboss-javassist/javassist/issues/83 | ||||
* | 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 |
| | | | | | Javassist cannot compile super.m() if m is a default method declared in an interface. | ||||
* | 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 |
| | | | | It has been fixed by the previous commit, though. | ||||
* | 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 ↵ | chibash | 2014-11-18 | 1 | -1/+1 |
| | | | | its potential bug. | ||||
* | 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 |
| | |||||
* | fixed JASSIST-211 | chibash | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | fixed JASSIST-216 | chibash | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | fixed JASSIST-205 | chibash | 2013-08-26 | 1 | -1/+1 |
| | |||||
* | fixed JASSIST-205 | chibash | 2013-08-26 | 1 | -1/+1 |
| | |||||
* | fixed JASSIST-207 | chibash | 2013-08-11 | 1 | -1/+1 |
| | |||||
* | fixed JASSIST-206 | chibash | 2013-07-23 | 1 | -0/+6 |
| | |||||
* | for releasing 3.18.0-GArel_3_18_0_galog | chibash | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | fixed JASSIST-188 | chibash | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | fixed JASSIST-195 | chibash | 2013-05-27 | 1 | -1/+1 |
| | |||||
* | fixed JASSIST-199 | chibash | 2013-05-26 | 1 | -1/+3 |
| | |||||
* | fixed JASSIST-181 | chiba | 2013-04-17 | 1 | -1/+1 |
| | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@706 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 |