Commit Graph

52 Commits

Author SHA1 Message Date
aclement
074f33192c 231396: refactoring: dont look for annotations if they can't be there 2008-05-12 16:44:55 +00:00
aclement
fca2a297a2 fix for http://jira.springframework.org/browse/SPR-4512 2008-02-28 21:09:20 +00:00
mwebster
cf7e6f3566 Bug 117293 "Java 5 compiler warnings in aspectrt5 and weaver5 modules" (added project-specific properties) 2007-01-16 12:46:06 +00:00
mwebster
eb31ec6c3d Bug 113948 "Repackage AspectJ" (move module root suites out of default package) 2006-07-30 18:20:50 +00:00
acolyer
b6c89301f2 update license to EPL 2006-06-01 09:33:56 +00:00
aclement
f1d5dd5531 unused label (so eclipse 3.2m5a tells me) 2006-03-10 13:24:19 +00:00
acolyer
1cbece39b3 merge of RB_V1_5_0 changes back into HEAD 2005-12-19 16:54:36 +00:00
acolyer
45190b937a no longer needed 2005-12-19 13:52:31 +00:00
avasseur
2afe12a528 rearchitect @decp 2005-12-19 13:09:20 +00:00
acolyer
4676acbde5 merge of changes from 1.5.0 branch into HEAD 2005-12-19 12:22:26 +00:00
acolyer
9825192b0f fixes inefficient ordering of tests in SignaturePattern (that I inadvertantly introduced earlier), and corrects @DeclareParents impl in AJTypeSystem :- fields should NOT be shown, and nor should non-interface members. 2005-12-14 00:53:28 +00:00
acolyer
dc8360ec27 tests and fix for ITDS in AjTypeSystem 2005-12-13 19:42:17 +00:00
acolyer
6e8bf52926 tests and fix for pr119352 2005-12-06 15:39:08 +00:00
acolyer
7384fe71aa updates to advice annotations to allow specification (and generation) of parameter names if needed 2005-11-29 20:42:48 +00:00
acolyer
0ae3db5f54 changing a generics cast - the eclipse compiler liked it, but javac on the build machine doesn't... 2005-11-28 10:50:20 +00:00
acolyer
78e8ecbd93 eliminates many warnings in the aspectj5rt package - 10 generic related warnings remain that I'm not sure how to eradicate! 2005-11-25 19:12:27 +00:00
acolyer
81e6b60e4e tests and fix for pr116254 2005-11-23 13:14:22 +00:00
acolyer
735d94f91a tests and fix for pr114332 - reflection api not detecting abstract itdms. 2005-11-21 22:05:46 +00:00
avasseur
76ebbc76ad concrete-aspect impl and doc for LTW - see #95529
pbly some issue on abstract @Pointcut() in ajdt core - fix coming
2005-10-25 10:00:58 +00:00
avasseur
257e39e557 polish for last commit
(implement @AspectJ ITD @DeclareParents and @DeclareImplements
changed AjType as ITD field is meaningless (as @AJ ITD is interface driven))
2005-10-17 12:26:41 +00:00
avasseur
bb2d440161 implement @AspectJ ITD @DeclareParents and @DeclareImplements
changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
2005-10-17 10:49:11 +00:00
aclement
0a69e42808 generic itds - see pr112105 2005-10-11 08:25:03 +00:00
acolyer
b305f9ee51 itd support in the MAP 2005-10-04 13:56:38 +00:00
acolyer
0fae66242e completes all of the MAP bar ITDs 2005-10-03 16:17:15 +00:00
acolyer
f74a5c0fc3 updates to reflection library (largely javadoc, but with a few small tweaks) 2005-09-30 14:58:56 +00:00
acolyer
2650003fea couple of small generic signature tidies 2005-09-29 15:40:10 +00:00
acolyer
a39f595c0c tests and implementation for 108120 - runtime pointcut parsing and matching. 2005-09-21 14:59:55 +00:00
avasseur
7b621acacf fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as per doc 2005-07-28 10:15:26 +00:00
avasseur
b6af07f0f5 @DeclareAnnotation and guard to not use it in M3, doc update for M3 2005-07-18 09:26:20 +00:00
acolyer
9961155d58 updated reflection interfaces to represent a pointcut expression as a 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.
2005-06-17 09:24:30 +00:00
wisberg
6b4238eb0f unused imports (only) 2005-06-09 15:57:10 +00:00
wisberg
f65bc76fdf Java 5 guard to permit running in 1.3 2005-06-08 23:35:21 +00:00
acolyer
f800dc9be1 ignore bintest directories 2005-05-31 14:41:09 +00:00
avasseur
49c3978146 deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + some AJ5 doc fix 2005-05-19 13:39:20 +00:00
wisberg
2afa9c9148 newbuild.xml replacing build.xml, with Alex ok 2005-05-19 03:48:09 +00:00
wisberg
a2545d0e25 testsrc -> java5-testsrc, placeholders for pre-1.5 build 2005-05-11 09:18:33 +00:00
wisberg
a681d594c5 testsrc -> java5-testsrc 2005-05-11 09:14:58 +00:00
wisberg
8c07fda56d ugly but harmless hack for building prior to 1.5 for test purposes. 2005-05-11 09:12:37 +00:00
wisberg
6565120f4e prospective replacements for {module}/build.xml - will move there once validated by those who use build.xml. 2005-05-11 08:08:37 +00:00
acolyer
a6291f59f0 updated for DeclareError and DeclareWarning 2005-04-29 20:19:21 +00:00
aclement
9da1384f0c Copyright added to keep checklics happy. 2005-04-26 16:02:30 +00:00
avasseur
3e1783bc03 fix local build so that test run with 1.5
fix Adrian test that were having some assumption on ordering which happens to fail with my 1.5 compiler
2005-04-26 08:54:13 +00:00
acolyer
92fce1440c this patch implements the MAP for aspects, pointcuts, and advice. just enough of an implementation to provide the support needed for some of the ataspectj visitor tests. 2005-04-25 16:04:10 +00:00
avasseur
ced5f6e66d @AJ annotation are runtime visible, fixed all licenses from branch for EPL 2005-04-22 10:12:14 +00:00
aclement
f7bcff6dbf From branch: New build scripts that Alex uses under IntelliJ - can be run individually or via master in build module. 2005-04-19 10:38:38 +00:00
acolyer
5113377894 I'm committing this shell of an implementation for runtime reflection on AspectJ's type system. It's needed by the aUnit guys and provides a means for us to share a structure, take patches etc.. NOT to be considered finished (ha ha) or even a final design at this point in time. We have to do some compiler work to generate runtime-visible structures to support this... 2005-04-18 19:45:53 +00:00
aclement
42702fcbbe Changed copyright message slightly to keep test happy ! 2005-04-13 07:28:39 +00:00
aclement
ead3a2c581 From The Branch: Alex's new annotations for annotation style development 2005-04-12 15:05:12 +00:00
aclement
2e7d6a2114 Didnt have a default. 2005-02-17 13:31:49 +00:00
aclement
8cefe0a7e3 Changed name and added definition of values. 2005-02-11 10:21:47 +00:00