| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix TABLESWITCH weaver issue with Integer.MAX_VALUE | Alexander Kriegisch | 2022-12-30 | 1 | -2/+2 |
* | BCEL: use MAX_CP_ENTRIES from internal class, not from JRE | Alexander Kriegisch | 2022-12-21 | 1 | -5/+4 |
* | Merge branch 'master' into java-19 | Alexander Kriegisch | 2022-11-13 | 1 | -4/+21 |
|\ |
|
| * | Address upstream BCEL vulnerability CVE-2022-42920 | Alexander Kriegisch | 2022-11-13 | 1 | -4/+21 |
* | | Add the first few Java 19 tests | Alexander Kriegisch | 2022-10-03 | 1 | -2/+4 |
|/ |
|
* | Improve condy (constant dynamic) support | Alexander Kriegisch | 2022-08-13 | 2 | -2/+22 |
* | Remove redundant casts after generics update | Andrey Turbanov | 2022-04-12 | 1 | -2/+2 |
* | Prepare code, tests and docs for Java 18 | Alexander Kriegisch | 2022-03-21 | 1 | -2/+4 |
* | Couple of basic tests for the repository optimizations | Andy Clement | 2022-01-13 | 1 | -16/+21 |
* | Optimize class loading - make backward compatible with legacy behaviour | Alexander Kriegisch | 2022-01-13 | 1 | -3/+5 |
* | Optimize class loading | Stefan Starke | 2022-01-13 | 1 | -7/+33 |
* | Merge pull request #109 from turbanoff/avoid_empty_arrays_allocation | Andy Clement | 2022-01-10 | 5 | -12/+9 |
|\ |
|
| * | Reduce empty array allocations | Andrey Turbanov | 2021-12-18 | 5 | -12/+9 |
* | | Fix ConstantDynamic to use the right tag. | Andy Clement | 2022-01-06 | 1 | -1/+1 |
|/ |
|
* | Replace more usages of StringBuffer with StringBuilder | Andrey Turbanov | 2021-12-05 | 1 | -3/+3 |
* | Merge pull request #102 from turbanoff/trim_trailing_whitespaces | Andy Clement | 2021-11-30 | 69 | -248/+248 |
|\ |
|
| * | Trim trailing whitespaces. | Andrey Turbanov | 2021-11-20 | 96 | -430/+430 |
* | | Merge pull request #101 from turbanoff/use_StringBuilder_instead_of_StringBuffer | Andy Clement | 2021-11-30 | 35 | -240/+240 |
|\ \ |
|
| * | | Replace uses of StringBuffer with StringBuilder. | Andrey Turbanov | 2021-11-20 | 35 | -240/+240 |
| |/ |
|
* / | According to javadoc File.isDirectory 'true' if and only if the file denoted ... | Andrey Turbanov | 2021-11-20 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #77 from SmallGiantGames/bug415838-test | Andy Clement | 2021-06-30 | 1 | -1/+13 |
|\ |
|
| * | minor improvements | Dmitry Mikhaylov | 2021-06-29 | 1 | -3/+10 |
| * | test for failing synchronization in LocalVariableTable.unpack | Dmitry Mikhaylov | 2021-06-28 | 1 | -5/+10 |
* | | Add AspectJ 1.9.7 and Java 17 test skeletons | Alexander Kriegisch | 2021-06-26 | 1 | -2/+4 |
* | | Merge pull request #64 from SmallGiantGames/bug415838 | Andy Clement | 2021-06-24 | 1 | -7/+7 |
|\ \ |
|
| * | | add synchronization to LocalVariableTable | Dmitry Mikhaylov | 2021-05-31 | 1 | -7/+7 |
| |/ |
|
* / | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 25 | -302/+302 |
|/ |
|
* | Make BCEL classpath utility recognise Java 16-19, fixing many tests | Alexander Kriegisch | 2021-03-21 | 1 | -1/+1 |
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 1 | -7/+7 |
* | Add Java 16 test suite for AspectJ 1.9.7 + test refactorings | Alexander Kriegisch | 2021-03-21 | 1 | -2/+2 |
* | Add Java 15 class vile version to BCEL constants, adjust test tools etc. | Alexander Kriegisch | 2021-03-16 | 1 | -0/+6 |
* | Make BCEL classpath utility recognise Java 15, fixing many tests | Alexander Kriegisch | 2021-03-13 | 1 | -5/+1 |
* | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 11 | -870/+870 |
* | polish | Andy Clement | 2020-08-16 | 6 | -7/+23 |
* | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 3 | -3/+0 |
|\ |
|
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 4 | -4/+0 |
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 4 | -24/+13 |
* | | Redundant Collection.addAll() call | Lars Grefer | 2020-08-15 | 1 | -2/+1 |
* | | Collection.toArray() call style | Lars Grefer | 2020-08-15 | 2 | -2/+2 |
* | | Single Map method can be used | Lars Grefer | 2020-08-15 | 1 | -5/+1 |
* | | Collections.sort() can be replaced with List.sort() | Lars Grefer | 2020-08-15 | 1 | -3/+3 |
* | | Manual array to collection copy | Lars Grefer | 2020-08-15 | 1 | -9/+2 |
|/ |
|
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 18 | -56/+56 |
* | Unnecessary unboxing | Lars Grefer | 2020-08-08 | 2 | -6/+6 |
* | Unnecessary boxing | Lars Grefer | 2020-08-08 | 2 | -3/+3 |
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 1 | -1/+1 |
* | 'while' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 1 | -3/+1 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 24 | -219/+199 |
* | Added basic ThreadLocalAwareRepository - groundwork for 561819 | Andy Clement | 2020-04-22 | 1 | -0/+111 |
* | Include JDTCore for Java14 | Andy Clement | 2020-04-20 | 2 | -33/+36 |