]>
source.dussan.org Git - aspectj.git/log
aclement [Wed, 26 Oct 2005 14:41:20 +0000 (14:41 +0000)]
generic aspect test W
avasseur [Wed, 26 Oct 2005 12:43:37 +0000 (12:43 +0000)]
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)
aclement [Wed, 26 Oct 2005 12:28:26 +0000 (12:28 +0000)]
pr113630 testcase added - commented out.
aclement [Wed, 26 Oct 2005 08:28:48 +0000 (08:28 +0000)]
errr, org/aspectj/lang/annotation/Pointcut was missing from one of these, causing tests to fail. rebuilt and checking them in again.
avasseur [Tue, 25 Oct 2005 15:36:26 +0000 (15:36 +0000)]
fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not passed thru the aspectof munger. Added custom logic for that
aclement [Tue, 25 Oct 2005 14:59:59 +0000 (14:59 +0000)]
change to override check.
avasseur [Tue, 25 Oct 2005 13:04:26 +0000 (13:04 +0000)]
ajdtcore for abstract @Pointcut
aclement [Tue, 25 Oct 2005 12:40:39 +0000 (12:40 +0000)]
test and fix for 112615 (-XhasMember not working if passed through AJDT). Patch from Helen Hawkins.
aclement [Tue, 25 Oct 2005 11:17:21 +0000 (11:17 +0000)]
some bridge method testcases and impl for 108101
avasseur [Tue, 25 Oct 2005 10:00:58 +0000 (10:00 +0000)]
concrete-aspect impl and doc for LTW - see #95529
pbly some issue on abstract @Pointcut() in ajdt core - fix coming
acolyer [Tue, 25 Oct 2005 04:48:48 +0000 (04:48 +0000)]
added a test to make sure primitives work (they do), and also tidied up the array test in ReflectionWorld
acolyer [Mon, 24 Oct 2005 20:46:51 +0000 (20:46 +0000)]
ensure that reflection based world can cope when given a java.lang.Class that represents an array type (such a class has a "name" that is actually the signature string).
avasseur [Mon, 24 Oct 2005 09:48:39 +0000 (09:48 +0000)]
perf improvements from Matthew and Ron #113511
aclement [Mon, 24 Oct 2005 07:33:48 +0000 (07:33 +0000)]
testcases.
wisberg [Sat, 22 Oct 2005 18:53:36 +0000 (18:53 +0000)]
added if() expressions to permitted scopes for thisJoinPoint forms
aclement [Fri, 21 Oct 2005 18:26:55 +0000 (18:26 +0000)]
test V for generics, 4 to go.
aclement [Fri, 21 Oct 2005 18:10:10 +0000 (18:10 +0000)]
complex aspect!
avasseur [Fri, 21 Oct 2005 16:08:10 +0000 (16:08 +0000)]
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
avasseur [Fri, 21 Oct 2005 13:18:55 +0000 (13:18 +0000)]
weaveinfo for @AJ ITD
avasseur [Fri, 21 Oct 2005 10:20:14 +0000 (10:20 +0000)]
docs for @AJ ITD
aclement [Fri, 21 Oct 2005 06:56:11 +0000 (06:56 +0000)]
test and fix for pr111915
aclement [Thu, 20 Oct 2005 14:47:22 +0000 (14:47 +0000)]
*Now* we're moving - more and more stuff from GenericsTests is working :) see pr112105 comment #11
aclement [Thu, 20 Oct 2005 13:54:50 +0000 (13:54 +0000)]
test and fix for pr113073 from Helen
aclement [Thu, 20 Oct 2005 10:42:48 +0000 (10:42 +0000)]
provide access to the sigpattern (Helen)
aclement [Thu, 20 Oct 2005 10:32:20 +0000 (10:32 +0000)]
Fix for ordering problem when using generic abstract aspects. Fix for crappy code (of mine) in ResolvedType.discover... - see pr112105 comment #10
aclement [Thu, 20 Oct 2005 08:33:35 +0000 (08:33 +0000)]
Changes for generic field itds - see 112105 comment 9
aclement [Thu, 20 Oct 2005 08:32:36 +0000 (08:32 +0000)]
swapped a letter
aclement [Thu, 20 Oct 2005 08:32:26 +0000 (08:32 +0000)]
more design tests.
aclement [Thu, 20 Oct 2005 08:31:28 +0000 (08:31 +0000)]
serialized form of ITD field mungers changed (includes aliases) - jars rebuilt
aclement [Thu, 20 Oct 2005 08:29:39 +0000 (08:29 +0000)]
temporary removal to get a build through.
aclement [Wed, 19 Oct 2005 13:17:31 +0000 (13:17 +0000)]
helper method
aclement [Wed, 19 Oct 2005 13:11:36 +0000 (13:11 +0000)]
changed the fix - it didnt even compile on my machine without this change...
avasseur [Wed, 19 Oct 2005 09:51:17 +0000 (09:51 +0000)]
fix for odd NPE - don't know what this readAspect goal is (javadoc welcome) and thus if my fix is ok
aclement [Wed, 19 Oct 2005 09:05:00 +0000 (09:05 +0000)]
I've tackled methods and ctor generic itds - now fields.
aclement [Wed, 19 Oct 2005 09:04:38 +0000 (09:04 +0000)]
generics tests revisted post all the recent changes - more of them now pass!
aclement [Wed, 19 Oct 2005 08:44:17 +0000 (08:44 +0000)]
moved stuff around to get rid of the annoying warning about foo() should be called statically. I couldn't just 'fix the program' as it is used in that form as input for a test - so I just moved the code outside of the existing source folders.
avasseur [Tue, 18 Oct 2005 15:54:45 +0000 (15:54 +0000)]
removed jdwp from test for CC
avasseur [Tue, 18 Oct 2005 15:52:50 +0000 (15:52 +0000)]
due fix and test for @AJ ITD reweavable, serialization of the method delegate munger
aclement [Tue, 18 Oct 2005 15:40:35 +0000 (15:40 +0000)]
tests and fix for pr112027
aclement [Tue, 18 Oct 2005 14:19:08 +0000 (14:19 +0000)]
change to itd ctor serialization - quick rebuild of jars.
aclement [Tue, 18 Oct 2005 14:15:25 +0000 (14:15 +0000)]
ctor ITDs now remember tvar aliases (see 112105)
aclement [Tue, 18 Oct 2005 14:14:41 +0000 (14:14 +0000)]
slightly changed parsing test.
aclement [Tue, 18 Oct 2005 14:14:24 +0000 (14:14 +0000)]
tests put back in :)
aclement [Tue, 18 Oct 2005 14:13:19 +0000 (14:13 +0000)]
change to itd ctor serialization - quick rebuild of jars.
aclement [Tue, 18 Oct 2005 14:06:33 +0000 (14:06 +0000)]
rebuilt - includes DeclareImplements annotation
aclement [Tue, 18 Oct 2005 08:23:16 +0000 (08:23 +0000)]
pr110307: testcode
aclement [Tue, 18 Oct 2005 08:22:44 +0000 (08:22 +0000)]
see pr112105: delegating impl required
aclement [Tue, 18 Oct 2005 08:22:01 +0000 (08:22 +0000)]
see pr112105: can parameterize taking aliases into account
aclement [Tue, 18 Oct 2005 08:21:21 +0000 (08:21 +0000)]
see pr112105: tidyup
aclement [Tue, 18 Oct 2005 08:21:02 +0000 (08:21 +0000)]
see pr112105: parameterizes a generic ITD when looking at whether abstract methods are overridden.
aclement [Mon, 17 Oct 2005 15:16:54 +0000 (15:16 +0000)]
how many spelling mistakes could I make in one comment?
avasseur [Mon, 17 Oct 2005 14:14:28 +0000 (14:14 +0000)]
due fix for @AJ ITD annotation copy from ITD intf methods
aclement [Mon, 17 Oct 2005 13:20:52 +0000 (13:20 +0000)]
Fix part 1 for pr110307
aclement [Mon, 17 Oct 2005 13:20:03 +0000 (13:20 +0000)]
organized imports.
aclement [Mon, 17 Oct 2005 13:09:31 +0000 (13:09 +0000)]
Fix part 1 for pr110307
avasseur [Mon, 17 Oct 2005 12:26:41 +0000 (12:26 +0000)]
polish for last commit
(implement @AspectJ ITD @DeclareParents and @DeclareImplements
changed AjType as ITD field is meaningless (as @AJ ITD is interface driven))
avasseur [Mon, 17 Oct 2005 10:49:11 +0000 (10:49 +0000)]
implement @AspectJ ITD @DeclareParents and @DeclareImplements
changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
aclement [Mon, 17 Oct 2005 10:45:35 +0000 (10:45 +0000)]
Fix for pr112602
aclement [Mon, 17 Oct 2005 10:10:11 +0000 (10:10 +0000)]
testcode for pr112602
aclement [Mon, 17 Oct 2005 10:09:45 +0000 (10:09 +0000)]
working on 112602
aclement [Mon, 17 Oct 2005 08:27:16 +0000 (08:27 +0000)]
testcode for 110307
wisberg [Sat, 15 Oct 2005 03:29:43 +0000 (03:29 +0000)]
Forgot to limit scope to full paths
wisberg [Sat, 15 Oct 2005 03:20:41 +0000 (03:20 +0000)]
Fix 107299 (windows full but not absolute paths) by not prefixing files that exist (and don't need resolving). Tested locally, but unable to make a portable test. Will cause bugs for .lst-file-relative entries that match user-dir-local files.
wisberg [Sat, 15 Oct 2005 03:03:33 +0000 (03:03 +0000)]
discontinuing test if weaver build fails - not the issue
aclement [Fri, 14 Oct 2005 18:02:27 +0000 (18:02 +0000)]
Committing new builder name ... no-one will be using the old one!
aclement [Fri, 14 Oct 2005 17:57:56 +0000 (17:57 +0000)]
Updates for generic ITDs - see pr112105 for a description of all changes.
aclement [Fri, 14 Oct 2005 17:53:25 +0000 (17:53 +0000)]
Fix for generic signature parsing - see pr112105
aclement [Fri, 14 Oct 2005 16:28:13 +0000 (16:28 +0000)]
spelling mistake corrected.
aclement [Fri, 14 Oct 2005 08:39:32 +0000 (08:39 +0000)]
pr112514: better diagnostics when class format exception occurs.
aclement [Fri, 14 Oct 2005 08:19:57 +0000 (08:19 +0000)]
pr112529: better diagnostics (I think it'll still fail tho...)
aclement [Fri, 14 Oct 2005 08:17:53 +0000 (08:17 +0000)]
pr112529: better diagnostics (I think it'll still fail tho...)
aclement [Fri, 14 Oct 2005 07:23:40 +0000 (07:23 +0000)]
Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew Webster for the patch)
aclement [Fri, 14 Oct 2005 07:13:33 +0000 (07:13 +0000)]
Fix reference to static method to use class rather than instance.
wisberg [Fri, 14 Oct 2005 05:07:07 +0000 (05:07 +0000)]
bootstrap jar - fix dup entries for target when assembling
wisberg [Fri, 14 Oct 2005 05:05:32 +0000 (05:05 +0000)]
test - fix dup entries for target when assembling
wisberg [Fri, 14 Oct 2005 05:05:15 +0000 (05:05 +0000)]
method rename - fix dup entries for target when assembling
wisberg [Fri, 14 Oct 2005 05:04:56 +0000 (05:04 +0000)]
fix dup entries for target when assembling
mkersten [Thu, 13 Oct 2005 15:14:38 +0000 (15:14 +0000)]
Added Cascon tutorial and directory where we can archive tutorials.
aclement [Thu, 13 Oct 2005 10:44:13 +0000 (10:44 +0000)]
Fix for 112243: incorrect entries in type map. Includes fix for this case and guards to give better info if it ever happens again.
wisberg [Wed, 12 Oct 2005 00:24:30 +0000 (00:24 +0000)]
/home/technology -> /cvsroot/technology for cvsroot
wisberg [Wed, 12 Oct 2005 00:04:42 +0000 (00:04 +0000)]
omitting incremental as broken for now.
wisberg [Wed, 12 Oct 2005 00:03:45 +0000 (00:03 +0000)]
generics, compatibility, reflective weaver
wisberg [Wed, 12 Oct 2005 00:01:54 +0000 (00:01 +0000)]
named sections to avoid generated names, and omitting incremental as broken for now.
wisberg [Tue, 11 Oct 2005 17:24:32 +0000 (17:24 +0000)]
"ajdoc" for "aj"
avasseur [Tue, 11 Oct 2005 14:39:33 +0000 (14:39 +0000)]
update for temp fix 99861 for Ron
wisberg [Tue, 11 Oct 2005 09:19:16 +0000 (09:19 +0000)]
unique id
wisberg [Tue, 11 Oct 2005 09:18:00 +0000 (09:18 +0000)]
update for LTW and compatibility - minor updates
wisberg [Tue, 11 Oct 2005 09:16:34 +0000 (09:16 +0000)]
update for LTW and compatibility - start with exact copy of adk15ProgGuideDB variant
wisberg [Tue, 11 Oct 2005 09:15:50 +0000 (09:15 +0000)]
update for LTW and compatibility
aclement [Tue, 11 Oct 2005 08:25:03 +0000 (08:25 +0000)]
generic itds - see pr112105
aclement [Mon, 10 Oct 2005 16:13:09 +0000 (16:13 +0000)]
organized imports
aclement [Mon, 10 Oct 2005 16:09:59 +0000 (16:09 +0000)]
source locations are always written out now.
acolyer [Fri, 7 Oct 2005 14:41:14 +0000 (14:41 +0000)]
ensure that the javadocs for the aspectj5rt module get built and packaged too.
aclement [Fri, 7 Oct 2005 10:16:52 +0000 (10:16 +0000)]
change to resolvedmember serialization (to support varargs ITDs) is quite serious - major version number of attribute rev'd to 4 in this case.
aclement [Fri, 7 Oct 2005 10:07:25 +0000 (10:07 +0000)]
testcode for bug 111779 (commented out for now...)
aclement [Fri, 7 Oct 2005 10:06:47 +0000 (10:06 +0000)]
testcode for bug 111779
acolyer [Thu, 6 Oct 2005 22:11:23 +0000 (22:11 +0000)]
tests for generic abstract aspects
acolyer [Thu, 6 Oct 2005 22:10:54 +0000 (22:10 +0000)]
fixes for generic abstract aspects
mkersten [Thu, 6 Oct 2005 15:36:07 +0000 (15:36 +0000)]
Updated ajdoc projects setting for 1.3 source compliance and 1.4 library compliance. You must now have a JRE14_LIB variable set in your workspace.
aclement [Thu, 6 Oct 2005 14:08:11 +0000 (14:08 +0000)]
testcases and fix for binary weaving ITDs!!!!!!!!!!! (pr85132, etc,etc)