Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | fix CodeConverter.replaceArrayAccess leads to ↵ | User | 2020-03-24 | 4 | -11/+794 |
| | | | | | | | | java.util.ConcurrentModificationException | ||||
* | | updates Readme.html since #363 has been mergeed | chibash | 2021-04-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #363 from michalkurka/master | Shigeru Chiba | 2021-04-26 | 1 | -6/+19 |
|\ \ | | | | | | | Fix a race condition in CtClassType#getClassFile3 | ||||
| * | | Fix a race condition in CtClassType#getClassFile3 | michalkurka | 2021-03-17 | 1 | -6/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | javassist fails to find a class when concurrently running process compresses the class (converts classfile to raw bytes) the idea of the fix is to make sure to only update rawClassfile and classfile under lock in getClassFile3, all other places that modify classfile are already synchronized when reading the object state, we need to read under lock both classfile and rawClassFile otherwise we might get an inconsistent state | ||||
* | | | updates Readme.html since #350 has been fixed | chibash | 2021-04-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #351 from sgjesse/issue-350 | Shigeru Chiba | 2021-04-26 | 2 | -3/+84 |
|\ \ \ | |/ / |/| | | | | | This fixes Issue #350. Check for extended frame type when updating StackMapTable offset. | ||||
| * | | Check for extended frame type when updating StackTableOffset offset | Søren Gjesse | 2020-12-14 | 2 | -3/+84 |
| | | | | | | | | | | | | Fixes #350 | ||||
* | | | fixes a security problem in pom.xml | chibash | 2021-01-30 | 1 | -1/+1 |
| | | | |||||
* | | | fixes typos for #357 | chibash | 2021-01-30 | 2 | -3/+3 |
| | | | |||||
* | | | Merge pull request #357 from eshizhan/master | Shigeru Chiba | 2021-01-30 | 4 | -0/+31 |
|\ \ \ | |/ / |/| | | add functions for getting the parameter names of method | ||||
| * | | add unit tests for LocalVariableAttribute.variableNameByIndex and ↵ | eshizhan | 2021-01-29 | 3 | -1/+8 |
| | | | | | | | | | | | | MethodParametersAttribute.parameterName | ||||
| * | | add functions for getting the parameter names of method | eshizhan | 2021-01-26 | 2 | -0/+24 |
|/ / | |||||
* | | fixes Issue #339 | chibash | 2020-10-16 | 4 | -3/+83 |
| | | |||||
* | | updates the version number | chibash | 2020-07-13 | 3 | -2/+7 |
| | | |||||
* | | fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328. | chibash | 2020-07-13 | 3 | -2/+30 |
| | | |||||
* | | Merge pull request #307 from sarxos/patch-1 | Shigeru Chiba | 2020-03-27 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix typo in TypeChecker | ||||
| * | Fix typo in TypeChecker | Bartosz Firyn | 2020-03-26 | 1 | -1/+1 |
|/ | | | Should be "bad field access" not "bad filed access". | ||||
* | updates Readme.html to mention how to release. | chibash | 2020-03-20 | 1 | -3/+12 |
| | |||||
* | for release 3.27.0-GArel_3_27_0_ga | chibash | 2020-03-19 | 7 | -9/+10 |
| | |||||
* | fixes a bug involuved in Pull Request #294 | chibash | 2019-12-24 | 6 | -4/+37 |
| | |||||
* | Merge pull request #294 from junwen12221/master | Shigeru Chiba | 2019-12-23 | 1 | -0/+4 |
|\ | | | | | Supports parsing 'byte[] a = new byte[]{};'. Only parsing is supported. Javassist reports a not-supported error. | ||||
| * | Support parsing 'byte[] a = new byte[]{};' | cjw | 2019-12-05 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master' of github.com:jboss-javassist/javassist | chibash | 2019-12-23 | 1 | -1/+1 |
|\| | |||||
| * | Merge pull request #281 from diptadas/patch-1 | Shigeru Chiba | 2019-10-14 | 1 | -1/+1 |
| |\ | | | | | | | Fix instruction printer double constant | ||||
| | * | Fix instruction printer double constant | Dipta Das | 2019-10-13 | 1 | -1/+1 |
| |/ | |||||
* / | fixdes Issue #282 | chibash | 2019-12-23 | 4 | -2/+8 |
|/ | |||||
* | updates Readme.html | chibash | 2019-10-12 | 3 | -1/+6 |
| | |||||
* | Merge pull request #279 from csobrinho/patch-1 | Shigeru Chiba | 2019-10-12 | 1 | -4/+4 |
|\ | | | | | Fix a bottleneck. If the jar entries is big, List.contains is O(n) an… | ||||
| * | Fix a bottleneck. If the jar entries is big, List.contains is O(n) and very ↵ | Carlos Sobrinho | 2019-10-10 | 1 | -4/+4 |
|/ | | | | | slow! This is a continuation of #271 to speed up the 3.25/26 release. More details on the issue. | ||||
* | for release 3.26.0-GArel_3_26_0_ga3_26_0_ga | chibash | 2019-10-03 | 3 | -3/+3 |
| | |||||
* | adds CtClass#isKotlin() for PR #276 | chibash | 2019-09-23 | 2 | -0/+13 |
| | |||||
* | fixes a bug of JvstTest5#testRedundantInsertAfter() for Issue #275 | chibash | 2019-09-23 | 2 | -1/+1 |
| | |||||
* | adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 | chibash | 2019-09-20 | 8 | -24/+159 |
| | |||||
* | fixes Issue #271 | chibash | 2019-09-02 | 3 | -4/+16 |
| | |||||
* | updates Readme.html | chibash | 2019-09-02 | 1 | -1/+1 |
| |