Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mavenizing weaver - wip | Andy Clement | 2019-01-25 | 84 | -9417/+0 |
| | |||||
* | Support Java10 | Andy Clement | 2018-04-18 | 1 | -6/+15 |
| | |||||
* | more generics and missing @Overrides | Andy Clement | 2018-02-14 | 3 | -14/+24 |
| | |||||
* | Basic tests for JImage access | Andy Clement | 2017-09-28 | 1 | -0/+135 |
| | |||||
* | Optimized type lookup on Java9 | Andy Clement | 2017-09-28 | 1 | -0/+5 |
| | | | | | Took the code from the patch submitted by Mario Ivankovits in bug 520597 and made some improvements to make (hopefully) better use of memory. Some basic tests added. | ||||
* | various changes to make more tests pass on Java9 | Andy Clement | 2017-09-22 | 1 | -1/+7 |
| | |||||
* | Fix 500796: Allow for kotlin creating 'synthetic' local variable table entries | Andy Clement | 2016-11-07 | 1 | -2/+0 |
| | |||||
* | Upgraded to new JDT compiler - neon.1 and a bit | Andy Clement | 2016-11-07 | 1 | -3/+2 |
| | |||||
* | Fix 461323: around advice on default methods | Andy Clement | 2015-11-19 | 1 | -3/+4 |
| | |||||
* | Do not attach INTERFACE modifier to methods from interfaces | Andy Clement | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 1 | -3/+14 |
| | | | | | | | | | | | | | | Modified test expectation system so it is possible to say the test cares about one particular message and the rest do not matter (prefix message string with '*') - crude but quick. Polished many places to exploit generics Upgraded all the tests to work on Java8 - some serious changes regarding ajdoc on Java8. Hopefully it has stayed backwards compatible with earlier JDK versions (e.g. if using AspectJ 1.8.3+ with a JDK less than 8) but no explicit testing done for this. | ||||
* | 391123: ltw cache improvements | Andy Clement | 2012-10-29 | 9 | -53/+900 |
| | |||||
* | 386341 | Andy Clement | 2012-10-01 | 2 | -0/+80 |
| | |||||
* | 389967 | Andy Clement | 2012-10-01 | 2 | -98/+122 |
| | |||||
* | generics | Andy Clement | 2012-07-31 | 1 | -4/+4 |
| | |||||
* | generics | Andy Clement | 2012-03-02 | 2 | -6/+3 |
| | |||||
* | AspectJ Caching w/ CRC Index File | jkew | 2012-02-29 | 5 | -0/+461 |
| | | | | Signed-off-by: Andy Clement <aclement@vmware.com> | ||||
* | 239649 and primitives no longer all resolved by default | aclement | 2011-08-12 | 9 | -615/+588 |
| | |||||
* | trying to get these tests to pass on the build machine | aclement | 2011-06-20 | 1 | -1/+1 |
| | |||||
* | when demotion is happening we also need to put the jar on the classpath! | aclement | 2011-06-17 | 1 | -47/+37 |
| | |||||
* | formatted | aclement | 2010-08-17 | 1 | -7/+7 |
| | |||||
* | 319190: AND precedence over OR | aclement | 2010-07-07 | 1 | -136/+208 |
| | |||||
* | 312839: smaller class files | aclement | 2010-05-19 | 4 | -8/+12 |
| | |||||
* | change all relevant DataOutputStream usage to use CompressingDataOutputStream | aclement | 2010-05-18 | 3 | -606/+507 |
| | |||||
* | refactored generic type handling | aclement | 2010-04-05 | 3 | -110/+91 |
| | |||||
* | removing debug and unused code | aclement | 2009-11-22 | 1 | -3/+3 |
| | |||||
* | avoid using helpers on Member hierarchy | aclement | 2009-11-17 | 1 | -1/+1 |
| | |||||
* | move away from using helper methods on Member | aclement | 2009-11-17 | 1 | -3/+5 |
| | |||||
* | fastmatch for execution! | aclement | 2009-11-08 | 1 | -274/+302 |
| | |||||
* | testcase | aclement | 2009-10-31 | 1 | -0/+64 |
| | |||||
* | 291523: annotation pattern parsing changes for (@a.b.c.Foo *) | aclement | 2009-10-06 | 1 | -82/+43 |
| | |||||
* | 271201: inpath handle: can determine if class is from inpath in add method now | aclement | 2009-04-06 | 2 | -2/+2 |
| | |||||
* | fb | aclement | 2009-03-03 | 3 | -138/+102 |
| | |||||
* | 194314: updated based on extra param | aclement | 2009-01-29 | 1 | -2/+3 |
| | |||||
* | refactoring to make around advice lvt fixes easier to apply - and make the ↵ | aclement | 2009-01-28 | 1 | -4/+6 |
| | | | | code a bit clearer | ||||
* | fix for 163005 | aclement | 2008-10-30 | 3 | -190/+189 |
| | |||||
* | 246125: pulled tests from weaver into matcher and created bcel subtypes of ↵ | aclement | 2008-10-28 | 35 | -4036/+278 |
| | | | | matcher tests where appropriate | ||||
* | 246125: moving some very simple tests across to matcher from weaver | aclement | 2008-10-23 | 4 | -300/+6 |
| | |||||
* | 246125: promoted generic sig parsing code to util | aclement | 2008-10-20 | 3 | -50/+131 |
| | |||||
* | 242797: latest fixes for using * rather than ? in sigs | aclement | 2008-09-19 | 1 | -4/+6 |
| | |||||
* | 246125: comment 3: reworked AnnotationX - got rid of the thing | aclement | 2008-09-05 | 1 | -192/+244 |
| | |||||
* | breaking the weaver apart | aclement | 2008-09-04 | 6 | -763/+730 |
| | |||||
* | remove unused code | aclement | 2008-08-31 | 1 | -310/+314 |
| | |||||
* | eclipse: addressed unnecessary casts, unused code, invalid null checks | aclement | 2008-08-27 | 13 | -61/+83 |
| | |||||
* | findbugs/eclipse warnings fixed | aclement | 2008-08-27 | 2 | -2/+2 |
| | |||||
* | trying to get 237447 to happen | aclement | 2008-06-17 | 1 | -0/+10 |
| | |||||
* | 231396: refactoring AspectJ: use getExtractableName() at new location | aclement | 2008-06-06 | 1 | -2/+2 |
| | |||||
* | 231396: refactoring AspectJ: simplifying resolvedmember hierarchy and ↵ | aclement | 2008-06-05 | 1 | -0/+183 |
| | | | | removing unused test code. | ||||
* | organized imports | aclement | 2008-06-01 | 2 | -4/+2 |
| | |||||
* | 231396: mainline code moved to test area | aclement | 2008-05-30 | 2 | -19/+19 |
| |