summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Shigeru Chiba2022-09-114-7/+4
|\ | | | | | | | | dakusui/master-issue-426_includeAutomaticModuleNameInManifestMf Includes Automatic-Module-Name in MANIFEST.MF
| * 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 ↵Hiroshi Ukai2022-08-304-7/+6
|/ | | | version to 3.29.2-GA
* 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
| | | | the previous commit was wrong.
* 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 StringBuffer with StringBuilder, other minor String optimizations
| * 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 loops with System.arraycopy
| * | 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 declaring class
| * | 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
|\ \ | | | | | | | | | Fix renaming of classes in presence of generic signatures and nested classes. This pull request has some problems but I'll fix them later.
| * \ Merge branch 'master' into masterShigeru Chiba2022-05-1185-56/+1246
| |\ \ | |/ / |/| |
* | | Merge pull request #278 from ximsfei/masterShigeru Chiba2022-05-108-22/+112
|\ \ \ | | | | | | | | fixes a bug of ClassFile#renameClass(), some imports could not be successfully renamed.
| * | | add unit testximsfei2019-10-171-4/+8
| | | |
| * | | fixes a bug of ClassFile#renameClass(), some imports could not be ↵ximsfei2019-10-087-18/+104
| | | | | | | | | | | | | | | | successfully renamed
* | | | Merge pull request #390 from derklaro/masterShigeru Chiba2022-05-101-1/+1
|\ \ \ \ | | | | | | | | | | Lower requirement for an extra type in constructor to Java 7-
| * | | | Lower requirement for an extra type in constructor to Java 7-derklaro2021-09-071-1/+1
| | |_|/ | |/| |
* | | | changes test code because package java.rmi.activation.ActivationGroupDesc ↵chibash2022-05-103-7/+27
| | | | | | | | | | | | | | | | does not exist any longer.
* | | | deletes src/test/test2/*.classchibash2022-05-1052-0/+0
| | | |
* | | | Merge pull request #399 from carldea/masterShigeru Chiba2022-05-101-4/+7
|\ \ \ \ | | | | | | | | | | Using TCK Tested JDK builds of OpenJDK
| * | | | Using TCK Tested JDK builds of OpenJDK Carl Dea2021-10-041-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The AdoptOpenJDK has been discontinued since July 2021. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK. Also added are fixed (major) release version(s) such as 11.0.3. This is often a good practice whenever a build/test triggers (push/pull events) this can determine if the latest JDK (11) had failed the build vs something in your code that caused it. For example, when building with JDK 11.0.3 (fixed version) the build passes (green) and JDK 11 fails (red) will mean that the latest JDK (11) was the cause and not your code. 

Note: Other distributions such as Temurin do not support archived fixed release prior to Sept. 2021.
* | | | | Merge pull request #409 from aschleck/patch-1Shigeru Chiba2022-05-101-1/+0
|\ \ \ \ \ | |/ / / / |/| | | | Remove redundant type check
| * | | | Remove redundant type checkApril Schleck2022-03-311-1/+0
|/ / / / | | | | | | | | The same condition is repeated twice (caught by FindBugs.)
* | | | Merge pull request #395 from aburaksahin/masterShigeru Chiba2021-09-211-1/+1
|\ \ \ \ | |/ / / |/| | | Fix for NullPointerException on detach()
| * | | Fix for NullPointerException on detach()Burak Şahin2021-09-211-1/+1
|/ / /
* | | fixes GitHub Issue 378 (wrong link for apache license)chibash2021-06-302-1/+4
| | |
* | | updates javassist.Loader to exclude jdk.internal.chibash2021-05-146-2/+18
| | |
* | | release 3.28.0-GArel_3_28_0_gachibash2021-05-085-6/+6
| | |
* | | Add an action badge.Shigeru Chiba2021-05-061-0/+2
| | |
* | | Create maven.ymlShigeru Chiba2021-05-061-0/+25
| | |
* | | updates Readme.html since #305 has been fixed by PR #306chibash2021-04-261-1/+1
| | |
* | | Merge pull request #306 from nschaefe/masterShigeru Chiba2021-04-264-11/+794
|\ \ \ | | | | | | | | fix issue 305: CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificationException