aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-086-9/+9
* 'while' loop replaceable with enhanced 'for' loopLars Grefer2020-08-086-21/+9
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-0823-321/+242
* Fix serialVersionUID initialization for java9+eli-fin2020-07-221-24/+13
* polishAndy Clement2019-11-295-8/+3
* Fix 550494Andy Clement2019-11-271-55/+45
* Java 13 supportAndy Clement2019-11-251-13/+20
* Fix Bug 387122 - threadlocal in weavingadaptor is potential memory leakAndy Clement2019-09-121-22/+22
* 543657: tweak to use current data rather than last known packed dataAndy Clement2019-09-111-5/+6
* Moved tests around for avoiding weaving switch infrastructure methodAndy Clement2019-09-111-47/+46
* - dont't weave synthetic enum helper method for switchSemyon Danilov2019-09-101-0/+14
* Fix Bug 550696 - ClassCastException during load time weaving: InstructionHand...Andy Clement2019-09-091-3/+3
* Fix 548785: Check level is >=1.8 when looking to skip inlining around advice ...Andy Clement2019-07-022-14/+15
* Fix 548860: don't pass lowercased string throughAndy Clement2019-07-021-32/+31
* Fix 547808: npe regression for multi @AroundAndy Clement2019-06-031-61/+62
* Final bits of AspectJ 1.9.4Andy Clement2019-05-101-27/+65
* extra check...Andy Clement2019-03-061-1/+3
* 333274: more tests and fixes: nested @Around advice with proceedAndy Clement2019-02-192-5/+70
* Fix version tagging for info stringsAndy Clement2019-02-111-1/+1
* mavenizing weaver - wipAndy Clement2019-01-2582-0/+34865