aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* | Weaken Collection declarationsLars Grefer2020-08-154-6/+6
* | Redundant Collection.addAll() callLars Grefer2020-08-151-4/+2
* | Collection.toArray() call styleLars Grefer2020-08-154-4/+4
* | Single Map method can be usedLars Grefer2020-08-151-5/+1
* | Collections.sort() can be replaced with List.sort()Lars Grefer2020-08-154-4/+4
* | Manual array to collection copyLars Grefer2020-08-151-6/+2
|/
* Fix the serial version UID contribution to work properlyAndy Clement2020-08-141-126/+126
* Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...Lars Grefer2020-08-141-63/+87
|\
| * Fix up tests and reduce verbosity on J11Andy Clement2020-08-141-63/+87
* | Simplify checks for Java 8 to trueLars Grefer2020-08-141-3/+1
* | Remove checks for old Java VersionsLars Grefer2020-08-132-4/+2
|/
* Adjust ASM version number used to work properly with Records (J14)Andy Clement2020-08-131-2/+3
* Use the diamond operator where possibleLars Grefer2020-08-1328-198/+198
* Unnecessary boxingLars Grefer2020-08-085-11/+11
* '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