| 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 CtClass#isKotlin() for PR #276 | chibash | 2019-09-23 | 2 | -0/+13 |
* | adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 | chibash | 2019-09-20 | 2 | -19/+107 |
* | fixes Issue #271 | chibash | 2019-09-02 | 2 | -3/+15 |
* | Merge pull request #267 from sam-ma/master | Shigeru Chiba | 2019-09-02 | 1 | -13/+14 |
|\ |
|
| * | Fix #265 javassist.CannotCompileException: [source error] the called construc... | Sam Ma | 2019-07-23 | 1 | -13/+14 |
* | | adds ClassFileWriter#addDynamicInfo | chibash | 2019-09-02 | 1 | -0/+18 |
* | | fixes typos included in PR #272 (Issue #270) | chibash | 2019-09-01 | 2 | -163/+158 |
* | | Address feedback from PR | Rich Bolen | 2019-08-28 | 1 | -3/+3 |
* | | Incorporate feedback from the PR | Rich Bolen | 2019-08-27 | 1 | -1/+6 |
* | | Incorporate feedback from the PR | Rich Bolen | 2019-08-27 | 1 | -1/+1 |
* | | Incorporate feedback from the PR | Rich Bolen | 2019-08-27 | 3 | -38/+1 |
* | | Add support for the new Dynamic constant (17) created in java 11 | Rich Bolen | 2019-08-20 | 3 | -48/+208 |
* | | fixed Issue #263 | chibash | 2019-07-27 | 1 | -0/+37 |
|/ |
|
* | Fix typo | Uragami Taichi | 2019-07-04 | 1 | -1/+1 |
* | for release 3.25.0-GA | chibash | 2019-04-16 | 2 | -2/+2 |
* | Merge pull request #253 from sam-ma/master | Shigeru Chiba | 2019-04-16 | 1 | -2/+16 |
|\ |
|
| * | Fix #252 make instrumentation works on JDK11 for the inner class which has ac... | Sam Ma | 2019-03-20 | 1 | -2/+16 |
* | | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ProtectionDo... | Chao Wang | 2019-03-25 | 1 | -0/+18 |
* | | adds javadoc comments for PR #250 | chibash | 2019-03-17 | 2 | -2/+17 |
* | | Control ctxClassLoader usage per thread | skybber | 2019-03-17 | 1 | -1/+16 |
|/ |
|
* | Fix Issue #246 via clean java doc. | enigzhg | 2019-02-12 | 1 | -5/+1 |
* | add a new CodeConverter method:redirectMethodCallToStatic | shifujun | 2019-02-01 | 2 | -0/+66 |
* | 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 | -0/+5 |
* | Proposed fixes in DefineClassHelper & DefinePackageHelper | michalkurka | 2019-01-25 | 2 | -6/+0 |
* | enables switch-case with string constants | chibash | 2018-12-10 | 1 | -2/+50 |
* | updates for relase 3.24.1rel_3_24_1_ga | chibash | 2018-12-09 | 2 | -2/+2 |
* | fixes another bug (supporting jdk.*) reported in #228 | chibash | 2018-12-06 | 1 | -3/+8 |
* | fixes a bug reported in #228 | chibash | 2018-12-05 | 1 | -1/+3 |
* | fixes bugs in javadoc comments | chibash | 2018-11-02 | 1 | -3/+3 |
* | updates for release 3.24.0-GA | chibash | 2018-11-01 | 2 | -2/+2 |
* | fixes typos in javadocs.rel_3_24_0_rc | chibash | 2018-10-05 | 9 | -36/+36 |
* | avoids ConcurrentModificationException in 3.23.1-GA reported in Issue #224. | chibash | 2018-10-05 | 1 | -2/+2 |
* | stops a potential leak in JarClassPath openClassfile(). Issues #222. | chibash | 2018-09-15 | 1 | -1/+3 |
* | adds a method taking Lookup to java.util.proxy. | chibash | 2018-09-10 | 4 | -13/+88 |
* | adds Automatic-Module-Name to manifest | chibash | 2018-09-09 | 1 | -0/+1 |
* | modifies javassist.util.proxy.DefinePackageHelper to be compatible to Java 11. | chibash | 2018-09-08 | 2 | -91/+105 |
* | changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, | chibash | 2018-09-08 | 6 | -36/+333 |
* | does refactoring for javassist.util.proxy. | chibash | 2018-09-07 | 2 | -153/+150 |
* | changes the version number | chibash | 2018-09-05 | 3 | -1/+5 |
* | modifies NestHostAttribute and NestMembersAttribute and adds test code | chibash | 2018-09-02 | 3 | -1/+64 |
* | Merge pull request #218 from dmitri-gb/master | Shigeru Chiba | 2018-09-02 | 3 | -0/+92 |
|\ |
|
| * | Add support for Java 11 NestHost and NestMembers attributes | Dmitri Gabbasov | 2018-08-23 | 3 | -0/+92 |
* | | adds a comment for the fix to JIRA JASSIST-267 | chibash | 2018-09-02 | 1 | -2/+2 |
* | | Merge pull request #210 from NingZhang-Ericsson/JASSIST-267 | Shigeru Chiba | 2018-08-31 | 1 | -4/+20 |
|\ \
| |/
|/| |
|
| * | Fix JASSIST-267 | NingZhang-Ericsson | 2018-07-13 | 1 | -5/+2 |
| * | fixed JASSIST-267 | NingZhang-Ericsson | 2018-07-13 | 1 | -4/+23 |
* | | fixes issue #209 (NPE in Exception) | chibash | 2018-07-19 | 1 | -1/+2 |
* | | Custom URL stream handler in ByteArrayClassPath | Andres Luuk | 2018-07-09 | 1 | -2/+27 |
|/ |
|