| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve code and documentation for #366085 fix | Alexander Kriegisch | 2022-12-28 | 1 | -39/+52 |
* | 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 |
* | Fix #366085 concerning declared annotations with source retention | Alexander Kriegisch | 2022-12-21 | 1 | -0/+4 |
* | Set Maven version to 1.9.19-SNAPSHOT | Alexander Kriegisch | 2022-10-02 | 1 | -1/+1 |
* | Cleanup redundant null check before instanceof | Andrey Turbanov | 2022-04-17 | 2 | -2/+2 |
* | Reduce 'Object' class usage | Andrey Turbanov | 2022-04-15 | 2 | -9/+9 |
* | Remove redundant casts after generics update | Andrey Turbanov | 2022-04-12 | 16 | -38/+33 |
* | 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 |
* | Cleanup redundant type casts, due to too weak variable type declaration | Andrey Turbanov | 2022-02-26 | 3 | -20/+8 |
* | 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 |
* | Improve annotation style if pointcut handling | Andy Clement | 2022-01-31 | 1 | -6/+32 |
* | polish - typo | Andy Clement | 2022-01-31 | 1 | -1/+1 |
* | Merge pull request #104 from turbanoff/use_generic_instead_of_raw_types | Andy Clement | 2022-01-10 | 16 | -36/+36 |
|\ |
|
| * | Update org.aspectj.matcher code to use generics. | Andrey Turbanov | 2021-11-20 | 16 | -36/+36 |
* | | Reduce empty array allocations | Andrey Turbanov | 2021-12-18 | 10 | -21/+19 |
* | | Merge pull request #103 from turbanoff/redundant_boxing | Andy Clement | 2021-12-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Cleanup redundant boxing. | Andrey Turbanov | 2021-11-20 | 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 | 2 | -4/+4 |
|\ \ |
|
| * | | Trim trailing whitespaces. | Andrey Turbanov | 2021-11-20 | 2 | -4/+4 |
| |/ |
|
* / | Replace uses of StringBuffer with StringBuilder. | Andrey Turbanov | 2021-11-20 | 57 | -102/+102 |
|/ |
|
* | 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 | 284 | -2576/+2576 |
* | Use canonical snapshot version 1.9.7-SNAPSHOT | Alexander Kriegisch | 2021-05-23 | 1 | -1/+1 |
* | 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/+1 |
* | Get rid of some Maven warnings concerning plugins + dependencies | Alexander Kriegisch | 2021-03-30 | 1 | -1/+0 |
* | Replace system-scoped dependency on commons by granular dependencies | Alexander Kriegisch | 2021-03-29 | 1 | -6/+3 |
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 6 | -11/+19 |
* | Strip down compiler messages to AspectJ-specific ones | Alexander Kriegisch | 2021-03-19 | 1 | -1/+1 |
* | Fix javadoc references to nonexistent fields, classes, or packages | Jerry James | 2020-09-14 | 5 | -11/+11 |
* | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 12 | -26/+21 |
* | Fix misplaced or incorrectly nested HTML tags | Jerry James | 2020-09-14 | 8 | -25/+24 |
* | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 18 | -48/+48 |
* | 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 | 22 | -388/+388 |
* | polish | Andy Clement | 2020-08-16 | 1 | -7/+6 |
* | 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 | 16 | -18/+0 |
|\ \ |
|
| * | | Cleanup unused imports | Lars Grefer | 2020-08-16 | 16 | -18/+0 |
| |/ |
|
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 2 | -4/+4 |
* | | Redundant Collection.addAll() call | Lars Grefer | 2020-08-15 | 2 | -4/+2 |