Commit Graph

218 Commits

Author SHA1 Message Date
acolyer
9025e8b418 tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 2005-11-03 17:09:45 +00:00
aclement
b239073ddc testcase 2005-11-01 08:50:38 +00:00
avasseur
794f9b5eaf #108892 cannot reproduce: hierarchy of aop.xml accross classloader test is fine 2005-10-28 12:07:14 +00:00
avasseur
fa21e62717 impl and test for dec precedence in aop.xml without extends 2005-10-27 11:43:16 +00:00
aclement
86729a0918 see pr112105 comment #13: new and modified testcode 2005-10-26 16:46:50 +00:00
avasseur
da73b475cc detects starttWith pattern in aop.xml include/exclude and do fast match
avoid type resolve to do aop.xml include/exclude regular match but use the passed in bytecode (else issue with Stubs not on disk as f.e. in WLS)
2005-10-26 12:43:37 +00:00
avasseur
808a511b8f fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not passed thru the aspectof munger. Added custom logic for that 2005-10-25 15:36:26 +00:00
avasseur
e1d674faa6 ajdtcore for abstract @Pointcut 2005-10-25 13:04:26 +00:00
aclement
e638a272e0 some bridge method testcases and impl for 108101 2005-10-25 11:17:21 +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
aclement
030288930a complex aspect! 2005-10-21 18:10:10 +00:00
avasseur
1232fbba13 fix issue in test for -1.5 and @AJ ITD with @anno
impl error message for reweavable and not declared in aop.xml as per David Knibb patch, #104218
2005-10-21 16:08:10 +00:00
aclement
6e337a8e27 *Now* we're moving - more and more stuff from GenericsTests is working :) see pr112105 comment #11 2005-10-20 14:47:22 +00:00
aclement
720a6d9d5c Fix for ordering problem when using generic abstract aspects. Fix for crappy code (of mine) in ResolvedType.discover... - see pr112105 comment #10 2005-10-20 10:32:20 +00:00
aclement
73b22d28e2 more design tests. 2005-10-20 08:32:26 +00:00
aclement
745b7b9366 I've tackled methods and ctor generic itds - now fields. 2005-10-19 09:05:00 +00:00
aclement
b8915a4c96 generics tests revisted post all the recent changes - more of them now pass! 2005-10-19 09:04:38 +00:00
avasseur
31566a154e removed jdwp from test for CC 2005-10-18 15:54:45 +00:00
avasseur
51a117846c due fix and test for @AJ ITD reweavable, serialization of the method delegate munger 2005-10-18 15:52:50 +00:00
aclement
ac04dc5f20 slightly changed parsing test. 2005-10-18 14:14:41 +00:00
avasseur
891821ce61 due fix for @AJ ITD annotation copy from ITD intf methods 2005-10-17 14:14:28 +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
51b0f6261c Updates for generic ITDs - see pr112105 for a description of all changes. 2005-10-14 17:57:56 +00:00
aclement
0a69e42808 generic itds - see pr112105 2005-10-11 08:25:03 +00:00
acolyer
d8db661b5d tests for generic abstract aspects 2005-10-06 22:11:23 +00:00
acolyer
3459ad57fc these changes prevent us from forgetting the interface bounds of a TypeVariableReferenceType, and from forgetting bindings when parameterizing bindingxxxtypepatterns in generic abstract aspects. 2005-10-05 20:59:26 +00:00
acolyer
aced19f8d6 some abstract generic aspect tests, not yet linked into main suite 2005-10-05 14:35:24 +00:00
aclement
12e6334bf5 Let the bug floodgates open, reweavable is now default (pr91417) 2005-10-05 12:23:52 +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
avasseur
8515100292 test fix 2005-09-29 16:23:20 +00:00
acolyer
81a07900d1 tests and fix for enh 108118, completes @SuppressAjWarnings implementation 2005-09-29 15:42:52 +00:00
avasseur
8a34d98b67 #108488 @AspectJ perthis(..) was broken for some pointcut issue
checks for @AfterXX fixed
2005-09-29 14:29:43 +00:00
acolyer
c5171f738f perclause resolving 2005-09-29 10:01:47 +00:00
avasseur
e24482630a test for Adrian, #108488 - note: other test are commented out 2005-09-28 10:12:00 +00:00
acolyer
a39f595c0c tests and implementation for 108120 - runtime pointcut parsing and matching. 2005-09-21 14:59:55 +00:00
acolyer
c6bc7a2b2e fix and test updates for enh 102459 - provide more detail in showWeaveInfo messages. 2005-09-01 18:40:31 +00:00
acolyer
dca288a388 tests for pr107953 and newsgroup reported issue of varargs matching with type variable vararg 2005-08-30 17:07:09 +00:00
aclement
f54e59243c two more bug testcases. 2005-08-24 17:49:08 +00:00
aclement
afb3a29b1c whoops - did I forget to check this fix in earlier? 2005-08-24 17:48:47 +00:00
aclement
4fbd49aac4 generic itd bridge method test code. 2005-08-24 14:30:23 +00:00
aclement
70ba7e28b6 genericitds: bridge method testcode. 2005-08-24 08:05:27 +00:00
aclement
961f4ca901 @override - another case involving abstract ITDs 2005-08-23 15:43:52 +00:00
aclement
284c4eed6b @override support for ITDs. Plus some binary weaving generic ITD tests. 2005-08-23 14:02:30 +00:00
aclement
4aacf20ad0 @override with ITDs - testcases. 2005-08-23 12:56:16 +00:00
aclement
749a909144 genericitds: activating more tests - including "uberaspects - U" - please dont look at it... 2005-08-22 18:32:20 +00:00
aclement
1abe388fdd genericitds: tests moved around and activated in GenericsTests 2005-08-22 17:00:01 +00:00
aclement
92c16e8dc3 genericitds: I'll be finished when I get to Z 2005-08-19 16:17:14 +00:00
aclement
524b9af6ae genericitds: more funky tests. 2005-08-19 16:16:46 +00:00