| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for pr98901: copying annotations to new members created via ITD !! | aclement | 2005-08-08 | 3 | -152/+314 |
* | tests and implementation for calls to bridge methods. This completes the impl... | acolyer | 2005-08-05 | 5 | -23/+23 |
* | tests and fix for call pointcut matching with various generic and parameteriz... | acolyer | 2005-08-05 | 1 | -7/+11 |
* | genericitds: lots of new support for recursive type variables and ITD ctors. | aclement | 2005-08-04 | 10 | -35/+138 |
* | oops, this is the implementation that is needed for the execution tests I com... | acolyer | 2005-08-04 | 3 | -2/+43 |
* | signature matching algorithm simplified, sorted, and fully genericised. | acolyer | 2005-08-04 | 2 | -0/+1028 |
* | changed Member to be an interface with impl MemberImpl. changed ResolvedMembe... | acolyer | 2005-08-04 | 43 | -1641/+1874 |
* | genericitds: using wildcard '? extends Type' and '? extends <TypeVariable>'. ... | aclement | 2005-07-29 | 2 | -1/+7 |
* | changes for initialization and preinitialization join point matching with gen... | acolyer | 2005-07-29 | 7 | -6/+43 |
* | ensure that wildcard bounds for things like ? extends and ? super are fully t... | acolyer | 2005-07-29 | 1 | -3/+28 |
* | consider the true (generic signature) type of a field when matching "return t... | acolyer | 2005-07-29 | 1 | -2/+8 |
* | the name says it all ;) | acolyer | 2005-07-29 | 1 | -0/+50 |
* | take type parameters into account for equality and hashCode | acolyer | 2005-07-29 | 1 | -0/+1 |
* | avoids creating field signature twice | acolyer | 2005-07-29 | 1 | -6/+6 |
* | removed some dead code | acolyer | 2005-07-29 | 1 | -2/+0 |
* | removed dead imports | acolyer | 2005-07-29 | 1 | -2/+0 |
* | fields now unpack their generic signature to determine the true field type | acolyer | 2005-07-29 | 1 | -0/+28 |
* | pruned some dead code | acolyer | 2005-07-29 | 2 | -17/+10 |
* | new messages emitted during pointcut resolution when parameterized type patte... | acolyer | 2005-07-29 | 5 | -4/+42 |
* | fixes paramerization for raw types so that List<T> goes to List and not List<... | acolyer | 2005-07-29 | 2 | -9/+16 |
* | no more parameterized or type variable types for declaring type patterns (gen... | acolyer | 2005-07-28 | 2 | -23/+23 |
* | parser updates for generics simplification plan | acolyer | 2005-07-28 | 2 | -134/+161 |
* | full support for generic wildcard (?, ? extends, ? super) | acolyer | 2005-07-28 | 5 | -129/+590 |
* | eliminates unwanted "genericSignature" attribute, and adds full support for g... | acolyer | 2005-07-28 | 10 | -75/+130 |
* | part of fix for annotations appearing on public members: can now ask Annotati... | aclement | 2005-07-28 | 1 | -0/+4 |
* | part of fix for annotations appearing on public members: new accessor method ... | aclement | 2005-07-28 | 1 | -1/+4 |
* | organized imports | aclement | 2005-07-28 | 1 | -3/+0 |
* | fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as... | avasseur | 2005-07-28 | 1 | -1/+3 |
* | generic decp: now polices you supply the right number of parameters and they ... | aclement | 2005-07-27 | 1 | -15/+17 |
* | genericmethoditd: implements tag interface | aclement | 2005-07-27 | 1 | -4/+4 |
* | genericmethoditd: tag for type/method since either of those can declare a typ... | aclement | 2005-07-27 | 1 | -0/+23 |
* | genericmethoditd: record a rank/declaringelement, like their Eclipse counterp... | aclement | 2005-07-27 | 1 | -0/+20 |
* | genericmethoditd: VersionedDataInputStream | aclement | 2005-07-27 | 5 | -8/+40 |
* | rebuilt jars because of resolvedmember serialization change to remember type ... | aclement | 2005-07-27 | 14 | -0/+0 |
* | 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 | 6 | -25/+23 |
* | This commit simply makes the World a better place. | acolyer | 2005-07-23 | 19 | -408/+493 |
* | 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 | 19 | -1/+143 |
* | 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 |
* | dont go looking for generic types pre 1.5 | aclement | 2005-07-21 | 1 | -11/+15 |
* | generics: fixes for decp testcases involving generic types targeted by param... | aclement | 2005-07-21 | 11 | -50/+155 |
* | 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 | 5 | -4/+60 |