4 次代码提交 (730b1be2ce29813f0b473a9c60a574a3813d97f9)

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