| Commit message (Expand) | Author | Age | Files | Lines |
* | Use upstream method to generate '--add-reads', '--add-exports' info | Alexander Kriegisch | 2022-03-27 | 1 | -3/+8 |
* | Add test case + experimental fix for AJC option '--add-exports' | Alexander Kriegisch | 2022-03-27 | 2 | -1/+14 |
* | Fix AjcTaskTest by correctly identifying snapshot versions | Alexander Kriegisch | 2022-03-24 | 1 | -2/+2 |
* | Upgrade to latest JDT Core Java 18 changes, activate J18 preview tests | Alexander Kriegisch | 2022-03-24 | 1 | -1/+1 |
* | Prepare code, tests and docs for Java 18 | Alexander Kriegisch | 2022-03-21 | 1 | -1/+1 |
* | Cleanup redundant type casts, due to too weak variable type declaration | Andrey Turbanov | 2022-02-26 | 2 | -13/+9 |
* | protect against NPE for inheritance and annotation style | Andy Clement | 2022-01-20 | 1 | -3/+2 |
* | Fix annotation style support for if(true) and if(false) | Andy Clement | 2022-01-17 | 1 | -2/+8 |
* | Merge pull request #109 from turbanoff/avoid_empty_arrays_allocation | Andy Clement | 2022-01-10 | 6 | -14/+14 |
|\ |
|
| * | Reduce empty array allocations | Andrey Turbanov | 2021-12-18 | 6 | -14/+14 |
* | | Use StringBuilder/StringJoiner for concatenation String's in loop | Andrey Turbanov | 2021-12-18 | 1 | -6/+4 |
|/ |
|
* | Replace more usages of StringBuffer with StringBuilder | Andrey Turbanov | 2021-12-05 | 2 | -4/+4 |
* | Merge pull request #101 from turbanoff/use_StringBuilder_instead_of_StringBuffer | Andy Clement | 2021-11-30 | 23 | -38/+38 |
|\ |
|
| * | Replace uses of StringBuffer with StringBuilder. | Andrey Turbanov | 2021-11-20 | 23 | -38/+38 |
* | | According to javadoc File.isDirectory 'true' if and only if the file denoted ... | Andrey Turbanov | 2021-11-20 | 1 | -2/+2 |
|/ |
|
* | Rename DOM AST class TypePattern to AbstractTypePattern | Alexander Kriegisch | 2021-10-08 | 18 | -53/+53 |
* | 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 | 1 | -18/+20 |
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 161 | -2039/+2039 |
* | Remove remaining usage message duplication between ECJ and AJC | Alexander Kriegisch | 2021-04-14 | 2 | -201/+30 |
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 1 | -1/+1 |
* | Fix + improve some tests regarding Ajc output (usage messages etc.) | Alexander Kriegisch | 2021-03-21 | 1 | -3/+4 |
* | 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 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 | 1 | -14/+14 |
* | 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 | 2 | -21/+21 |
* | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 18 | -21/+0 |
|\ |
|
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 18 | -21/+0 |
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 3 | -4/+4 |
* | | Redundant Collection.addAll() call | Lars Grefer | 2020-08-15 | 3 | -6/+3 |
* | | Collection.toArray() call style | Lars Grefer | 2020-08-15 | 5 | -9/+9 |
* | | Single Map method can be used | Lars Grefer | 2020-08-15 | 2 | -20/+4 |
* | | Replace List.indexOf() with List.contains() | Lars Grefer | 2020-08-15 | 1 | -1/+1 |
* | | Manual array to collection copy | Lars Grefer | 2020-08-15 | 1 | -11/+2 |
|/ |
|
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 23 | -132/+132 |
* | Unnecessary unboxing | Lars Grefer | 2020-08-08 | 1 | -2/+2 |