3 Commits (b1c52e2f5eb624037b8c799c20fbd1b4fd611d9a)

Author SHA1 Message Date
  Andrey Turbanov b1c52e2f5e Replace uses of StringBuffer with StringBuilder. 2 years ago
  Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 3 years ago
  Andy Clement c17032a561 mavenizing org.aspectj.ajdt.core - wip 5 years ago
  Andy Clement 0d99d7bc78 Adapt to JDT changes 7 years ago
  Andy Clement 34f33f6948 Upgrading to latest 1.9 compiler 8 years ago
  acolyer b6c89301f2 update license to EPL 18 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
  aclement 837c97b0dd Some more fixes for Bug 78954: Compiler cannot cope with 4000 jars on the classpath. 19 years ago
  aclement b133299238 Fix for Bugzilla Bug 73334 19 years ago
  acolyer 1c2f67adb2 new classes used when building inside Eclipse 20 years ago