aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* updates javassist.Loader to exclude jdk.internal.chibash2021-05-143-2/+3
* release 3.28.0-GArel_3_28_0_gachibash2021-05-081-1/+1
* Merge pull request #306 from nschaefe/masterShigeru Chiba2021-04-264-11/+794
|\
| * fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificatio...User2020-03-244-11/+794
* | Merge pull request #363 from michalkurka/masterShigeru Chiba2021-04-261-6/+19
|\ \
| * | Fix a race condition in CtClassType#getClassFile3michalkurka2021-03-171-6/+19
* | | Merge pull request #351 from sgjesse/issue-350Shigeru Chiba2021-04-262-3/+84
|\ \ \ | |/ / |/| |
| * | Check for extended frame type when updating StackTableOffset offsetSøren Gjesse2020-12-142-3/+84
* | | fixes typos for #357chibash2021-01-301-2/+2
* | | add unit tests for LocalVariableAttribute.variableNameByIndex and MethodParam...eshizhan2021-01-293-1/+8
* | | add functions for getting the parameter names of methodeshizhan2021-01-262-0/+24
|/ /
* | fixes Issue #339chibash2020-10-162-2/+82
* | updates the version numberchibash2020-07-132-2/+2
* | fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328.chibash2020-07-132-2/+30
* | Fix typo in TypeCheckerBartosz Firyn2020-03-261-1/+1
|/
* for release 3.27.0-GArel_3_27_0_gachibash2020-03-192-3/+3
* fixes a bug involuved in Pull Request #294chibash2019-12-244-3/+36
* 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
|\|
| * Fix instruction printer double constantDipta Das2019-10-131-1/+1
* | fixdes Issue #282chibash2019-12-232-1/+7
|/
* updates Readme.htmlchibash2019-10-121-1/+1
* 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-031-1/+1
* adds CtClass#isKotlin() for PR #276chibash2019-09-232-0/+13
* fixes a bug of JvstTest5#testRedundantInsertAfter() for Issue #275chibash2019-09-231-1/+1
* adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275chibash2019-09-204-19/+154
* fixes Issue #271chibash2019-09-022-3/+15
* 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-021-0/+18
* | fixes typos included in PR #272 (Issue #270)chibash2019-09-012-163/+158
* | Remove unused fileRich Bolen2019-08-301-22/+0
* | Address feedback from PRRich Bolen2019-08-281-3/+3
* | 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-205-48/+266
* | fixed Issue #263chibash2019-07-274-3/+57
|/
* Fix typoUragami Taichi2019-07-041-1/+1
* for release 3.25.0-GAchibash2019-04-163-3/+4
* 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
* | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ProtectionDo...Chao Wang2019-03-251-0/+18
* | adds javadoc comments for PR #250chibash2019-03-172-2/+17
* | Control ctxClassLoader usage per threadskybber2019-03-171-1/+16
|/
* Fix Issue #246 via clean java doc.enigzhg2019-02-121-5/+1
* add a new CodeConverter method:redirectMethodCallToStaticshifujun2019-02-014-0/+102
* fixes the bug reported in Issue #241.chibash2019-01-283-1/+29