aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/main/java/org/aspectj/apache/bcel/classfile
Commit message (Expand)AuthorAgeFilesLines
* Adapt to 1.9.24 release of AspectJ Eclipse JDT Compiler variantAndrew Clement2025-04-091-3/+2
* Minor code cosmeticsAlexander Kriegisch2024-04-131-1/+1
* Globally replace "http:" by "https:" in non-XML filesAlexander Kriegisch2024-02-1558-132/+131
* BCEL: use MAX_CP_ENTRIES from internal class, not from JREAlexander Kriegisch2022-12-211-5/+4
* Address upstream BCEL vulnerability CVE-2022-42920Alexander Kriegisch2022-11-131-4/+21
* Improve condy (constant dynamic) supportAlexander Kriegisch2022-08-131-1/+21
* Merge pull request #109 from turbanoff/avoid_empty_arrays_allocationAndy Clement2022-01-104-11/+8
|\
| * Reduce empty array allocationsAndrey Turbanov2021-12-184-11/+8
* | Fix ConstantDynamic to use the right tag.Andy Clement2022-01-061-1/+1
|/
* Replace more usages of StringBuffer with StringBuilderAndrey Turbanov2021-12-051-3/+3
* Merge pull request #102 from turbanoff/trim_trailing_whitespacesAndy Clement2021-11-3035-148/+148
|\
| * Trim trailing whitespaces.Andrey Turbanov2021-11-2052-245/+245
* | Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-2024-142/+142
|/
* Merge pull request #77 from SmallGiantGames/bug415838-testAndy Clement2021-06-301-1/+13
|\
| * minor improvementsDmitry Mikhaylov2021-06-291-3/+10
| * test for failing synchronization in LocalVariableTable.unpackDmitry Mikhaylov2021-06-281-5/+10
* | Merge pull request #64 from SmallGiantGames/bug415838Andy Clement2021-06-241-7/+7
|\ \
| * | add synchronization to LocalVariableTableDmitry Mikhaylov2021-05-311-7/+7
| |/
* / Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-0422-271/+271
|/
* Fix some deprecated Java and JUnit warnings by using newer API callsAlexander Kriegisch2021-03-211-7/+7
* Remove unnecessary interface modifiersLars Grefer2020-08-174-66/+66
* polishAndy Clement2020-08-161-1/+7
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-151-1/+0
|\
| * Cleanup unused importsLars Grefer2020-08-161-1/+0
* | Collection.toArray() call styleLars Grefer2020-08-151-1/+1
* | Manual array to collection copyLars Grefer2020-08-151-9/+2
|/
* Use the diamond operator where possibleLars Grefer2020-08-138-19/+19
* Unnecessary unboxingLars Grefer2020-08-081-2/+2
* Unnecessary boxingLars Grefer2020-08-081-2/+2
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-081-1/+1
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-0815-135/+125
* polishAndy Clement2019-11-298-8/+15
* mavenizing bcel-builder - completeAndy Clement2019-01-2480-0/+14393