2 Revize (c3c07fdb4b93cc483317d8a314233f0b9dcf4d8b)

Autor SHA1 Zpráva Datum
  Andy Clement c3c07fdb4b polish před 4 roky
  Andy Clement d3da67c03d mavenizing weaver - wip před 5 roky
  aclement a409697885 309336: faster isAssignableFrom před 14 roky
  aclement a45da4ff22 267559: generic itd npe: fix před 15 roky
  aclement da08b5a5c3 more tests před 15 roky
  aclement 0b20da9128 253109: tests and fix před 15 roky
  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) před 18 roky
  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. před 18 roky
  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) před 19 roky
  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. před 19 roky
  acolyer 1c588042ce test cases for generics updates made by amc před 19 roky