aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #469 from shifujun/insertAuxInitializer_stacksizeShigeru Chiba2023-12-161-2/+1
|\
| * Fix insertAuxInitializer may cause inconsistent stack height problemshifujun2023-12-111-2/+1
* | Merge pull request #468 from vimfun/patch-1Shigeru Chiba2023-12-161-1/+1
|\ \ | |/ |/|
| * Update tutorial.html: `javassist.util.HotSwapper`⸮o-o ? 林2023-12-111-1/+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
* | | Merge pull request #466 from shifujun/pr-fix-lookupMethodShigeru Chiba2023-12-103-11/+77
|\ \ \ | |_|/ |/| |
| * | Fix MemberResolver.lookupMethod bug when super class has more precise matchshifujun2023-12-083-11/+77
|/ /
* | Merge pull request #463 from wuwen5/java21-inner-classShigeru Chiba2023-12-044-3/+38
|\ \ | |/ |/|
| * fixes GitHub Issue 462 (Internal class issues in the Java 21)wuwen2023-11-034-3/+38
|/
* Update README.mdShigeru Chiba2022-10-031-1/+1
* Merge pull request #434 from fanofxiaofeng/patch-1Shigeru Chiba2022-10-031-1/+1
|\
| * try to fix trivial link error靳阳2022-10-021-1/+1
|/
* updates javassist.jar for 3.29.2-GA.rel_3_29_2_gachibash2022-09-141-0/+0
* prepares a new releasechibash2022-09-141-0/+4
* Merge pull request #427 from dakusui/master-issue-426_includeAutomaticModuleN...Shigeru Chiba2022-09-114-7/+4
|\
| * Issue-#426 Format a line in the pom.xml.Hiroshi Ukai2022-08-301-3/+1
| * Issue-#426 Include Automatic-Module-Name in MANIFEST.MF and bump up the versi...Hiroshi Ukai2022-08-304-7/+6
|/
* updates README.mdchibash2022-08-122-2/+2
* adds Issue #423 to Changes.mdchibash2022-08-121-0/+2
* for releasing 3.29.1rel_3_29_1_gachibash2022-08-126-5/+5
* prohibits too many items from being added to a constant pool.chibash2022-08-073-3/+8
* prohibits too many items from being added to a constant poolchibash2022-08-073-0/+17
* updates Changes.md to note Issue #414chibash2022-05-181-1/+1
* fixes typos in *.mdchibash2022-05-172-1/+5
* removes Readme.html and adds Changes.md and Examples.mdchibash2022-05-175-923/+811
* prepares for 3.29.0-GA releaserel_3_29_0_gachibash2022-05-137-9/+9
* 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
| |/
* | uncomments test code suggested by PR405chibash2022-05-131-1/+1
* | 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
* | fixs a compilation problem although one test still fails.chibash2022-05-122-11/+11
* | Merge pull request #299 from pietrobraione/masterShigeru Chiba2022-05-122-25/+153
|\ \
| * \ Merge branch 'master' into masterShigeru Chiba2022-05-1185-56/+1246
| |\ \ | |/ / |/| |
* | | Merge pull request #278 from ximsfei/masterShigeru Chiba2022-05-108-22/+112
|\ \ \
| * | | add unit testximsfei2019-10-171-4/+8
| * | | 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
| | |_|/ | |/| |