| Commit message (Expand) | Author | Age | Files | Lines |
* | add the version when we add either aspect/pointcut attributes. | aclement | 2005-07-26 | 1 | -0/+4 |
* | minor versioning improvement. dont add the version attribute if someone else... | aclement | 2005-07-26 | 1 | -2/+9 |
* | fixing the versioning problem. Up until now if we found no version in a clas... | aclement | 2005-07-26 | 5 | -25/+23 |
* | This commit simply makes the World a better place. | acolyer | 2005-07-23 | 18 | -407/+492 |
* | improved matching in canBeBoundTo to consider equality of all bounds when tes... | acolyer | 2005-07-22 | 1 | -4/+28 |
* | remember source location when faulting in generic type | acolyer | 2005-07-22 | 1 | -1/+4 |
* | changed the serialized form of a WildTypePattern to remember generic info... ... | acolyer | 2005-07-22 | 1 | -1/+139 |
* | fix #104212 very bad bug on static method call jp that has been around since ... | avasseur | 2005-07-22 | 3 | -4/+26 |
* | proper support for type variable across patterns in the Eclipse Source Type w... | acolyer | 2005-07-21 | 8 | -18/+253 |
* | new warnings for generics in patterns | acolyer | 2005-07-21 | 2 | -2/+8 |
* | change from isTypeVariable to isTypeVariableReference | acolyer | 2005-07-21 | 2 | -10/+10 |
* | generics: fixes for decp testcases involving generic types targeted by param... | aclement | 2005-07-21 | 10 | -48/+153 |
* | wild type patterns with no type params ignore <...> when matching by name (ra... | acolyer | 2005-07-20 | 2 | -1/+7 |
* | handle superinterfaces correctly for raw types | acolyer | 2005-07-20 | 2 | -6/+31 |
* | ensure that when parameterizing a member, we handle any types that are themse... | acolyer | 2005-07-20 | 4 | -3/+45 |
* | changes to construction and representation of parameterized types, and enforc... | acolyer | 2005-07-20 | 19 | -264/+363 |
* | organized imports - wanted to trigger a build :) | aclement | 2005-07-19 | 1 | -2/+0 |
* | fix LTW for JMX stuff, rename messageHolder, some doc on that + dump | avasseur | 2005-07-18 | 2 | -9/+7 |
* | More bits of fix for pr98901 (annotation copying) | aclement | 2005-07-18 | 3 | -7/+7 |
* | @DeclareAnnotation and guard to not use it in M3, doc update for M3 | avasseur | 2005-07-18 | 1 | -17/+30 |
* | First bits of fix for pr98901 (annotation copying) | aclement | 2005-07-18 | 2 | -4/+12 |
* | moves forGenericType from UnresolvedType to ResolvedType. Return value still ... | acolyer | 2005-07-15 | 2 | -11/+16 |
* | makes fromBinding in EclipseFactory an instance rather than static method. Th... | acolyer | 2005-07-15 | 1 | -2/+2 |
* | This is the beginning of a significant refactoring needed to cleanly support ... | acolyer | 2005-07-15 | 132 | -2740/+2531 |
* | just comments (honest ;) ) describing the format of signatures for TypeXs. | acolyer | 2005-07-14 | 1 | -1/+41 |
* | beginnings of support for matching against type variables | acolyer | 2005-07-13 | 1 | -0/+11 |
* | avoid losing type variable information when resolving bindings | acolyer | 2005-07-13 | 1 | -2/+6 |
* | now remembers its location for better error reporting | acolyer | 2005-07-13 | 1 | -0/+1 |
* | better error reporting when using type vars in inappropriate locations | acolyer | 2005-07-13 | 1 | -10/+9 |
* | added an additional message operation to tidy up weaver code | acolyer | 2005-07-13 | 3 | -1/+11 |
* | test for parameterized type usage | acolyer | 2005-07-13 | 1 | -0/+13 |
* | new message "a parameterized type pattern may not be used in a handler pointc... | acolyer | 2005-07-13 | 2 | -0/+2 |
* | sometimes we get asked to resolve more than once, and that's ok... | acolyer | 2005-07-13 | 1 | -1/+1 |
* | don't re-resolve already resolved types | acolyer | 2005-07-13 | 1 | -0/+5 |
* | teach a typex whether or not it represents a type variable | acolyer | 2005-07-13 | 3 | -0/+19 |
* | organized imports | aclement | 2005-07-13 | 1 | -1/+0 |
* | handles resolution of bindings when the pointcut uses type variables | acolyer | 2005-07-12 | 1 | -4/+4 |
* | a pointcut now has a simple list of type variable names in scope rather than ... | acolyer | 2005-07-12 | 7 | -42/+59 |
* | generics: new error messages. | aclement | 2005-07-12 | 2 | -0/+4 |
* | I needed to make some changes to resolveBindings, but the original method had... | acolyer | 2005-07-12 | 1 | -84/+111 |
* | parameterized members remember their erasure and this is used in member match... | acolyer | 2005-07-12 | 4 | -23/+126 |
* | fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as a... | avasseur | 2005-07-11 | 1 | -7/+36 |
* | add unresolved TypeVariableRefTypes which are created by EclipseFactory durin... | acolyer | 2005-07-11 | 2 | -0/+48 |
* | a simple type pattern for a generic type should match any parameterization of... | acolyer | 2005-07-11 | 1 | -0/+6 |
* | generics: temporarily use the raw type when matching until the type pattern l... | aclement | 2005-07-11 | 1 | -0/+2 |
* | generics: polices the combinations of decp when using generics/raws/parameter... | aclement | 2005-07-11 | 1 | -0/+44 |
* | generics: writes out correct class signature | aclement | 2005-07-11 | 1 | -37/+102 |
* | generics: improved type resolution, aware of raw/simple/parameterized/generic | aclement | 2005-07-11 | 1 | -4/+18 |
* | generics: dont assume bcelmethod, it cant be resolvedmember | aclement | 2005-07-11 | 1 | -2/+2 |
* | generics: signature unpacking. | aclement | 2005-07-11 | 1 | -16/+32 |