aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as a...avasseur2005-07-111-7/+36
* 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
* 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
* 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
* answer correct superclass and superinterfaces taking into account generic sig...acolyer2005-07-111-0/+29
* handle recursive type variables such as Enumacolyer2005-07-111-15/+98
* expose generic ClassTypeSignature for member resolvingacolyer2005-07-081-0/+4
* support for unpacking generic signatureacolyer2005-07-081-23/+53
* avoid needless resolvingacolyer2005-07-081-0/+5
* improved tolerance for generics signature charsacolyer2005-07-081-0/+5
* simplify signature processing and remove implicit extendsacolyer2005-07-081-20/+11
* added getTypeVariables to interfaceacolyer2005-07-081-0/+1
* give back parameterized versions of members for parameterized typesacolyer2005-07-083-6/+147
* change signature until we figure out the right thing to do in TypeXacolyer2005-07-081-2/+2
* raise inner type visibility for subclassesacolyer2005-07-081-2/+6
* moved some tests with 1.5 dependenciesacolyer2005-07-088-75/+187
* create a typeX from a set of TypeX parametersacolyer2005-07-081-3/+3
* some /. confusion cleared upacolyer2005-07-081-7/+7
* test cases for generics updates made by amcacolyer2005-07-086-1/+303
* include new test suites for generics updatesacolyer2005-07-081-0/+8
* support for generics and type variablesacolyer2005-07-081-0/+29
* proper implementation of canBeParameterizedacolyer2005-07-081-0/+39
* utility class that converts from Bcel signature world to TypeX worldacolyer2005-07-081-0/+151
* added support for canBeParameterizedacolyer2005-07-081-0/+8
* can create a parameterized type from an array of TypeX'sacolyer2005-07-081-8/+14
* supports isGenericacolyer2005-07-082-0/+5
* TypeX hierarchy members for bounded reference types and type variablesacolyer2005-07-083-0/+267
* generics: new messageaclement2005-07-082-0/+8
* add offset in MethodDeclarationAttribute for @AJ in AJDTavasseur2005-07-058-24/+48