summaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as...avasseur2005-07-281-1/+3
* generic decp: now polices you supply the right number of parameters and they ...aclement2005-07-271-15/+17
* genericmethoditd: implements tag interfaceaclement2005-07-271-4/+4
* genericmethoditd: tag for type/method since either of those can declare a typ...aclement2005-07-271-0/+23
* genericmethoditd: record a rank/declaringelement, like their Eclipse counterp...aclement2005-07-271-0/+20
* genericmethoditd: VersionedDataInputStreamaclement2005-07-275-8/+40
* rebuilt jars because of resolvedmember serialization change to remember type ...aclement2005-07-2714-0/+0
* add the version when we add either aspect/pointcut attributes.aclement2005-07-261-0/+4
* minor versioning improvement. dont add the version attribute if someone else...aclement2005-07-261-2/+9
* fixing the versioning problem. Up until now if we found no version in a clas...aclement2005-07-266-25/+23
* This commit simply makes the World a better place.acolyer2005-07-2319-408/+493
* improved matching in canBeBoundTo to consider equality of all bounds when tes...acolyer2005-07-221-4/+28
* remember source location when faulting in generic typeacolyer2005-07-221-1/+4
* changed the serialized form of a WildTypePattern to remember generic info... ...acolyer2005-07-2219-1/+143
* fix #104212 very bad bug on static method call jp that has been around since ...avasseur2005-07-223-4/+26
* proper support for type variable across patterns in the Eclipse Source Type w...acolyer2005-07-218-18/+253
* new warnings for generics in patternsacolyer2005-07-212-2/+8
* change from isTypeVariable to isTypeVariableReferenceacolyer2005-07-212-10/+10
* dont go looking for generic types pre 1.5aclement2005-07-211-11/+15
* generics: fixes for decp testcases involving generic types targeted by param...aclement2005-07-2111-50/+155
* wild type patterns with no type params ignore <...> when matching by name (ra...acolyer2005-07-202-1/+7
* handle superinterfaces correctly for raw typesacolyer2005-07-202-6/+31
* ensure that when parameterizing a member, we handle any types that are themse...acolyer2005-07-205-4/+60
* changes to construction and representation of parameterized types, and enforc...acolyer2005-07-2024-285/+407
* organized imports - wanted to trigger a build :)aclement2005-07-191-2/+0
* fix LTW for JMX stuff, rename messageHolder, some doc on that + dumpavasseur2005-07-182-9/+7
* More bits of fix for pr98901 (annotation copying)aclement2005-07-183-7/+7
* @DeclareAnnotation and guard to not use it in M3, doc update for M3avasseur2005-07-181-17/+30
* First bits of fix for pr98901 (annotation copying)aclement2005-07-182-4/+12
* moves forGenericType from UnresolvedType to ResolvedType. Return value still ...acolyer2005-07-152-11/+16
* makes fromBinding in EclipseFactory an instance rather than static method. Th...acolyer2005-07-151-2/+2
* This is the beginning of a significant refactoring needed to cleanly support ...acolyer2005-07-15164-3010/+2803
* just comments (honest ;) ) describing the format of signatures for TypeXs.acolyer2005-07-141-1/+41
* 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-133-1/+11
* 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
* 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
* 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