2 次程式碼提交 (c3c07fdb4b93cc483317d8a314233f0b9dcf4d8b)

作者 SHA1 備註 提交日期
  Andy Clement c3c07fdb4b polish 4 年之前
  Andy Clement d3da67c03d mavenizing weaver - wip 5 年之前
  aclement a409697885 309336: faster isAssignableFrom 14 年之前
  aclement a45da4ff22 267559: generic itd npe: fix 15 年之前
  aclement da08b5a5c3 more tests 15 年之前
  aclement 0b20da9128 253109: tests and fix 15 年之前
  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 年之前
  acolyer 056db42f16 tests and a fix for the bug with no name, in which Pooh gets carried away and tries to create raw types all the time, but Christopher Robin kindly explains that raw types should only be created in -1.5 mode. 18 年之前
  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 年之前
  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 年之前
  acolyer 1c588042ce test cases for generics updates made by amc 19 年之前