aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/src/main/java/org/aspectj
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unused importsLars Grefer2020-08-161-1/+0
* Use the diamond operator where possibleLars Grefer2020-08-133-27/+27
* Unnecessary unboxingLars Grefer2020-08-083-8/+8
* Unnecessary boxingLars Grefer2020-08-081-7/+7
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-081-1/+1
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-083-7/+7
* PolishAndy Clement2020-07-221-37/+37
* 333274: more tests and fixes: nested @Around advice with proceedAndy Clement2019-02-193-20/+82
* polish javadoc in runtime moduleAndy Clement2019-02-0759-467/+324
* mavenizing runtime module - merged in aspectj5rtAndy Clement2019-01-2468-0/+4849
* mavenizing runtime module - completeAndy Clement2019-01-2448-0/+3590