aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/src/main/java/org/aspectj/runtime
Commit message (Expand)AuthorAgeFilesLines
* JoinPointImpl minor structural refactoringAlexander Kriegisch2024-04-101-89/+79
* JoinPointImpl: Remove thread-locals after usage, where possibleKimmingLau2024-04-101-1/+5
* Avoid ThreadLocal memory leak in JoinPointImplAlexander Kriegisch2024-03-121-29/+16
* Remove redundant casts after generics updateAndrey Turbanov2022-04-126-9/+9
* 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-1018-74/+74
* Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-203-3/+3
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-0429-377/+377
* Remove unnecessary interface modifiersLars Grefer2020-08-174-80/+80
* Cleanup unused importsLars Grefer2020-08-161-1/+0
* Use the diamond operator where possibleLars Grefer2020-08-131-1/+1
* Unnecessary unboxingLars Grefer2020-08-081-2/+2
* Unnecessary boxingLars Grefer2020-08-081-7/+7
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-082-4/+4
* PolishAndy Clement2020-07-221-37/+37
* 333274: more tests and fixes: nested @Around advice with proceedAndy Clement2019-02-192-20/+69
* polish javadoc in runtime moduleAndy Clement2019-02-073-24/+23
* mavenizing runtime module - completeAndy Clement2019-01-2429-0/+2634