| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 6 | -9/+9 |
* | 'while' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 6 | -21/+9 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 23 | -321/+242 |
* | Fix serialVersionUID initialization for java9+ | eli-fin | 2020-07-22 | 1 | -24/+13 |
* | polish | Andy Clement | 2019-11-29 | 5 | -8/+3 |
* | Fix 550494 | Andy Clement | 2019-11-27 | 1 | -55/+45 |
* | Java 13 support | Andy Clement | 2019-11-25 | 1 | -13/+20 |
* | Fix Bug 387122 - threadlocal in weavingadaptor is potential memory leak | Andy Clement | 2019-09-12 | 1 | -22/+22 |
* | 543657: tweak to use current data rather than last known packed data | Andy Clement | 2019-09-11 | 1 | -5/+6 |
* | Moved tests around for avoiding weaving switch infrastructure method | Andy Clement | 2019-09-11 | 1 | -47/+46 |
* | - dont't weave synthetic enum helper method for switch | Semyon Danilov | 2019-09-10 | 1 | -0/+14 |
* | Fix Bug 550696 - ClassCastException during load time weaving: InstructionHand... | Andy Clement | 2019-09-09 | 1 | -3/+3 |
* | Fix 548785: Check level is >=1.8 when looking to skip inlining around advice ... | Andy Clement | 2019-07-02 | 2 | -14/+15 |
* | Fix 548860: don't pass lowercased string through | Andy Clement | 2019-07-02 | 1 | -32/+31 |
* | Fix 547808: npe regression for multi @Around | Andy Clement | 2019-06-03 | 1 | -61/+62 |
* | Final bits of AspectJ 1.9.4 | Andy Clement | 2019-05-10 | 1 | -27/+65 |
* | extra check... | Andy Clement | 2019-03-06 | 1 | -1/+3 |
* | 333274: more tests and fixes: nested @Around advice with proceed | Andy Clement | 2019-02-19 | 2 | -5/+70 |
* | Fix version tagging for info strings | Andy Clement | 2019-02-11 | 1 | -1/+1 |
* | mavenizing weaver - wip | Andy Clement | 2019-01-25 | 82 | -0/+34865 |