| Commit message (Expand) | Author | Age | Files | Lines |
* | Set version to 1.9.7.M2V1_9_7_M2 | Alexander Kriegisch | 2021-05-24 | 1 | -1/+1 |
* | 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 |
* | | Collection.toArray() call style | Lars Grefer | 2020-08-15 | 9 | -12/+12 |
* | | Manual array copy | Lars Grefer | 2020-08-15 | 3 | -9/+3 |
* | | Manual array to collection copy | Lars Grefer | 2020-08-15 | 1 | -6/+3 |
|/ |
|
* | Remove checks for old Java Versions | Lars Grefer | 2020-08-13 | 5 | -62/+39 |
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 51 | -197/+197 |
* | Merge branch 'master' into feature/java5 | Andy Clement | 2020-08-12 | 1 | -13/+33 |
|\ |
|
| * | Add a debug flag to workaround issue until we can sort it (565713) | Andy Clement | 2020-08-10 | 1 | -15/+35 |
* | | Unnecessary unboxing | Lars Grefer | 2020-08-08 | 5 | -13/+13 |
* | | Unnecessary boxing | Lars Grefer | 2020-08-08 | 6 | -17/+18 |
* | | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 10 | -14/+14 |
* | | 'while' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 1 | -3/+2 |
* | | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 54 | -430/+382 |
|/ |
|
* | Polish | Andy Clement | 2020-07-22 | 3 | -59/+73 |
* | 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 |
* | Fix 550705: tricky intermittent verify error | Andy Clement | 2020-04-29 | 1 | -11/+24 |
* | 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 |
* | polish | Andy Clement | 2019-11-28 | 1 | -31/+28 |
* | Debug for 551732 | Andy Clement | 2019-11-28 | 1 | -9/+14 |
* | Fix 550494 | Andy Clement | 2019-11-27 | 1 | -8/+11 |
* | Fix Bug 550290 - Lack of TypeSafeEnum#hashCode may lead to non-deterministic ... | Andy Clement | 2019-09-09 | 2 | -27/+43 |
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 1 | -1/+1 |
* | 1.9.4 POMS | Andy Clement | 2019-05-10 | 1 | -1/+1 |
* | pushed versions to 1.9.4.BUILD-SNAPSHOT | Andy Clement | 2019-04-17 | 1 | -1/+1 |
* | polish for 1.9.3V1_9_3 | Andy Clement | 2019-04-04 | 1 | -4/+5 |
* | 333274: more tests and fixes: nested @Around advice with proceed | Andy Clement | 2019-02-19 | 3 | -1/+28 |
* | Adding ProceedingJoinPoint built in type | Andy Clement | 2019-02-19 | 1 | -1/+1 |