aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/src/main
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant casts after generics updateAndrey Turbanov2022-04-127-10/+10
* Make Stack<AroundClosure> in JoinPointImpl InheritableThreadLocalAlexander Kriegisch2022-03-231-6/+19
* Cleanup redundant type casts, due to too weak variable type declarationAndrey Turbanov2022-02-261-2/+1
* Update 'runtime' code to use genericsAndrey Turbanov2022-01-1024-98/+98
* Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-2013-13/+13
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-04114-1123/+1123
* Remove unnecessary interface modifiersLars Grefer2020-08-1711-286/+286
* 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