Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added automatic module name | Andy Clement | 2017-10-20 | 1 | -0/+1 |
| | |||||
* | Update project source/target levels to 1.7 | Andy Clement | 2017-09-27 | 1 | -4/+3 |
| | |||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 1 | -0/+30 |
| | | | | | | | | | | | | | | 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. | ||||
* | Allow code generation hints for generated compiler names | Andy Clement | 2013-01-21 | 1 | -0/+34 |
| | |||||
* | reverted the change - the builder looks actively in here for the version of rtV1_6_4 | aclement | 2009-04-02 | 1 | -2/+3 |
| | |||||
* | 269867: synchronized the map | aclement | 2009-03-24 | 1 | -1/+3 |
| | |||||
* | declaremixin: javadoc | aclement | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | declaremixin | aclement | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | declaremixin | aclement | 2009-03-04 | 1 | -11/+19 |
| | |||||
* | declaremixin | aclement | 2009-03-04 | 1 | -0/+34 |
| | |||||
* | first fixes | aclement | 2009-01-07 | 1 | -4/+4 |
| | |||||
* | first fixes | aclement | 2009-01-07 | 1 | -7/+0 |
| | |||||
* | 231396: refactoring: dont look for annotations if they can't be there | aclement | 2008-05-12 | 1 | -0/+1 |
| | |||||
* | fix for http://jira.springframework.org/browse/SPR-4512 | aclement | 2008-02-28 | 1 | -2/+2 |
| | |||||
* | Bug 117293 "Java 5 compiler warnings in aspectrt5 and weaver5 modules" ↵ | mwebster | 2007-01-16 | 1 | -47/+48 |
| | | | | (added project-specific properties) | ||||
* | Bug 113948 "Repackage AspectJ" (move module root suites out of default package) | mwebster | 2006-07-30 | 1 | -0/+1 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 1 | -2/+2 |
| | |||||
* | unused label (so eclipse 3.2m5a tells me) | aclement | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | merge of RB_V1_5_0 changes back into HEAD | acolyer | 2005-12-19 | 1 | -0/+190 |
| | |||||
* | no longer needed | acolyer | 2005-12-19 | 1 | -31/+0 |
| | |||||
* | rearchitect @decp | avasseur | 2005-12-19 | 1 | -2/+2 |
| | |||||
* | merge of changes from 1.5.0 branch into HEAD | acolyer | 2005-12-19 | 2 | -17/+15 |
| | |||||
* | fixes inefficient ordering of tests in SignaturePattern (that I ↵ | acolyer | 2005-12-14 | 2 | -33/+7 |
| | | | | inadvertantly introduced earlier), and corrects @DeclareParents impl in AJTypeSystem :- fields should NOT be shown, and nor should non-interface members. | ||||
* | tests and fix for ITDS in AjTypeSystem | acolyer | 2005-12-13 | 1 | -2/+29 |
| | |||||
* | tests and fix for pr119352 | acolyer | 2005-12-06 | 2 | -2/+12 |
| | |||||
* | updates to advice annotations to allow specification (and generation) of ↵ | acolyer | 2005-11-29 | 5 | -0/+49 |
| | | | | parameter names if needed | ||||
* | changing a generics cast - the eclipse compiler liked it, but javac on the ↵ | acolyer | 2005-11-28 | 1 | -1/+1 |
| | | | | build machine doesn't... | ||||
* | eliminates many warnings in the aspectj5rt package - 10 generic related ↵ | acolyer | 2005-11-25 | 5 | -11/+12 |
| | | | | warnings remain that I'm not sure how to eradicate! | ||||
* | tests and fix for pr116254 | acolyer | 2005-11-23 | 2 | -4/+5 |
| | |||||
* | tests and fix for pr114332 - reflection api not detecting abstract itdms. | acolyer | 2005-11-21 | 5 | -2/+55 |
| | |||||
* | concrete-aspect impl and doc for LTW - see #95529 | avasseur | 2005-10-25 | 1 | -1/+2 |
| | | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming | ||||
* | polish for last commit | avasseur | 2005-10-17 | 1 | -62/+1 |
| | | | | | (implement @AspectJ ITD @DeclareParents and @DeclareImplements changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)) | ||||
* | implement @AspectJ ITD @DeclareParents and @DeclareImplements | avasseur | 2005-10-17 | 3 | -48/+138 |
| | | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven) | ||||
* | generic itds - see pr112105 | aclement | 2005-10-11 | 1 | -1/+0 |
| | |||||
* | itd support in the MAP | acolyer | 2005-10-04 | 17 | -101/+997 |
| | |||||
* | completes all of the MAP bar ITDs | acolyer | 2005-10-03 | 20 | -14/+842 |
| | |||||
* | updates to reflection library (largely javadoc, but with a few small tweaks) | acolyer | 2005-09-30 | 31 | -199/+820 |
| | |||||
* | couple of small generic signature tidies | acolyer | 2005-09-29 | 2 | -7/+7 |
| | |||||
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 4 | -2/+28 |
| | |||||
* | fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed ↵ | avasseur | 2005-07-28 | 1 | -8/+24 |
| | | | | as per doc | ||||
* | @DeclareAnnotation and guard to not use it in M3, doc update for M3 | avasseur | 2005-07-18 | 1 | -0/+31 |
| | |||||
* | updated reflection interfaces to represent a pointcut expression as a ↵ | acolyer | 2005-06-17 | 11 | -29/+87 |
| | | | | | | | PointcutExpression rather than as a String. This abstraction is needed to support runtime creation and matching of pointcut expressions down the line. Note that the whole MAP support in this module is still a work in progress and is scheduled for completion in M4. -- AMC. | ||||
* | unused imports (only) | wisberg | 2005-06-09 | 1 | -1/+0 |
| | |||||
* | Java 5 guard to permit running in 1.3 | wisberg | 2005-06-08 | 1 | -1/+5 |
| | |||||
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵ | avasseur | 2005-05-19 | 2 | -6/+10 |
| | | | | some AJ5 doc fix | ||||
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -55/+3 |
| | |||||
* | testsrc -> java5-testsrc, placeholders for pre-1.5 build | wisberg | 2005-05-11 | 6 | -14/+68 |
| | |||||
* | testsrc -> java5-testsrc | wisberg | 2005-05-11 | 1 | -1/+1 |
| | |||||
* | ugly but harmless hack for building prior to 1.5 for test purposes. | wisberg | 2005-05-11 | 1 | -0/+18 |
| |