Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for 16th line & fix | akuznetsov | 2024-09-28 | 1 | -7/+7 |
| | |||||
* | Merge pull request #484 from kuznet1/master | Shigeru Chiba | 2024-05-03 | 3 | -1/+55 |
|\ | | | | | Line numbers support | ||||
| * | add line numbers and test | akuznetsov | 2023-10-04 | 3 | -1/+55 |
| | | |||||
* | | support bootstrap method coping when using code coping | LiuChuliang 刘楚梁 | 2024-01-18 | 2 | -30/+222 |
| | | |||||
* | | fixes GitHub Issue 462 (Internal class issues in the Java 21) | wuwen | 2023-11-03 | 1 | -3/+6 |
|/ | |||||
* | prohibits too many items from being added to a constant pool. | chibash | 2022-08-07 | 1 | -1/+1 |
| | | | | the previous commit was wrong. | ||||
* | prohibits too many items from being added to a constant pool | chibash | 2022-08-07 | 1 | -0/+3 |
| | |||||
* | Merge pull request #382 from tim-hoffman/PR_RemoveStringBuffer | Shigeru Chiba | 2022-05-13 | 13 | -65/+68 |
|\ | | | | | 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 | 13 | -50/+53 |
| | | |||||
* | | 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 |
| |/ | |||||
* | | does refactoring | chibash | 2022-05-13 | 1 | -92/+130 |
| | | |||||
* | | fixes a bug in SignatureAttribute.renameClass(). | chibash | 2022-05-13 | 1 | -44/+76 |
| | | |||||
* | | Merge branch 'master' into master | Shigeru Chiba | 2022-05-11 | 12 | -21/+151 |
|\ \ | |||||
| * \ | Merge pull request #278 from ximsfei/master | Shigeru Chiba | 2022-05-10 | 7 | -18/+104 |
| |\ \ | | |/ | |/| | fixes a bug of ClassFile#renameClass(), some imports could not be successfully renamed. | ||||
| | * | fixes a bug of ClassFile#renameClass(), some imports could not be ↵ | ximsfei | 2019-10-08 | 7 | -18/+104 |
| | | | | | | | | | | | | successfully renamed | ||||
| * | | Merge pull request #306 from nschaefe/master | Shigeru Chiba | 2021-04-26 | 1 | -11/+11 |
| |\ \ | | | | | | | | | fix issue 305: CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificationException | ||||
| | * | | fix CodeConverter.replaceArrayAccess leads to ↵ | User | 2020-03-24 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | java.util.ConcurrentModificationException | ||||
| * | | | Merge pull request #351 from sgjesse/issue-350 | Shigeru Chiba | 2021-04-26 | 1 | -3/+7 |
| |\ \ \ | | | | | | | | | | | | | | | | 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 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | Fixes #350 | ||||
| * | | | | fixes typos for #357 | chibash | 2021-01-30 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | add unit tests for LocalVariableAttribute.variableNameByIndex and ↵ | eshizhan | 2021-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | 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 | 1 | -2/+7 |
| | | | | |||||
| * | | | fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328. | chibash | 2020-07-13 | 1 | -2/+12 |
| |/ / | |||||
* | | | Fixes to support the full syntax of possible signatures | Pietro Braione | 2020-01-22 | 1 | -11/+32 |
| | | | |||||
* | | | Fix renaming of classes in presence of generic signatures and nested | Pietro Braione | 2020-01-21 | 1 | -11/+33 |
|/ / | | | | | classes. | ||||
* | | Merge branch 'master' of github.com:jboss-javassist/javassist | chibash | 2019-12-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix instruction printer double constant | Dipta Das | 2019-10-13 | 1 | -1/+1 |
| |/ | |||||
* / | fixdes Issue #282 | chibash | 2019-12-23 | 2 | -1/+7 |
|/ | |||||
* | adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 | chibash | 2019-09-20 | 1 | -6/+38 |
| | |||||
* | adds ClassFileWriter#addDynamicInfo | chibash | 2019-09-02 | 1 | -0/+18 |
| | |||||
* | fixes typos included in PR #272 (Issue #270) | chibash | 2019-09-01 | 1 | -162/+157 |
| | |||||
* | Address feedback from PR | Rich Bolen | 2019-08-28 | 1 | -3/+3 |
| | |||||
* | Incorporate feedback from the PR | Rich Bolen | 2019-08-27 | 1 | -1/+6 |
| | |||||
* | Incorporate feedback from the PR | Rich Bolen | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | Incorporate feedback from the PR | Rich Bolen | 2019-08-27 | 3 | -38/+1 |
| | |||||
* | Add support for the new Dynamic constant (17) created in java 11 | Rich Bolen | 2019-08-20 | 3 | -48/+208 |
| | |||||
* | changes the version number | chibash | 2018-09-05 | 2 | -0/+4 |
| | |||||
* | modifies NestHostAttribute and NestMembersAttribute and adds test code | chibash | 2018-09-02 | 2 | -0/+63 |
| | |||||
* | Add support for Java 11 NestHost and NestMembers attributes | Dmitri Gabbasov | 2018-08-23 | 3 | -0/+92 |
| | |||||
* | JASSIST-271 Allow running on Java 11 by falling back to ↵ | Christian Beikov | 2018-04-29 | 1 | -0/+21 |
| | | | | ClassLoader.defineClass for Java > 10 | ||||
* | fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping ↵ | chibash | 2017-11-15 | 1 | -1/+0 |
| | | | | with try/catch) | ||||
* | Organize imports to disolve ambiguity. | nickl- | 2017-10-30 | 36 | -81/+126 |
| | |||||
* | Source walk/Spring clean/Parameterize/Enhance et.al. | nickl- | 2017-10-30 | 61 | -1195/+1622 |
| | | | | | | | | | | | | | The following were applied during multiple itterations through the source. * Parameterize raw types. * Mark unused members. * Annotate override and deprecated methods. * Convert loops to enhance for loop. * Remove redundant else statements. * Widening collection type references. * Optimize code for improved readability. * Squash compiler warnings. * Identify smells. | ||||
* | Implement hashCode for Annotation. | nickl- | 2017-10-30 | 1 | -0/+6 |
| | | | | To honour the Object.equals contract. | ||||
* | Implement hashCode for Type. | nickl- | 2017-10-30 | 1 | -0/+5 |
| | | | | To honour the Object.equals contract. | ||||
* | Implement hashCode for MultiType. | nickl- | 2017-10-30 | 1 | -0/+8 |
| | | | | To honour the Object.equals contract. | ||||
* | Implement hashCode for MultiArrayType. | nickl- | 2017-10-30 | 1 | -0/+6 |
| | | | | To honour the Object.equals contract. |