| Commit message (Expand) | Author | Age | Files | Lines |
* | Set version to 1.9.20-SNAPSHOT | Alexander Kriegisch | 2022-12-21 | 1 | -1/+1 |
* | AspectJ release 1.9.19V1_9_19 | Alexander Kriegisch | 2022-12-21 | 1 | -1/+1 |
* | Set Maven version to 1.9.19-SNAPSHOT | Alexander Kriegisch | 2022-10-02 | 1 | -1/+1 |
* | Reduce 'Object' class usage | Andrey Turbanov | 2022-04-15 | 3 | -9/+7 |
* | Remove redundant casts after generics update | Andrey Turbanov | 2022-04-12 | 2 | -2/+2 |
* | Remove AspectJ Browser (ajbrowser) code and documentation | Alexander Kriegisch | 2022-04-02 | 1 | -6/+0 |
* | Set version to 1.9.10-SNAPSHOT | Alexander Kriegisch | 2022-03-31 | 1 | -1/+1 |
* | Release AspectJ version 1.9.9.1V1_9_9_1 | Alexander Kriegisch | 2022-03-31 | 1 | -1/+1 |
* | Set version to 1.9.10-SNAPSHOT | Alexander Kriegisch | 2022-03-24 | 1 | -1/+1 |
* | Set version to 1.9.9V1_9_9 | Alexander Kriegisch | 2022-03-24 | 1 | -1/+1 |
* | Fix poor variable name | Andy Clement | 2022-02-26 | 1 | -3/+3 |
* | Cleanup redundant type casts, due to too weak variable type declaration | Andrey Turbanov | 2022-02-26 | 3 | -6/+5 |
* | Set version to 1.9.9-SNAPSHOT | Alexander Kriegisch | 2022-02-11 | 1 | -1/+1 |
* | Set version to 1.9.8V1_9_8 | Alexander Kriegisch | 2022-02-11 | 1 | -1/+1 |
* | Use StringBuilder/StringJoiner for concatenation String's in loop | Andrey Turbanov | 2021-12-18 | 2 | -9/+9 |
* | Replace uses of StringBuffer with StringBuilder. | Andrey Turbanov | 2021-11-20 | 2 | -2/+2 |
* | Set version to 1.9.8-SNAPSHOT | Andy Clement | 2021-06-24 | 1 | -1/+1 |
* | 1.9.7 releaseV1_9_7 | Andy Clement | 2021-06-24 | 1 | -1/+1 |
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 84 | -893/+892 |
* | Use canonical snapshot version 1.9.7-SNAPSHOT | Alexander Kriegisch | 2021-05-23 | 1 | -1/+1 |
* | Replace use of ASM-renamed by original ASM | Alexander Kriegisch | 2021-05-16 | 1 | -2/+2 |
* | Remove redundant 'name' and 'packaging' tags from POMs | Alexander Kriegisch | 2021-04-15 | 1 | -2/+0 |
* | Clean up Maven dependencies using 'dependency:analyze' goal | Alexander Kriegisch | 2021-04-12 | 1 | -0/+10 |
* | Replace JDT Core system dependency by deployed one | Alexander Kriegisch | 2021-04-09 | 1 | -12/+0 |
* | Fix 'ajdoc' tests for Java 15 build | Alexander Kriegisch | 2021-03-14 | 1 | -8/+8 |
* | Fix javadoc references to nonexistent fields, classes, or packages | Jerry James | 2020-09-14 | 1 | -3/+0 |
* | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 6 | -10/+9 |
* | Fix misplaced or incorrectly nested HTML tags | Jerry James | 2020-09-14 | 1 | -1/+1 |
* | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 1 | -1/+1 |
* | Revert to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-08-21 | 1 | -1/+1 |
* | 1.9.7 milestone 1 published | Andy Clement | 2020-08-21 | 1 | -1/+1 |
* | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 12 | -201/+201 |
* | Merge pull request #10 from larsgrefer/cleanup/pom | Andy Clement | 2020-08-16 | 1 | -1/+0 |
|\ |
|
| * | Remove project.parent.relative path as ../pom.xml is already the default | Lars Grefer | 2020-08-15 | 1 | -1/+0 |
* | | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 20 | -31/+0 |
|\ \ |
|
| * | | Cleanup unused imports | Lars Grefer | 2020-08-16 | 18 | -19/+0 |
| * | | Update to JUnit 4.13 | Lars Grefer | 2020-08-15 | 3 | -12/+0 |
| |/ |
|
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 2 | -2/+3 |
* | | Collections.sort() can be replaced with List.sort() | Lars Grefer | 2020-08-15 | 2 | -2/+2 |
|/ |
|
* | lets have maven fail if those tests fail... | Andy Clement | 2020-08-14 | 1 | -23/+42 |
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 6 | -16/+16 |
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 4 | -7/+7 |
* | 'while' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 1 | -6/+4 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 23 | -114/+106 |
* | Rev to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-07-22 | 1 | -1/+1 |
* | AspectJ 1.9.6 final bitsV1_9_6 | Andy Clement | 2020-07-22 | 1 | -1/+1 |
* | polish | Andy Clement | 2019-11-29 | 4 | -472/+477 |
* | polish | Andy Clement | 2019-11-29 | 21 | -132/+170 |
* | Move to 1.9.6.BUILD-SNAPSHOT version | Andy Clement | 2019-11-28 | 1 | -1/+1 |
* | 1.9.5 release versions in pomsV1_9_5 | Andy Clement | 2019-11-28 | 1 | -1/+1 |