3 Commits (3714f91628b7c83e2333895370b7b9a3a160a8a9)

Author SHA1 Message Date
  Andy Clement de34df77ea Upgraded to new JDT compiler - neon.1 and a bit 7 years ago
  aclement ea9f35ae87 work in progress to improve MemberImpl 14 years ago
  mwebster 6dca4cc41d Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 dependedent tests to weaver5, reduce use of reflection and conditional execution, remove duplication) 18 years ago
  acolyer 3f77e755e5 pr122248, only unpack generic signatures if the world is in java 5 mode... 18 years ago
  acolyer aaa349d154 changes to construction and representation of parameterized types, and enforcement of the constraint that type mungers always operate on the generic type (never raw or parameterized) 19 years ago
  acolyer 17f150e103 This is the beginning of a significant refactoring needed to cleanly support generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes. 19 years ago
  acolyer db791ba47d moved some tests with 1.5 dependencies 19 years ago