Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure that reflection based world can cope when given a java.lang.Class ↵ | acolyer | 2005-10-24 | 4 | -3/+26 |
| | | | | that represents an array type (such a class has a "name" that is actually the signature string). | ||||
* | perf improvements from Matthew and Ron #113511 | avasseur | 2005-10-24 | 2 | -12/+21 |
| | |||||
* | testcases. | aclement | 2005-10-24 | 4 | -2/+32 |
| | |||||
* | added if() expressions to permitted scopes for thisJoinPoint forms | wisberg | 2005-10-22 | 1 | -1/+2 |
| | |||||
* | test V for generics, 4 to go. | aclement | 2005-10-21 | 1 | -1/+5 |
| | |||||
* | complex aspect! | aclement | 2005-10-21 | 1 | -0/+160 |
| | |||||
* | fix issue in test for -1.5 and @AJ ITD with @anno | avasseur | 2005-10-21 | 12 | -51/+206 |
| | | | | impl error message for reweavable and not declared in aop.xml as per David Knibb patch, #104218 | ||||
* | weaveinfo for @AJ ITD | avasseur | 2005-10-21 | 3 | -4/+20 |
| | |||||
* | docs for @AJ ITD | avasseur | 2005-10-21 | 1 | -278/+424 |
| | |||||
* | test and fix for pr111915 | aclement | 2005-10-21 | 4 | -10/+33 |
| | |||||
* | *Now* we're moving - more and more stuff from GenericsTests is working :) ↵ | aclement | 2005-10-20 | 6 | -22/+86 |
| | | | | see pr112105 comment #11 | ||||
* | test and fix for pr113073 from Helen | aclement | 2005-10-20 | 4 | -15/+47 |
| | |||||
* | provide access to the sigpattern (Helen) | aclement | 2005-10-20 | 1 | -0/+4 |
| | |||||
* | Fix for ordering problem when using generic abstract aspects. Fix for ↵ | aclement | 2005-10-20 | 7 | -45/+171 |
| | | | | crappy code (of mine) in ResolvedType.discover... - see pr112105 comment #10 | ||||
* | Changes for generic field itds - see 112105 comment 9 | aclement | 2005-10-20 | 12 | -69/+301 |
| | |||||
* | swapped a letter | aclement | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | more design tests. | aclement | 2005-10-20 | 2 | -0/+33 |
| | |||||
* | serialized form of ITD field mungers changed (includes aliases) - jars rebuilt | aclement | 2005-10-20 | 35 | -0/+0 |
| | |||||
* | temporary removal to get a build through. | aclement | 2005-10-20 | 1 | -3/+4 |
| | |||||
* | helper method | aclement | 2005-10-19 | 1 | -0/+9 |
| | |||||
* | changed the fix - it didnt even compile on my machine without this change... | aclement | 2005-10-19 | 1 | -1/+1 |
| | |||||
* | fix for odd NPE - don't know what this readAspect goal is (javadoc welcome) ↵ | avasseur | 2005-10-19 | 1 | -4/+11 |
| | | | | and thus if my fix is ok | ||||
* | I've tackled methods and ctor generic itds - now fields. | aclement | 2005-10-19 | 1 | -0/+13 |
| | |||||
* | generics tests revisted post all the recent changes - more of them now pass! | aclement | 2005-10-19 | 12 | -76/+162 |
| | |||||
* | moved stuff around to get rid of the annoying warning about foo() should be ↵ | aclement | 2005-10-19 | 8 | -0/+0 |
| | | | | 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. | ||||
* | removed jdwp from test for CC | avasseur | 2005-10-18 | 1 | -1/+0 |
| | |||||
* | due fix and test for @AJ ITD reweavable, serialization of the method ↵ | avasseur | 2005-10-18 | 10 | -15/+196 |
| | | | | delegate munger | ||||
* | tests and fix for pr112027 | aclement | 2005-10-18 | 5 | -1/+15 |
| | |||||
* | change to itd ctor serialization - quick rebuild of jars. | aclement | 2005-10-18 | 3 | -0/+0 |
| | |||||
* | ctor ITDs now remember tvar aliases (see 112105) | aclement | 2005-10-18 | 3 | -12/+20 |
| | |||||
* | slightly changed parsing test. | aclement | 2005-10-18 | 1 | -1/+1 |
| | |||||
* | tests put back in :) | aclement | 2005-10-18 | 1 | -4/+4 |
| | |||||
* | change to itd ctor serialization - quick rebuild of jars. | aclement | 2005-10-18 | 32 | -0/+0 |
| | |||||
* | rebuilt - includes DeclareImplements annotation | aclement | 2005-10-18 | 2 | -0/+0 |
| | |||||
* | pr110307: testcode | aclement | 2005-10-18 | 4 | -10/+84 |
| | |||||
* | see pr112105: delegating impl required | aclement | 2005-10-18 | 1 | -0/+5 |
| | |||||
* | see pr112105: can parameterize taking aliases into account | aclement | 2005-10-18 | 3 | -6/+30 |
| | |||||
* | see pr112105: tidyup | aclement | 2005-10-18 | 2 | -35/+12 |
| | |||||
* | see pr112105: parameterizes a generic ITD when looking at whether abstract ↵ | aclement | 2005-10-18 | 1 | -2/+10 |
| | | | | methods are overridden. | ||||
* | how many spelling mistakes could I make in one comment? | aclement | 2005-10-17 | 1 | -4/+8 |
| | |||||
* | due fix for @AJ ITD annotation copy from ITD intf methods | avasseur | 2005-10-17 | 2 | -34/+39 |
| | |||||
* | Fix part 1 for pr110307 | aclement | 2005-10-17 | 5 | -1269/+1386 |
| | |||||
* | organized imports. | aclement | 2005-10-17 | 2 | -11/+7 |
| | |||||
* | Fix part 1 for pr110307 | aclement | 2005-10-17 | 2 | -2/+6 |
| | |||||
* | polish for last commit | avasseur | 2005-10-17 | 4 | -161/+39 |
| | | | | | (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 | 18 | -1433/+2167 |
| | | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven) | ||||
* | Fix for pr112602 | aclement | 2005-10-17 | 4 | -9/+25 |
| | |||||
* | testcode for pr112602 | aclement | 2005-10-17 | 2 | -0/+14 |
| | |||||
* | working on 112602 | aclement | 2005-10-17 | 1 | -1/+1 |
| | |||||
* | testcode for 110307 | aclement | 2005-10-17 | 8 | -6/+203 |
| |