aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #294 from junwen12221/masterShigeru Chiba2019-12-231-0/+4
|\
| * Support parsing 'byte[] a = new byte[]{};'cjw2019-12-051-0/+4
* | Merge branch 'master' of github.com:jboss-javassist/javassistchibash2019-12-231-1/+1
|\|
| * Merge pull request #281 from diptadas/patch-1Shigeru Chiba2019-10-141-1/+1
| |\
| | * Fix instruction printer double constantDipta Das2019-10-131-1/+1
| |/
* / fixdes Issue #282chibash2019-12-234-2/+8
|/
* updates Readme.htmlchibash2019-10-123-1/+6
* Merge pull request #279 from csobrinho/patch-1Shigeru Chiba2019-10-121-4/+4
|\
| * Fix a bottleneck. If the jar entries is big, List.contains is O(n) and very s...Carlos Sobrinho2019-10-101-4/+4
|/
* for release 3.26.0-GArel_3_26_0_ga3_26_0_gachibash2019-10-033-3/+3
* adds CtClass#isKotlin() for PR #276chibash2019-09-232-0/+13
* fixes a bug of JvstTest5#testRedundantInsertAfter() for Issue #275chibash2019-09-232-1/+1
* adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275chibash2019-09-208-24/+159
* fixes Issue #271chibash2019-09-023-4/+16
* updates Readme.htmlchibash2019-09-021-1/+1
* Merge pull request #267 from sam-ma/masterShigeru Chiba2019-09-023-13/+67
|\
| * Fix #265 javassist.CannotCompileException: [source error] the called construc...Sam Ma2019-07-233-13/+67
* | adds ClassFileWriter#addDynamicInfochibash2019-09-022-0/+18
* | fixes typos included in PR #272 (Issue #270)chibash2019-09-014-164/+164
* | Merge pull request #272 from richbolen/JASSIST-270Shigeru Chiba2019-09-012-49/+177
|\ \
| * | Remove unused fileRich Bolen2019-08-301-22/+0
| * | Address feedback from PRRich Bolen2019-08-282-5/+5
| * | Incorporate feedback from the PRRich Bolen2019-08-271-1/+6
| * | Incorporate feedback from the PRRich Bolen2019-08-271-1/+1
| * | Incorporate feedback from the PRRich Bolen2019-08-274-74/+1
| * | Add support for the new Dynamic constant (17) created in java 11Rich Bolen2019-08-206-51/+269
|/ /
* / fixed Issue #263chibash2019-07-275-3/+57
|/
* Merge pull request #264 from backpaper0/fix-typoShigeru Chiba2019-07-041-1/+1
|\
| * Fix typoUragami Taichi2019-07-041-1/+1
|/
* for release 3.25.0-GArel_3_25_0_gachibash2019-04-161-1/+1
* for release 3.25.0-GAchibash2019-04-167-7/+8
* Merge pull request #253 from sam-ma/masterShigeru Chiba2019-04-163-2/+56
|\
| * Fix #252 make instrumentation works on JDK11 for the inner class which has ac...Sam Ma2019-03-203-2/+56
* | Merge pull request #254 from soul2zimate/backwards-compatible-fixShigeru Chiba2019-04-081-0/+18
|\ \
| * | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ProtectionDo...Chao Wang2019-03-251-0/+18
|/ /
* | adds javadoc comments for PR #250chibash2019-03-176-6/+22
* | Merge pull request #250 from skybber/masterShigeru Chiba2019-03-171-1/+16
|\ \ | |/ |/|
| * Control ctxClassLoader usage per threadskybber2019-03-171-1/+16
|/
* Merge pull request #247 from NingZhang-e/issue246Shigeru Chiba2019-02-121-5/+1
|\
| * Fix Issue #246 via clean java doc.enigzhg2019-02-121-5/+1
| * Merge pull request #3 from jboss-javassist/masterNing Zhang2019-02-1220-17/+334
| |\ | |/ |/|
* | updates Readme.html and rebuilds javassist.jarchibash2019-02-022-1/+1
* | Merge pull request #244 from shifujun/redirectMethodCallToStaticShigeru Chiba2019-02-024-0/+102
|\ \
| * | add a new CodeConverter method:redirectMethodCallToStaticshifujun2019-02-014-0/+102
|/ /
* | fixes the bug reported in Issue #241.chibash2019-01-285-2/+30
* | adds src/test/test5/SwitchCase.java. It also adds the javadoc comments.chibash2019-01-273-1/+11
* | Merge pull request #243 from michalkurka/michalk_fix-j11-raceShigeru Chiba2019-01-273-6/+75
|\ \
| * | Proposed fixes in DefineClassHelper & DefinePackageHelpermichalkurka2019-01-252-6/+0
| * | JAVASSIST-242: Demonstrates a race condition in DefineClassHelpermichalkurka2019-01-251-0/+75
|/ /
* | changes Readme.htmlchibash2018-12-111-1/+1