aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #492 from kuznet1/masterShigeru Chiba2024-10-041-7/+7
|\
| * Add test for 16th line & fixakuznetsov2024-09-281-7/+7
* | initJames Bellenger2024-09-171-3/+6
|/
* [bugfix]fix TransformCallToStatic with invokeinterface or invokedynamiccatsalty2024-07-251-0/+3
* Merge pull request #484 from kuznet1/masterShigeru Chiba2024-05-0347-476/+863
|\
| * line numbers for undefined ids & moreakuznetsov2023-12-2914-175/+175
| * fix line numbers in blocks & refactor testakuznetsov2023-11-021-5/+13
| * save line number count though all methods/ctorsakuznetsov2023-10-045-2/+19
| * add line numbers and testakuznetsov2023-10-0437-300/+662
* | support bootstrap method coping when using code copingLiuChuliang 刘楚梁2024-01-182-30/+222
* | 3.30.2-GA releaserel_3_30_2_gachibash2023-12-251-1/+1
* | fixes github issue #471rel_3_30_1_gachibash2023-12-171-1/+1
* | 3.30.0-GA releaserel_3_30_0_gachibash2023-12-171-2/+2
* | Fix insertAuxInitializer may cause inconsistent stack height problemshifujun2023-12-111-2/+1
* | Merge pull request #467 from shifujun/453Shigeru Chiba2023-12-101-3/+0
|\ \
| * | Remove DUP check in TransformNewClassshifujun2023-12-081-3/+0
* | | Merge pull request #448 from catsalty/patch-2Shigeru Chiba2023-12-101-1/+14
|\ \ \
| * | | Fix issue in no-standard [new] instruction replaceLayHool2023-03-161-1/+14
| | |/ | |/|
* | | Fix MemberResolver.lookupMethod bug when super class has more precise matchshifujun2023-12-081-9/+16
| |/ |/|
* | fixes GitHub Issue 462 (Internal class issues in the Java 21)wuwen2023-11-031-3/+6
|/
* Issue-#426 Include Automatic-Module-Name in MANIFEST.MF and bump up the versi...Hiroshi Ukai2022-08-301-1/+1
* for releasing 3.29.1rel_3_29_1_gachibash2022-08-121-1/+1
* prohibits too many items from being added to a constant pool.chibash2022-08-071-1/+1
* prohibits too many items from being added to a constant poolchibash2022-08-071-0/+3
* prepares for 3.29.0-GA releaserel_3_29_0_gachibash2022-05-131-2/+2
* removes an unused import declaration as PR 384 mentions.chibash2022-05-131-1/+0
* Merge pull request #382 from tim-hoffman/PR_RemoveStringBufferShigeru Chiba2022-05-1335-118/+121
|\
| * Replace remaining StringBuffer uses with StringBuilderTimothy Hoffman2021-07-161-15/+15
| * Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-1635-103/+106
* | Merge pull request #383 from tim-hoffman/PR_ArrayCopyPerformanceShigeru Chiba2022-05-132-5/+10
|\ \
| * | Replace array copy loop with System.arraycopyTimothy Hoffman2021-07-162-5/+10
| |/
* | cancels PR#391, which does not pass all the testschibash2022-05-131-3/+2
* | fixes a wrong indentationchibash2022-05-131-1/+1
* | Merge pull request #391 from derklaro/fix-method-naming-syntaxShigeru Chiba2022-05-131-2/+3
|\ \
| * | Only wrap the method name if the method doesn't come from the same decl classderklaro2021-09-071-2/+3
| |/
* | does refactoringchibash2022-05-131-92/+130
* | fixes a bug in SignatureAttribute.renameClass().chibash2022-05-131-44/+76
* | Merge branch 'master' into masterShigeru Chiba2022-05-1118-33/+176
|\ \
| * \ Merge pull request #278 from ximsfei/masterShigeru Chiba2022-05-107-18/+104
| |\ \
| | * | fixes a bug of ClassFile#renameClass(), some imports could not be successfull...ximsfei2019-10-087-18/+104
| * | | Merge pull request #390 from derklaro/masterShigeru Chiba2022-05-101-1/+1
| |\ \ \
| | * | | Lower requirement for an extra type in constructor to Java 7-derklaro2021-09-071-1/+1
| | | |/ | | |/|
| * | | Remove redundant type checkApril Schleck2022-03-311-1/+0
| * | | Fix for NullPointerException on detach()Burak Şahin2021-09-211-1/+1
| |/ /
| * | updates javassist.Loader to exclude jdk.internal.chibash2021-05-142-1/+2
| * | release 3.28.0-GArel_3_28_0_gachibash2021-05-081-1/+1
| * | Merge pull request #306 from nschaefe/masterShigeru Chiba2021-04-261-11/+11
| |\ \
| | * | fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificatio...User2020-03-241-11/+11
| * | | Merge pull request #363 from michalkurka/masterShigeru Chiba2021-04-261-6/+19
| |\ \ \
| | * | | Fix a race condition in CtClassType#getClassFile3michalkurka2021-03-171-6/+19