aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Collection.toArray() call styleLars Grefer2020-08-1529-40/+40
* Single Map method can be usedLars Grefer2020-08-154-30/+6
* Manual array copyLars Grefer2020-08-156-69/+29
* Collections.sort() can be replaced with List.sort()Lars Grefer2020-08-1512-17/+17
* Replace List.indexOf() with List.contains()Lars Grefer2020-08-151-1/+1
* Manual array to collection copyLars Grefer2020-08-1511-72/+20
* Fix the serial version UID contribution to work properlyAndy Clement2020-08-141-126/+126
* lets have maven fail if those tests fail...Andy Clement2020-08-1419-70/+90
* typoAndy Clement2020-08-141-1/+1
* Merge pull request #5 from larsgrefer/remove-old-version-checksAndy Clement2020-08-1427-367/+196
|\
| * Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...Lars Grefer2020-08-141-2/+2
| |\ | |/ |/|
* | Test on LTS versions and most recent non LTSAndy Clement2020-08-141-2/+2
| * Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...Lars Grefer2020-08-1422-398/+371
| |\ | |/ |/|
* | Merge pull request #4 from larsgrefer/feature/github-actionsAndy Clement2020-08-144-91/+9
|\ \
| * \ Merge branch 'master' of github.com:eclipse/org.aspectj into feature/github-a...Lars Grefer2020-08-1417-205/+247
| |\ \ | |/ / |/| |
* | | Fix up tests and reduce verbosity on J11Andy Clement2020-08-1413-198/+230
* | | Attempting to get J11 build happy at githubAndy Clement2020-08-131-4/+0
* | | Making tests behave on 11Andy Clement2020-08-134-5/+19
| * | Merge branch 'feature/simplify-ajdoc' of github.com:larsgrefer/org.aspectj in...Lars Grefer2020-08-147-196/+123
| |\ \
| | * | Always run javadoc using the ToolProvider APILars Grefer2020-08-142-87/+4
| |/ / |/| |
* | | Trying to reduce test verbosityAndy Clement2020-08-134-103/+116
| * | Fix compilation of JavadocRunner for Java 13+Lars Grefer2020-08-131-5/+7
| * | Fix JRockitAgentTest for Java 9 and 10Lars Grefer2020-08-131-1/+1
| * | Test more Java versionsLars Grefer2020-08-131-1/+2
| * | Print used tool versionsLars Grefer2020-08-131-0/+2
| * | Fix compilation on Java 11Lars Grefer2020-08-131-4/+4
| | * Simplify checks for Java 8 to trueLars Grefer2020-08-145-132/+40
| | * Remove checks for old Java VersionsLars Grefer2020-08-1324-236/+157
| |/ |/|
* | Adjust ASM version number used to work properly with Records (J14)Andy Clement2020-08-131-2/+3
|/
* Merge pull request #3 from larsgrefer/feature/github-actionsAndy Clement2020-08-133-6/+35
|\
| * Fix Javadoc generation on Java 11Lars Grefer2020-08-131-0/+1
| * Fix TestcaseLars Grefer2020-08-131-6/+8
| * Create maven.ymlLars Grefer2020-08-131-0/+26
* | Merge pull request #2 from larsgrefer/feature/diamond-operatorAndy Clement2020-08-13243-1046/+1046
|\ \ | |/ |/|
| * Use the diamond operator where possibleLars Grefer2020-08-13243-1046/+1046
|/
* Merge pull request #1 from larsgrefer/feature/java5Andy Clement2020-08-12394-4449/+3997
|\
| * Merge branch 'master' into feature/java5Andy Clement2020-08-121-13/+33
| |\ | |/ |/|
* | Add a debug flag to workaround issue until we can sort it (565713)Andy Clement2020-08-101-15/+35
| * Unnecessary unboxingLars Grefer2020-08-0830-58/+58
| * Unnecessary boxingLars Grefer2020-08-0825-57/+58
| * 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-08105-238/+235
| * 'while' loop replaceable with enhanced 'for' loopLars Grefer2020-08-0812-68/+44
| * 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-08336-4045/+3619
|/
* PolishAndy Clement2020-07-227-445/+467
* Fix serialVersionUID initialization for java9+eli-fin2020-07-221-24/+13
* Rev to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-07-2229-31/+31
* Fixed a misplaced <para> element in the Docbook documentation for ajcEmmanuel Bourg2020-07-221-1/+1
* AspectJ 1.9.6 final bitsV1_9_6Andy Clement2020-07-2235-39/+73
* Update ASM and fix packaging for matcher artifactAndy Clement2020-07-1724-160/+408
* polish and new test for 550705Andy Clement2020-05-016-11/+59