aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge pull request #351 from sgjesse/issue-350Shigeru Chiba2021-04-261-3/+7
| |\ \ \ \ | | |/ / / | |/| | | | | | | | This fixes Issue #350. Check for extended frame type when updating StackMapTable offset.
| | * | | Check for extended frame type when updating StackTableOffset offsetSøren Gjesse2020-12-141-3/+7
| | | | | | | | | | | | | | | | | | | | Fixes #350
| * | | | fixes typos for #357chibash2021-01-301-2/+2
| | | | |
| * | | | add unit tests for LocalVariableAttribute.variableNameByIndex and ↵eshizhan2021-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | MethodParametersAttribute.parameterName
| * | | | add functions for getting the parameter names of methodeshizhan2021-01-262-0/+24
| |/ / /
| * | | fixes Issue #339chibash2020-10-161-2/+7
| | | |
| * | | updates the version numberchibash2020-07-131-1/+1
| | | |
| * | | fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328.chibash2020-07-131-2/+12
| | | |
| * | | Fix typo in TypeCheckerBartosz Firyn2020-03-261-1/+1
| |/ / | | | | | | Should be "bad field access" not "bad filed access".
| * | for release 3.27.0-GArel_3_27_0_gachibash2020-03-191-2/+2
| | |
* | | Fixes to support the full syntax of possible signaturesPietro Braione2020-01-221-11/+32
| | |
* | | Fix renaming of classes in presence of generic signatures and nestedPietro Braione2020-01-211-11/+33
|/ / | | | | classes.
* | fixes a bug involuved in Pull Request #294chibash2019-12-243-3/+20
| |
* | Merge pull request #294 from junwen12221/masterShigeru Chiba2019-12-231-0/+4
|\ \ | | | | | | Supports parsing 'byte[] a = new byte[]{};'. Only parsing is supported. Javassist reports a not-supported error.
| * | 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 ↵Carlos Sobrinho2019-10-101-4/+4
|/ | | | | slow! This is a continuation of #271 to speed up the 3.25/26 release. More details on the issue.
* adds CtClass#isKotlin() for PR #276chibash2019-09-232-0/+13
|
* adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275chibash2019-09-202-19/+107
|
* fixes Issue #271chibash2019-09-022-3/+15
|
* Merge pull request #267 from sam-ma/masterShigeru Chiba2019-09-021-13/+14
|\ | | | | Fix #265 javassist.CannotCompileException: [source error] the called …
| * Fix #265 javassist.CannotCompileException: [source error] the called ↵Sam Ma2019-07-231-13/+14
| | | | | | | | constructor is private
* | adds ClassFileWriter#addDynamicInfochibash2019-09-021-0/+18
| |
* | fixes typos included in PR #272 (Issue #270)chibash2019-09-012-163/+158
| |
* | 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-273-38/+1
| |
* | Add support for the new Dynamic constant (17) created in java 11Rich Bolen2019-08-203-48/+208
| |
* | fixed Issue #263chibash2019-07-271-0/+37
|/
* Fix typoUragami Taichi2019-07-041-1/+1
|
* for release 3.25.0-GAchibash2019-04-161-1/+1
|
* Merge pull request #253 from sam-ma/masterShigeru Chiba2019-04-161-2/+16
|\ | | | | 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 Ma2019-03-201-2/+16
| | | | | | | | access to the private constructor of the host class
* | Add back FactoryHelper.toClass(ClassFile cf, ClassLoader loader, ↵Chao Wang2019-03-251-0/+18
| | | | | | | | ProtectionDomain domain) for backward compatibility in minor release.
* | 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-012-0/+66
|
* 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-0/+5
|
* Proposed fixes in DefineClassHelper & DefinePackageHelpermichalkurka2019-01-252-6/+0
| | | | | Don't try to clean-up after making a protected-final method accessible. No synchronization with concurrent access can cause errors.
* enables switch-case with string constantschibash2018-12-101-2/+50
|
* updates for relase 3.24.1rel_3_24_1_gachibash2018-12-091-1/+1
|
* fixes another bug (supporting jdk.*) reported in #228chibash2018-12-061-3/+8
|
* fixes a bug reported in #228chibash2018-12-051-1/+3
|
* fixes bugs in javadoc commentschibash2018-11-021-3/+3
|