| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename DOM AST class TypePattern to AbstractTypePattern | Alexander Kriegisch | 2021-10-08 | 20 | -60/+59 |
* | Update ECJ version, activate Java 17 preview features tests | Alexander Kriegisch | 2021-10-02 | 1 | -1/+1 |
* | In ITD processing, use setter instead of assigning Scope directly | Alexander Kriegisch | 2021-09-07 | 3 | -3/+6 |
* | Add AJDT support for printing switch expressions | Alexander Kriegisch | 2021-09-07 | 1 | -7/+32 |
* | AjBuildConfig: simplify null classpath removal from path list | Alexander Kriegisch | 2021-06-26 | 1 | -7/+2 |
* | Quick fix for AJC '--release' option | Alexander Kriegisch | 2021-06-26 | 2 | -1/+19 |
* | Minor code clean-ups | Alexander Kriegisch | 2021-06-26 | 2 | -20/+23 |
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 211 | -3079/+3079 |
* | Replace use of ASM-renamed by original ASM | Alexander Kriegisch | 2021-05-16 | 1 | -4/+4 |
* | Remove some cruft from test classes Ajc, AjcTestCase, AntSpec | Alexander Kriegisch | 2021-04-16 | 2 | -59/+14 |
* | Remove managing obsolete folder lib/asm | Alexander Kriegisch | 2021-04-16 | 1 | -43/+25 |
* | Remove remaining usage message duplication between ECJ and AJC | Alexander Kriegisch | 2021-04-14 | 2 | -201/+30 |
* | Fix OutjarTest regarding Ajc output (usage messages etc.) | Alexander Kriegisch | 2021-03-21 | 1 | -46/+39 |
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 2 | -2/+2 |
* | Fix + improve some tests regarding Ajc output (usage messages etc.) | Alexander Kriegisch | 2021-03-21 | 5 | -91/+110 |
* | Improve usage text, error and warning output in batch compiler | Alexander Kriegisch | 2021-03-20 | 3 | -27/+21 |
* | Improve batch compiler usage messages | Alexander Kriegisch | 2021-03-20 | 1 | -33/+40 |
* | Strip down compiler messages to AspectJ-specific ones | Alexander Kriegisch | 2021-03-19 | 2 | -276/+26 |
* | Begin migration to 'aspectj' locale for compiler messages | Alexander Kriegisch | 2021-03-19 | 2 | -12/+1 |
* | Add Java 15 class vile version to BCEL constants, adjust test tools etc. | Alexander Kriegisch | 2021-03-16 | 1 | -39/+47 |
* | Upgrade to ASM 9.1, delete obsolete ASM binaries | Alexander Kriegisch | 2021-03-16 | 1 | -1/+1 |
* | Upgrade JDT Core to @3caefb80 (4.20 snapshot, date 2021-03-09) | Alexander Kriegisch | 2021-03-16 | 1 | -2/+16 |
* | Fix 'ajdoc' tests for Java 15 build | Alexander Kriegisch | 2021-03-14 | 3 | -26/+26 |
* | AjcTestCase cosmetics: surround command in failure report by quotes | Alexander Kriegisch | 2021-03-11 | 1 | -2/+2 |
* | AjBuildManager: use try with resources in 2 places | Alexander Kriegisch | 2021-03-11 | 1 | -7/+1 |
* | Typo fixes | Jerry James | 2020-09-14 | 1 | -1/+1 |
* | Fix javadoc references to nonexistent fields, classes, or packages | Jerry James | 2020-09-14 | 4 | -6/+5 |
* | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 3 | -8/+7 |
* | Fix misplaced or incorrectly nested HTML tags | Jerry James | 2020-09-14 | 2 | -4/+6 |
* | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 8 | -24/+24 |
* | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 3 | -39/+39 |
* | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 25 | -29/+0 |
|\ |
|
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 25 | -30/+2 |
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 8 | -12/+14 |
* | | Redundant Collection.addAll() call | Lars Grefer | 2020-08-15 | 4 | -8/+4 |
* | | Collection.toArray() call style | Lars Grefer | 2020-08-15 | 7 | -13/+14 |
* | | Single Map method can be used | Lars Grefer | 2020-08-15 | 2 | -20/+4 |
* | | Manual array copy | Lars Grefer | 2020-08-15 | 1 | -45/+21 |
* | | Replace List.indexOf() with List.contains() | Lars Grefer | 2020-08-15 | 1 | -1/+1 |
* | | Manual array to collection copy | Lars Grefer | 2020-08-15 | 4 | -24/+7 |
|/ |
|
* | Fix up tests and reduce verbosity on J11 | Andy Clement | 2020-08-14 | 2 | -2/+2 |
* | Trying to reduce test verbosity | Andy Clement | 2020-08-13 | 3 | -102/+115 |
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 34 | -159/+159 |
* | Unnecessary unboxing | Lars Grefer | 2020-08-08 | 3 | -4/+4 |
* | Unnecessary boxing | Lars Grefer | 2020-08-08 | 5 | -8/+8 |
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 14 | -38/+36 |
* | 'while' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 1 | -23/+19 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 59 | -855/+769 |
* | Polish | Andy Clement | 2020-07-22 | 2 | -26/+25 |
* | Update ASM and fix packaging for matcher artifact | Andy Clement | 2020-07-17 | 1 | -142/+142 |