summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* organized importsPRE_ANDYaclement2005-07-131-4/+2
* beginnings of support for matching against type variablesacolyer2005-07-131-0/+11
* avoid losing type variable information when resolving bindingsacolyer2005-07-131-2/+6
* now remembers its location for better error reportingacolyer2005-07-131-0/+1
* test case updates...acolyer2005-07-132-22/+13
* better error reporting when using type vars in inappropriate locationsacolyer2005-07-131-10/+9
* added an additional message operation to tidy up weaver codeacolyer2005-07-134-1/+16
* test for parameterized type usageacolyer2005-07-131-0/+13
* new message "a parameterized type pattern may not be used in a handler pointc...acolyer2005-07-132-0/+2
* sometimes we get asked to resolve more than once, and that's ok...acolyer2005-07-131-1/+1
* more test cases covering generics in pointcut expressionsacolyer2005-07-137-0/+229
* don't re-resolve already resolved typesacolyer2005-07-131-0/+5
* teach a typex whether or not it represents a type variableacolyer2005-07-133-0/+19
* organized importsaclement2005-07-131-1/+0
* Ant 1.6 antlib.xml support, per bug 103493wisberg2005-07-122-2/+38
* handles resolution of bindings when the pointcut uses type variablesacolyer2005-07-121-4/+4
* a pointcut now has a simple list of type variable names in scope rather than ...acolyer2005-07-128-74/+90
* test that a signature with a generic declaring type does not match on the era...acolyer2005-07-123-1/+29
* organized importsaclement2005-07-121-3/+1
* generics: new error messages.aclement2005-07-122-0/+4
* I needed to make some changes to resolveBindings, but the original method had...acolyer2005-07-121-84/+111
* parameterized members remember their erasure and this is used in member match...acolyer2005-07-124-23/+126
* test that a the erasure of a signature matches a parameterized implementation...acolyer2005-07-123-0/+27
* tests for Huff's fix for 102746 - not hooked up b/c harness manages classpath.wisberg2005-07-113-0/+24
* Variant of Huff's fix for 102746 - untested hypothesiswisberg2005-07-111-17/+22
* 99861 temp fix for deadlock when Sun' Unsafe.defineClass API is used (deadloc...avasseur2005-07-111-6/+8
* fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as a...avasseur2005-07-115-16/+223
* add unresolved TypeVariableRefTypes which are created by EclipseFactory durin...acolyer2005-07-112-0/+48
* a simple type pattern for a generic type should match any parameterization of...acolyer2005-07-111-0/+6
* added one simple test for matching members of a parameterized type.acolyer2005-07-116-13/+71
* changed EclipseFactory.makeResolvedMember from static to non-static member an...acolyer2005-07-1110-48/+55
* generics: use raw type of iteratoraclement2005-07-111-1/+1
* generics: modified to use built in types since otherwise world setup is painful.aclement2005-07-111-2/+2
* generics: temporarily use the raw type when matching until the type pattern l...aclement2005-07-111-0/+2
* generics: polices the combinations of decp when using generics/raws/parameter...aclement2005-07-111-0/+44
* generics: writes out correct class signatureaclement2005-07-111-37/+102
* generics: improved type resolution, aware of raw/simple/parameterized/genericaclement2005-07-111-4/+18
* generics: dont assume bcelmethod, it cant be resolvedmemberaclement2005-07-111-2/+2
* generics: signature unpacking.aclement2005-07-111-16/+32
* generics: dont assume its a bcelmethod. When working with generic methods th...aclement2005-07-111-1/+1
* generics: now promotes simple types to raw types if we discover they are gene...aclement2005-07-111-6/+19
* generics: copes with '+' '-' in the signature, less than ideal...aclement2005-07-111-8/+37
* generics: allow for type variables that arrive in static methods and don't co...aclement2005-07-111-1/+1
* generics: few bug fixes to ensure typex's know if they represent generics/raw...aclement2005-07-111-1/+15
* generics: lots of generic decp tests.aclement2005-07-112-7/+117
* generics: ask for the appropriate TypeX depending on the bindingaclement2005-07-111-1/+6
* but i only changed a comment...acolyer2005-07-111-0/+5
* fixes dumb array castacolyer2005-07-111-2/+6
* ability to replace upper bound (used when fixing up circular dependencies)acolyer2005-07-111-0/+10
* test case for Enum conversionsacolyer2005-07-112-0/+75