Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | line numbers for undefined ids & more | akuznetsov | 2023-12-29 | 16 | -177/+191 |
| | |||||
* | fix line numbers in blocks & refactor test | akuznetsov | 2023-11-02 | 3 | -65/+92 |
| | |||||
* | save line number count though all methods/ctors | akuznetsov | 2023-10-04 | 6 | -2/+44 |
| | |||||
* | add line numbers and test | akuznetsov | 2023-10-04 | 38 | -300/+697 |
| | |||||
* | Issue-#426 Include Automatic-Module-Name in MANIFEST.MF and bump up the ↵ | Hiroshi Ukai | 2022-08-30 | 2 | -5/+1 |
| | | | | version to 3.29.2-GA | ||||
* | for releasing 3.29.1rel_3_29_1_ga | chibash | 2022-08-12 | 2 | -2/+2 |
| | |||||
* | prohibits too many items from being added to a constant pool. | chibash | 2022-08-07 | 2 | -3/+8 |
| | | | | the previous commit was wrong. | ||||
* | prohibits too many items from being added to a constant pool | chibash | 2022-08-07 | 2 | -0/+17 |
| | |||||
* | prepares for 3.29.0-GA releaserel_3_29_0_ga | chibash | 2022-05-13 | 2 | -3/+3 |
| | |||||
* | 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 branch 'master' into master | Shigeru Chiba | 2022-05-11 | 79 | -45/+1172 |
|\ \ | |||||
| * \ | 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 | 51 | -0/+0 |
| | | | | |||||
| * | | | Remove redundant type check | April Schleck | 2022-03-31 | 1 | -1/+0 |
| | | | | | | | | | | | | The same condition is repeated twice (caught by FindBugs.) | ||||
| * | | | Fix for NullPointerException on detach() | Burak Şahin | 2021-09-21 | 1 | -1/+1 |
| |/ / | |||||
| * | | updates javassist.Loader to exclude jdk.internal. | chibash | 2021-05-14 | 3 | -2/+3 |
| | | | |||||
| * | | release 3.28.0-GArel_3_28_0_ga | chibash | 2021-05-08 | 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 | ||||
| * | | | 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 | ||||
| * | | | | 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 typos for #357 | chibash | 2021-01-30 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | 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 | 2 | -2/+82 |
| | | | | |||||
| * | | | updates the version number | chibash | 2020-07-13 | 2 | -2/+2 |
| | | | | |||||
| * | | | fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328. | chibash | 2020-07-13 | 2 | -2/+30 |
| | | | | |||||
| * | | | Fix typo in TypeChecker | Bartosz Firyn | 2020-03-26 | 1 | -1/+1 |
| |/ / | | | | | | | Should be "bad field access" not "bad filed access". | ||||
| * | | for release 3.27.0-GArel_3_27_0_ga | chibash | 2020-03-19 | 2 | -3/+3 |
| | | | |||||
* | | | Fixes to support the full syntax of possible signatures | Pietro Braione | 2020-01-22 | 2 | -11/+116 |
| | | |