Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | updates the version number | chibash | 2020-07-13 | 3 | -2/+7 | |
| | | | | ||||||
* | | | | fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328. | chibash | 2020-07-13 | 3 | -2/+30 | |
| | | | | ||||||
* | | | | Merge pull request #307 from sarxos/patch-1 | Shigeru Chiba | 2020-03-27 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Fix typo in TypeChecker | |||||
| * | | | Fix typo in TypeChecker | Bartosz Firyn | 2020-03-26 | 1 | -1/+1 | |
|/ / / | | | | | | | Should be "bad field access" not "bad filed access". | |||||
* | | | updates Readme.html to mention how to release. | chibash | 2020-03-20 | 1 | -3/+12 | |
| | | | ||||||
* | | | for release 3.27.0-GArel_3_27_0_ga | chibash | 2020-03-19 | 7 | -9/+10 | |
| | | | ||||||
| | * | Fixes to support the full syntax of possible signatures | Pietro Braione | 2020-01-22 | 2 | -11/+116 | |
| | | | ||||||
| | * | Fix renaming of classes in presence of generic signatures and nested | Pietro Braione | 2020-01-21 | 1 | -11/+33 | |
| |/ |/| | | | classes. | |||||
* | | fixes a bug involuved in Pull Request #294 | chibash | 2019-12-24 | 6 | -4/+37 | |
| | | ||||||
* | | Merge pull request #294 from junwen12221/master | Shigeru Chiba | 2019-12-23 | 1 | -0/+4 | |
|\ \ | | | | | | | Supports parsing 'byte[] a = new byte[]{};'. Only parsing is supported. Javassist reports a not-supported error. | |||||
| * | | Support parsing 'byte[] a = new byte[]{};' | cjw | 2019-12-05 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:jboss-javassist/javassist | chibash | 2019-12-23 | 1 | -1/+1 | |
|\| | | ||||||
| * | | Merge pull request #281 from diptadas/patch-1 | Shigeru Chiba | 2019-10-14 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Fix instruction printer double constant | |||||
| | * | | Fix instruction printer double constant | Dipta Das | 2019-10-13 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | fixdes Issue #282 | chibash | 2019-12-23 | 4 | -2/+8 | |
|/ / | ||||||
* | | updates Readme.html | chibash | 2019-10-12 | 3 | -1/+6 | |
| | | ||||||
* | | Merge pull request #279 from csobrinho/patch-1 | Shigeru Chiba | 2019-10-12 | 1 | -4/+4 | |
|\ \ | |/ |/| | Fix a bottleneck. If the jar entries is big, List.contains is O(n) an… | |||||
| * | Fix a bottleneck. If the jar entries is big, List.contains is O(n) and very ↵ | Carlos Sobrinho | 2019-10-10 | 1 | -4/+4 | |
|/ | | | | | slow! This is a continuation of #271 to speed up the 3.25/26 release. More details on the issue. | |||||
* | for release 3.26.0-GArel_3_26_0_ga3_26_0_ga | chibash | 2019-10-03 | 3 | -3/+3 | |
| | ||||||
* | adds CtClass#isKotlin() for PR #276 | chibash | 2019-09-23 | 2 | -0/+13 | |
| | ||||||
* | fixes a bug of JvstTest5#testRedundantInsertAfter() for Issue #275 | chibash | 2019-09-23 | 2 | -1/+1 | |
| | ||||||
* | adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 | chibash | 2019-09-20 | 8 | -24/+159 | |
| | ||||||
* | fixes Issue #271 | chibash | 2019-09-02 | 3 | -4/+16 | |
| | ||||||
* | updates Readme.html | chibash | 2019-09-02 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #267 from sam-ma/master | Shigeru Chiba | 2019-09-02 | 3 | -13/+67 | |
|\ | | | | | Fix #265 javassist.CannotCompileException: [source error] the called … | |||||
| * | Fix #265 javassist.CannotCompileException: [source error] the called ↵ | Sam Ma | 2019-07-23 | 3 | -13/+67 | |
| | | | | | | | | constructor is private | |||||
* | | adds ClassFileWriter#addDynamicInfo | chibash | 2019-09-02 | 2 | -0/+18 | |
| | | ||||||
* | | fixes typos included in PR #272 (Issue #270) | chibash | 2019-09-01 | 4 | -164/+164 | |
| | | ||||||
* | | Merge pull request #272 from richbolen/JASSIST-270 | Shigeru Chiba | 2019-09-01 | 2 | -49/+177 | |
|\ \ | | | | | | | JASSIST-270: Add support for the new Dynamic constant (17) created in java 11 | |||||
| * | | Remove unused file | Rich Bolen | 2019-08-30 | 1 | -22/+0 | |
| | | | ||||||
| * | | Address feedback from PR | Rich Bolen | 2019-08-28 | 2 | -5/+5 | |
| | | | ||||||
| * | | 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 | 4 | -74/+1 | |
| | | | ||||||
| * | | Add support for the new Dynamic constant (17) created in java 11 | Rich Bolen | 2019-08-20 | 6 | -51/+269 | |
|/ / | ||||||
* / | fixed Issue #263 | chibash | 2019-07-27 | 5 | -3/+57 | |
|/ | ||||||
* | Merge pull request #264 from backpaper0/fix-typo | Shigeru Chiba | 2019-07-04 | 1 | -1/+1 | |
|\ | | | | | Fix typo | |||||
| * | Fix typo | Uragami Taichi | 2019-07-04 | 1 | -1/+1 | |
|/ | ||||||
* | for release 3.25.0-GArel_3_25_0_ga | chibash | 2019-04-16 | 1 | -1/+1 | |
| | ||||||
* | for release 3.25.0-GA | chibash | 2019-04-16 | 7 | -7/+8 | |
| | ||||||
* | Merge pull request #253 from sam-ma/master | Shigeru Chiba | 2019-04-16 | 3 | -2/+56 | |
|\ | | | | | Fix #252 make instrumentation works on JDK11 for the inner class which has access to the private constructor of the host class | |||||
| * | Fix #252 make instrumentation works on JDK11 for the inner class which has ↵ | Sam Ma | 2019-03-20 | 3 | -2/+56 | |
| | | | | | | | | access to the private constructor of the host class | |||||
* | | Merge pull request #254 from soul2zimate/backwards-compatible-fix | Shigeru Chiba | 2019-04-08 | 1 | -0/+18 | |
|\ \ | | | | | | | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, Prot… | |||||
| * | | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ↵ | Chao Wang | 2019-03-25 | 1 | -0/+18 | |
|/ / | | | | | | | ProtectionDomain domain) for backward compatibility in minor release. | |||||
* | | adds javadoc comments for PR #250 | chibash | 2019-03-17 | 6 | -6/+22 | |
| | | ||||||
* | | Merge pull request #250 from skybber/master | Shigeru Chiba | 2019-03-17 | 1 | -1/+16 | |
|\ \ | |/ |/| | Control ctxClassLoader usage per thread | |||||
| * | Control ctxClassLoader usage per thread | skybber | 2019-03-17 | 1 | -1/+16 | |
|/ | ||||||
* | Merge pull request #247 from NingZhang-e/issue246 | Shigeru Chiba | 2019-02-12 | 1 | -5/+1 | |
|\ | | | | | Clean Java doc to fix #246 | |||||
| * | Fix Issue #246 via clean java doc. | enigzhg | 2019-02-12 | 1 | -5/+1 | |
| | | ||||||
| * | Merge pull request #3 from jboss-javassist/master | Ning Zhang | 2019-02-12 | 20 | -17/+334 | |
| |\ | |/ |/| | Sync with base/master. |