4 Commits (730b1be2ce29813f0b473a9c60a574a3813d97f9)

Author SHA1 Message Date
  Jerry James f8f117808b Fix misplaced or incorrectly nested HTML tags 3 years ago
  Lars Grefer e1bff9a570 Use the diamond operator where possible 3 years ago
  Andy Clement 2704db20ec Java 13 support 4 years ago
  Andy Clement d3da67c03d mavenizing weaver - wip 5 years ago
  Andy Clement 9eae797dd9 Fix 490315 - InvokeDynamic.java:126 there is no classname for invokedynamic 8 years ago
  aclement 7e88eedcce refactoring: some progress on the issue to do with clashing accessors (where the key into the accessor map needed to be more than just the name) 13 years ago
  aclement 50b404c520 335682 13 years ago
  aclement 0cb91f239c generics 14 years ago
  aclement ed1dc14a99 292584: fix 14 years ago
  aclement fa125f6bc7 avoid using helpers on Member hierarchy 14 years ago
  aclement 8c06443c1d slowly merging in optimizations 14 years ago
  aclement b2909b0237 formatted 14 years ago
  aclement c3817b3637 252722: test and fix: generated super dispatch methods 15 years ago
  aclement 3259086920 231396: Comment #4: Big Refactoring 16 years ago
  acolyer 63653d29e9 enabled test and committed fix for pr139749 : super call in around advice body of @AspectJ aspect 18 years ago
  acolyer a4a9090d88 tests and fix for pr77076 - MUCH better toleration of missing types when weaving into jars etc.. 19 years ago
  acolyer 7c1a5d72a8 changed Member to be an interface with impl MemberImpl. changed ResolvedMember to be an interface with impl ResolvedMemberImpl 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
  aclement 6abcaf4fa1 generics: dont assume its a bcelmethod. When working with generic methods they are merely 'resolvedmembers' 19 years ago
  avasseur 845da1dc8a perClause inheritance in @AJ (in ajdt module), fixed FIXME AV 19 years ago
  avasseur 33c5c59a9e aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) 19 years ago
  avasseur 9e2ef17dad @AJ around inline + test, fix a bug in BcelClassWeaver on my way 19 years ago