aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode
Commit message (Expand)AuthorAgeFilesLines
* fixes GitHub Issue 462 (Internal class issues in the Java 21)wuwen2023-11-031-3/+6
* prohibits too many items from being added to a constant pool.chibash2022-08-071-1/+1
* prohibits too many items from being added to a constant poolchibash2022-08-071-0/+3
* Merge pull request #382 from tim-hoffman/PR_RemoveStringBufferShigeru Chiba2022-05-1313-65/+68
|\
| * Replace remaining StringBuffer uses with StringBuilderTimothy Hoffman2021-07-161-15/+15
| * Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-1613-50/+53
* | Merge pull request #383 from tim-hoffman/PR_ArrayCopyPerformanceShigeru Chiba2022-05-132-5/+10
|\ \
| * | Replace array copy loop with System.arraycopyTimothy Hoffman2021-07-162-5/+10
| |/
* | does refactoringchibash2022-05-131-92/+130
* | fixes a bug in SignatureAttribute.renameClass().chibash2022-05-131-44/+76
* | Merge branch 'master' into masterShigeru Chiba2022-05-1112-21/+151
|\ \
| * \ Merge pull request #278 from ximsfei/masterShigeru Chiba2022-05-107-18/+104
| |\ \ | | |/ | |/|
| | * fixes a bug of ClassFile#renameClass(), some imports could not be successfull...ximsfei2019-10-087-18/+104
| * | Merge pull request #306 from nschaefe/masterShigeru Chiba2021-04-261-11/+11
| |\ \
| | * | fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificatio...User2020-03-241-11/+11
| * | | Merge pull request #351 from sgjesse/issue-350Shigeru Chiba2021-04-261-3/+7
| |\ \ \
| | * | | Check for extended frame type when updating StackTableOffset offsetSøren Gjesse2020-12-141-3/+7
| * | | | fixes typos for #357chibash2021-01-301-2/+2
| * | | | add unit tests for LocalVariableAttribute.variableNameByIndex and MethodParam...eshizhan2021-01-291-1/+1
| * | | | add functions for getting the parameter names of methodeshizhan2021-01-262-0/+24
| |/ / /
| * | | fixes Issue #339chibash2020-10-161-2/+7
| * | | fixes a bug of javassist.bytecode.stackmap, which was reported as Issue #328.chibash2020-07-131-2/+12
| |/ /
* | | Fixes to support the full syntax of possible signaturesPietro Braione2020-01-221-11/+32
* | | Fix renaming of classes in presence of generic signatures and nestedPietro Braione2020-01-211-11/+33
|/ /
* | Merge branch 'master' of github.com:jboss-javassist/javassistchibash2019-12-231-1/+1
|\ \
| * | Fix instruction printer double constantDipta Das2019-10-131-1/+1
| |/
* / fixdes Issue #282chibash2019-12-232-1/+7
|/
* adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275chibash2019-09-201-6/+38
* adds ClassFileWriter#addDynamicInfochibash2019-09-021-0/+18
* fixes typos included in PR #272 (Issue #270)chibash2019-09-011-162/+157
* Address feedback from PRRich Bolen2019-08-281-3/+3
* Incorporate feedback from the PRRich Bolen2019-08-271-1/+6
* Incorporate feedback from the PRRich Bolen2019-08-271-1/+1
* Incorporate feedback from the PRRich Bolen2019-08-273-38/+1
* Add support for the new Dynamic constant (17) created in java 11Rich Bolen2019-08-203-48/+208
* changes the version numberchibash2018-09-052-0/+4
* modifies NestHostAttribute and NestMembersAttribute and adds test codechibash2018-09-022-0/+63
* Add support for Java 11 NestHost and NestMembers attributesDmitri Gabbasov2018-08-233-0/+92
* JASSIST-271 Allow running on Java 11 by falling back to ClassLoader.defineCla...Christian Beikov2018-04-291-0/+21
* fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping wi...chibash2017-11-151-1/+0
* Organize imports to disolve ambiguity.nickl-2017-10-3036-81/+126
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-3061-1195/+1622
* Implement hashCode for Annotation.nickl-2017-10-301-0/+6
* Implement hashCode for Type.nickl-2017-10-301-0/+5
* Implement hashCode for MultiType.nickl-2017-10-301-0/+8
* Implement hashCode for MultiArrayType.nickl-2017-10-301-0/+6
* Added default serialVersionUID.nickl-2017-10-287-1/+21
* fixes a bug of getAnnotations(). Some hidden annotations were not ignored.chibash2017-10-271-0/+4
* updates ConstPool to support Module and Packagechibash2017-09-122-2/+150
* modifies CtClass#setModifiers() to correctly support inner classes.chibash2017-06-011-0/+18