| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix version tagging for info strings | Andy Clement | 2019-02-11 | 1 | -1/+1 |
* | Add module tests back in - but streamlined | Andy Clement | 2019-02-01 | 1 | -0/+56 |
* | tweak matcher for weaver module requirements | Andy Clement | 2019-01-25 | 4 | -1/+20 |
* | mavenized org.aspectj.matcher - finished | Andy Clement | 2019-01-23 | 6 | -94/+4 |
* | mavenized org.aspectj.matcher module - wip | Andy Clement | 2019-01-23 | 302 | -45/+47 |
* | 543657: overweaving declare parents fix | Andy Clement | 2019-01-21 | 1 | -1/+1 |
* | 389678: Better support for overweaving | Andy Clement | 2019-01-21 | 3 | -9/+36 |
* | Dig deeper to find WildTypePattern in DeclareParents | Andy Clement | 2019-01-17 | 2 | -35/+86 |
* | Diagnostics for https://bugs.eclipse.org/bugs/show_bug.cgi?id=543023 | Andy Clement | 2019-01-11 | 1 | -1/+6 |
* | better infrastructure for checking pointcuts terminate correctly - inactive r... | Andy Clement | 2019-01-09 | 4 | -2/+22 |
* | Fix 541325 - Support is(AbstractType) | Andy Clement | 2018-11-19 | 2 | -0/+5 |
* | 537825: Remove FINAL for cflow related class elements for Java 9+ | Andy Clement | 2018-08-24 | 3 | -12/+6 |
* | Fix some generics warnings, add overrides | Andy Clement | 2018-05-29 | 12 | -16/+69 |
* | Initial cut at bug 535086 - pertypewithin and non vis types | Andy Clement | 2018-05-25 | 5 | -10/+83 |