| Commit message (Expand) | Author | Age | Files | Lines |
* | support for parameterizeWith | acolyer | 2005-08-18 | 10 | -0/+101 |
* | implementation of parameterizeWith and fix for 107059 part 2 | acolyer | 2005-08-18 | 1 | -2/+33 |
* | messages for trying to reference a pointcut in a generic type from a raw type... | acolyer | 2005-08-18 | 2 | -1/+4 |
* | SuppressAjWarnings should not suppress errors! | acolyer | 2005-08-18 | 1 | -1/+6 |
* | tests for pr107059 and generics chapter of ajdk | acolyer | 2005-08-18 | 3 | -1/+73 |
* | tests for examples in the ajdk generics chapter | acolyer | 2005-08-18 | 3 | -0/+143 |
* | follow-on test for pr107159 | acolyer | 2005-08-18 | 1 | -0/+14 |
* | Makes sure it looks on the generic members for annotations in the case of ITDs. | aclement | 2005-08-18 | 1 | -2/+7 |
* | switched test around. | aclement | 2005-08-18 | 1 | -1/+1 |
* | Andrews test for pr93356 | aclement | 2005-08-18 | 1 | -0/+4 |
* | test for pr93356 and generic binary weaving itds | aclement | 2005-08-18 | 2 | -0/+93 |
* | some binary weaving ITD tests, they dont pass yet. | aclement | 2005-08-18 | 4 | -0/+54 |
* | Modified access to onType to be via a get/set pair - enabling me to get in an... | aclement | 2005-08-18 | 3 | -4/+12 |
* | I think that astore at the start of the exception block is the right pattern ... | aclement | 2005-08-18 | 1 | -0/+1 |
* | tests for Fix 106736 - permitting classes dir as aspect URL (also permitting ... | wisberg | 2005-08-18 | 8 | -4/+169 |
* | Fix 106736 - permitting classes dir as aspect URL (also permitting .zip files) | wisberg | 2005-08-18 | 1 | -1/+3 |
* | comment only on poorly-named but public addLibraryJarFile(..) | wisberg | 2005-08-18 | 1 | -0/+5 |
* | Using JLS 20.18.7 system property for version per mailing list request | wisberg | 2005-08-18 | 2 | -1/+9 |
* | deleted the section about declaring a pertypewithin aspect with a type variab... | acolyer | 2005-08-17 | 1 | -26/+1 |
* | replaced <i> which docbook does not understand with <emphasis> which it does | acolyer | 2005-08-17 | 1 | -2/+2 |
* | pretty much a complete rewrite, this time matching the actual implementation! | acolyer | 2005-08-17 | 1 | -1014/+673 |
* | updated copyright date | acolyer | 2005-08-17 | 1 | -1/+1 |
* | added method to determine which set of lint kinds are suppressed for a member... | acolyer | 2005-08-17 | 1 | -0/+33 |
* | tell Lint which warnings to suppress during specialization of this advice | acolyer | 2005-08-17 | 1 | -0/+11 |
* | support for @SuppressAjWarnings | acolyer | 2005-08-17 | 1 | -1/+31 |
* | advice remembers the set of lint warnings that are suppressed for it via @Sup... | acolyer | 2005-08-17 | 1 | -0/+2 |
* | added ajdk generics tests and test for annotation matching on intermediate ty... | acolyer | 2005-08-17 | 3 | -0/+116 |
* | test cases for all examples in the new generics chapter of the ajdk | acolyer | 2005-08-17 | 6 | -0/+200 |
* | test case for user list reported problem with annotations on an intermediate ... | acolyer | 2005-08-17 | 1 | -0/+33 |
* | fix for bug 98952: @AJ if pointcut | acolyer | 2005-08-17 | 2 | -12/+13 |
* | re-enabling tests with @AJ processing in ajc since these now pass. | acolyer | 2005-08-17 | 1 | -6/+4 |
* | @AJ PTW polish as per aj$getInstance does not rethrow the exc but return null... | avasseur | 2005-08-17 | 2 | -6/+6 |
* | fix for Bugzilla Bug 107059 | acolyer | 2005-08-16 | 1 | -0/+1 |
* | implementation of parameterize with for EllipsisTypePattern | acolyer | 2005-08-16 | 1 | -0/+4 |
* | implementation of parameterize with | acolyer | 2005-08-16 | 1 | -2/+10 |
* | added isAny() to enable easy testing for full wildcard | acolyer | 2005-08-16 | 1 | -0/+3 |
* | test for declare soft with type vars | acolyer | 2005-08-16 | 1 | -0/+3 |
* | tests for pr106130 and pr107059 | acolyer | 2005-08-16 | 1 | -0/+8 |
* | ajc-test drivers for 106130, 107059, and declare soft in generic aspect | acolyer | 2005-08-16 | 1 | -4/+29 |
* | test for declare soft in a generic aspect when using type vars | acolyer | 2005-08-16 | 1 | -0/+51 |
* | tests for pr106130 | acolyer | 2005-08-16 | 3 | -0/+283 |
* | test for Bugzilla Bug 107059 | acolyer | 2005-08-16 | 1 | -0/+5 |
* | updated message text... | acolyer | 2005-08-16 | 1 | -1/+1 |
* | removed 1.3 testing temporarily to keep build happy? | aclement | 2005-08-16 | 1 | -1/+1 |
* | fix for 98952 : @AJ if pointcut | acolyer | 2005-08-15 | 2 | -25/+48 |
* | debug? | aclement | 2005-08-15 | 1 | -0/+1 |
* | updated to push on genericIdentifiersLength stack rather than just move the s... | acolyer | 2005-08-15 | 2 | -0/+0 |
* | Fix for pr92880: I've removed the exception clause from the declaration of aj... | aclement | 2005-08-15 | 2 | -6/+5 |
* | updated parsing of type parameters in OnType of ITDs | acolyer | 2005-08-15 | 2 | -0/+0 |
* | genericitds: more method/ctor ITDs that use their target types generic type v... | aclement | 2005-08-15 | 12 | -0/+217 |