Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updates javassist.jar for 3.29.2-GA.rel_3_29_2_ga | chibash | 2022-09-14 | 1 | -0/+0 |
| | |||||
* | prepares a new release | chibash | 2022-09-14 | 1 | -0/+4 |
| | |||||
* | Merge pull request #427 from ↵ | Shigeru Chiba | 2022-09-11 | 4 | -7/+4 |
|\ | | | | | | | | | dakusui/master-issue-426_includeAutomaticModuleNameInManifestMf Includes Automatic-Module-Name in MANIFEST.MF | ||||
| * | Issue-#426 Format a line in the pom.xml. | Hiroshi Ukai | 2022-08-30 | 1 | -3/+1 |
| | | |||||
| * | Issue-#426 Include Automatic-Module-Name in MANIFEST.MF and bump up the ↵ | Hiroshi Ukai | 2022-08-30 | 4 | -7/+6 |
|/ | | | | version to 3.29.2-GA | ||||
* | updates README.md | chibash | 2022-08-12 | 2 | -2/+2 |
| | |||||
* | adds Issue #423 to Changes.md | chibash | 2022-08-12 | 1 | -0/+2 |
| | |||||
* | for releasing 3.29.1rel_3_29_1_ga | chibash | 2022-08-12 | 6 | -5/+5 |
| | |||||
* | prohibits too many items from being added to a constant pool. | chibash | 2022-08-07 | 3 | -3/+8 |
| | | | | the previous commit was wrong. | ||||
* | prohibits too many items from being added to a constant pool | chibash | 2022-08-07 | 3 | -0/+17 |
| | |||||
* | updates Changes.md to note Issue #414 | chibash | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | fixes typos in *.md | chibash | 2022-05-17 | 2 | -1/+5 |
| | |||||
* | removes Readme.html and adds Changes.md and Examples.md | chibash | 2022-05-17 | 5 | -923/+811 |
| | |||||
* | prepares for 3.29.0-GA releaserel_3_29_0_ga | chibash | 2022-05-13 | 7 | -9/+9 |
| | |||||
* | removes an unused import declaration as PR 384 mentions. | chibash | 2022-05-13 | 1 | -1/+0 |
| | |||||
* | Merge pull request #382 from tim-hoffman/PR_RemoveStringBuffer | Shigeru Chiba | 2022-05-13 | 35 | -118/+121 |
|\ | | | | | Replace StringBuffer with StringBuilder, other minor String optimizations | ||||
| * | Replace remaining StringBuffer uses with StringBuilder | Timothy Hoffman | 2021-07-16 | 1 | -15/+15 |
| | | |||||
| * | Replace StringBuffer with StringBuilder and other minor String optimizations | Timothy Hoffman | 2021-07-16 | 35 | -103/+106 |
| | | |||||
* | | Merge pull request #383 from tim-hoffman/PR_ArrayCopyPerformance | Shigeru Chiba | 2022-05-13 | 2 | -5/+10 |
|\ \ | | | | | | | Replace array copy loops with System.arraycopy | ||||
| * | | Replace array copy loop with System.arraycopy | Timothy Hoffman | 2021-07-16 | 2 | -5/+10 |
| |/ | |||||
* | | uncomments test code suggested by PR405 | chibash | 2022-05-13 | 1 | -1/+1 |
| | | |||||
* | | cancels PR#391, which does not pass all the tests | chibash | 2022-05-13 | 1 | -3/+2 |
| | | |||||
* | | fixes a wrong indentation | chibash | 2022-05-13 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #391 from derklaro/fix-method-naming-syntax | Shigeru Chiba | 2022-05-13 | 1 | -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 class | derklaro | 2021-09-07 | 1 | -2/+3 |
| |/ | |||||
* | | does refactoring | chibash | 2022-05-13 | 1 | -92/+130 |
| | | |||||
* | | fixes a bug in SignatureAttribute.renameClass(). | chibash | 2022-05-13 | 1 | -44/+76 |
| | | |||||
* | | fixs a compilation problem although one test still fails. | chibash | 2022-05-12 | 2 | -11/+11 |
| | | |||||
* | | Merge pull request #299 from pietrobraione/master | Shigeru Chiba | 2022-05-12 | 2 | -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 master | Shigeru Chiba | 2022-05-11 | 85 | -56/+1246 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #278 from ximsfei/master | Shigeru Chiba | 2022-05-10 | 8 | -22/+112 |
|\ \ \ | | | | | | | | | fixes a bug of ClassFile#renameClass(), some imports could not be successfully renamed. | ||||
| * | | | add unit test | ximsfei | 2019-10-17 | 1 | -4/+8 |
| | | | | |||||
| * | | | fixes a bug of ClassFile#renameClass(), some imports could not be ↵ | ximsfei | 2019-10-08 | 7 | -18/+104 |
| | | | | | | | | | | | | | | | | successfully renamed | ||||
* | | | | Merge pull request #390 from derklaro/master | Shigeru Chiba | 2022-05-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Lower requirement for an extra type in constructor to Java 7- | ||||
| * | | | | Lower requirement for an extra type in constructor to Java 7- | derklaro | 2021-09-07 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | changes test code because package java.rmi.activation.ActivationGroupDesc ↵ | chibash | 2022-05-10 | 3 | -7/+27 |
| | | | | | | | | | | | | | | | | does not exist any longer. | ||||
* | | | | deletes src/test/test2/*.class | chibash | 2022-05-10 | 52 | -0/+0 |
| | | | | |||||
* | | | | Merge pull request #399 from carldea/master | Shigeru Chiba | 2022-05-10 | 1 | -4/+7 |
|\ \ \ \ | | | | | | | | | | | Using TCK Tested JDK builds of OpenJDK | ||||
| * | | | | Using TCK Tested JDK builds of OpenJDK | Carl Dea | 2021-10-04 | 1 | -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-1 | Shigeru Chiba | 2022-05-10 | 1 | -1/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove redundant type check | ||||
| * | | | | Remove redundant type check | April Schleck | 2022-03-31 | 1 | -1/+0 |
|/ / / / | | | | | | | | | The same condition is repeated twice (caught by FindBugs.) | ||||
* | | | | Merge pull request #395 from aburaksahin/master | Shigeru Chiba | 2021-09-21 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix for NullPointerException on detach() | ||||
| * | | | Fix for NullPointerException on detach() | Burak Şahin | 2021-09-21 | 1 | -1/+1 |
|/ / / | |||||
* | | | fixes GitHub Issue 378 (wrong link for apache license) | chibash | 2021-06-30 | 2 | -1/+4 |
| | | | |||||
* | | | updates javassist.Loader to exclude jdk.internal. | chibash | 2021-05-14 | 6 | -2/+18 |
| | | | |||||
* | | | release 3.28.0-GArel_3_28_0_ga | chibash | 2021-05-08 | 5 | -6/+6 |
| | | | |||||
* | | | Add an action badge. | Shigeru Chiba | 2021-05-06 | 1 | -0/+2 |
| | | | |||||
* | | | Create maven.yml | Shigeru Chiba | 2021-05-06 | 1 | -0/+25 |
| | | | |||||
* | | | updates Readme.html since #305 has been fixed by PR #306 | chibash | 2021-04-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #306 from nschaefe/master | Shigeru Chiba | 2021-04-26 | 4 | -11/+794 |
|\ \ \ | | | | | | | | | fix issue 305: CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificationException |