aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.html
Commit message (Collapse)AuthorAgeFilesLines
* release 3.28.0-GArel_3_28_0_gachibash2021-05-081-2/+2
|
* updates Readme.html since #305 has been fixed by PR #306chibash2021-04-261-1/+1
|
* updates Readme.html since #363 has been mergeedchibash2021-04-261-1/+1
|
* updates Readme.html since #350 has been fixedchibash2021-04-261-1/+1
|
* fixes typos for #357chibash2021-01-301-1/+1
|
* fixes Issue #339chibash2020-10-161-1/+1
|
* updates the version numberchibash2020-07-131-0/+5
|
* updates Readme.html to mention how to release.chibash2020-03-201-3/+12
|
* for release 3.27.0-GArel_3_27_0_gachibash2020-03-191-2/+2
|
* fixes a bug involuved in Pull Request #294chibash2019-12-241-1/+1
|
* fixdes Issue #282chibash2019-12-231-1/+1
|
* updates Readme.htmlchibash2019-10-121-0/+5
|
* for release 3.26.0-GArel_3_26_0_ga3_26_0_gachibash2019-10-031-1/+1
|
* adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275chibash2019-09-201-1/+1
|
* fixes Issue #271chibash2019-09-021-1/+1
|
* updates Readme.htmlchibash2019-09-021-1/+1
|
* fixes typos included in PR #272 (Issue #270)chibash2019-09-011-0/+5
|
* for release 3.25.0-GAchibash2019-04-161-2/+2
|
* adds javadoc comments for PR #250chibash2019-03-171-2/+3
|
* updates Readme.html and rebuilds javassist.jarchibash2019-02-021-1/+1
|
* fixes the bug reported in Issue #241.chibash2019-01-281-1/+1
| | | | It makes $r available in the code given to CtBehavior#insertBefore().
* adds src/test/test5/SwitchCase.java. It also adds the javadoc comments.chibash2019-01-271-1/+1
|
* changes Readme.htmlchibash2018-12-111-1/+1
|
* updates Readme.htmltest/switch-casechibash2018-12-101-0/+5
|
* updates for relase 3.24.1rel_3_24_1_gachibash2018-12-091-2/+2
|
* fixes another bug (supporting jdk.*) reported in #228chibash2018-12-061-1/+7
|
* updates for release 3.24.0-GAchibash2018-11-011-2/+2
|
* changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,chibash2018-09-081-0/+1
| | | | in other words, java.lang.invoke.MethodHandles.Lookup.
* modifies NestHostAttribute and NestMembersAttribute and adds test codechibash2018-09-021-2/+3
|
* adds a comment for the fix to JIRA JASSIST-267chibash2018-09-021-0/+6
|
* updates for release 3.23.1rel_3_23_1_gachibash2018-07-021-1/+6
|
* updates for release 3.23.0-GArel_3_23_0_gachibash2018-06-211-2/+2
|
* Remove close method on ClassPath. Add unit tests for new behaviour.Christian Melchior2017-11-121-0/+8
|
* 3.22.0-GA releaserel_3_22_0_galistchibash2017-10-101-2/+3
|
* updates Readme.html.chibash2016-10-051-0/+7
|
* fixes typos in javadoc commentsrel_3_21_0_gachibash2016-10-041-1/+1
|
* updates files for release 3.21.0-GAchibash2016-10-031-2/+2
|
* fixes a bug of ProxyFactory. It could not deal with default methods ↵chibash2016-07-301-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: ↵chibash2016-07-301-0/+1
| | | | https://github.com/jboss-javassist/javassist/issues/83
* fixes many compatibility problems with older Java (i.e. 1.4)chibash2016-07-141-0/+2
|
* fixes a bug JIRA JASSIST-262chibash2016-04-271-1/+1
|
* fixes JASSIST-256, adding an annotation to a class doesn't work on reflectionchibash2016-02-121-1/+1
|
* updates Readme.html to record the fix of JASSIST-245chibash2015-12-081-1/+1
|
* fixes JASSIST-255 Primitive array return values cause invalid cast to Objectchibash2015-12-081-1/+1
|
* fixes JIRA JASSIST-248.chibash2015-09-251-1/+1
| | | | | Javassist cannot compile super.m() if m is a default method declared in an interface.
* fixed JASSIST-244chibash2015-08-071-0/+6
|
* final updates for 3.20.0-GA releaserel_3_20_0_gachibash2015-06-251-1/+1
|
* fixed JASSIST-242chibash2015-05-281-1/+1
|
* updated Readme.html to mention JASSIST-246 was fixed.chibash2015-05-251-1/+1
|
* updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.chibash2015-02-041-0/+7
|