84 次代码提交 (c8e951296c5f95e82d4c7c3f8eb9b0a647014e20)

作者 SHA1 备注 提交日期
  Andy Clement c8e951296c Fix 436653: conditional aspect activation plus various polish 9 年前
  Andy Clement d0b8c7a1bf Fix for 444398: annotation style abstract aspect extends class error 9 年前
  Andy Clement 31d8e259e5 Use class file attributes to find containing class 11 年前
  Andy Clement 6afb281ef0 405016: class literals in annotation matching 11 年前
  Andy Clement d524403d64 399408 fix 11 年前
  Andy Clement 5ef30bda73 387568 11 年前
  aclement 6e0ff8f48b 363979 12 年前
  aclement 49e0427bb8 363979 12 年前
  aclement 7dbb9f7d56 349786 13 年前
  aclement fe049eacaf 318397: clear cache 14 年前
  aclement 64940fd90b 318241: resolving annotation values too early 14 年前
  aclement b647286b22 generics and ITD inner class updates 14 年前
  aclement ef9d5b8196 294647: guard and possible fix 14 年前
  aclement 0afe6b3137 262154: test and fix 15 年前
  aclement e307d037aa 258510: promoted additional annotation/class/interface storage from delegate to referencetype 15 年前
  aclement 48c2e8d427 260384: guards for npes that could occur due to other errors in the source 15 年前
  aclement d1031290b4 238992: c11: cope with normal annotations with no values 15 年前
  aclement e2a6f72504 246125: comment 3: reworked AnnotationX - got rid of the thing 15 年前
  aclement ee77d7cdc0 remove unused code 15 年前
  aclement a728a0ea63 fixed eclipse warnings 15 年前
  aclement 5fd25b258c fixed eclipse warnings 15 年前
  aclement e9823aa074 229829: fix for sourceStart() NPE 16 年前
  aclement 13f83eba7c 238992: test and fix 16 年前
  aclement aaf3d7050d 199130: test and fix - checking aspect bounds for generic aspects 16 年前
  aclement 702abd77db 225916: test and fix: when pipelining use the binding to determine anonymity 16 年前
  aclement 68186f7005 unused import 16 年前
  aclement 02a6a179ea AspectJ6: picking up compiler interface changes 16 年前
  aclement 8a8635a94f 162539: NullPointerException when pointcut library missing @aspect annotion: tests and fixes. Modified resolution of @AJ pointcuts and optimized searching for @AJ elements in all classes 16 年前
  aclement 1f00a6ff06 test and fix for 164633 - problem with decp incorrectly targetting an inner type 17 年前
  aclement e56a69a321 test and fix for 158412: annotation style reference pointcuts don't work 17 年前
  aclement b49e8cae5b fixes for 153490: mixing delegates. Refactored a *lot* of stuff - promoting duplicate code up from AsmDelegate/BcelObjectType up to AbstractReferenceTypeDelegate and higher. 17 年前
  aclement 2719757a92 pipeline changes: converts Eclipse annotations to AJ ones 18 年前
  acolyer b6c89301f2 update license to EPL 18 年前
  aclement 0d74ccfc60 fix for 138143: npe on duplicate method for ataj 18 年前
  aclement 05a0983973 129163: first part: changed comparison code to ignore ajc$/hasaspect/aspectof in AjState - modified type mungers (not finished) to indicate whether they are related to shadow munging or not. 18 年前
  aclement 1cd7b3c661 optimizationasm: various tweaks!! See optimization #7 in 128650 18 年前
  aclement a9abf53e92 fixes for 119539 18 年前
  acolyer 5d7f95e4ce updates to name processing to take into account nesting on $ conversions 18 年前
  acolyer e988530d35 tests and fix for pr115251 18 年前
  aclement 99504bc120 fixes for 115252 from Helen (xlint on incorrect annotation usage in signatures) 18 年前
  aclement 555eae61fe fixes for pr115237 18 年前
  acolyer c4c8b7f83e pr73050 - added support for isAnonymous 18 年前
  aclement f202157faa pr113630: fixed! 18 年前
  aclement c53508700e testcases and fix for binary weaving ITDs!!!!!!!!!!! (pr85132, etc,etc) 18 年前
  acolyer 2d21db0586 tests and fix for pr108886, result of having no source location for resolved members representing methods in EclipseSourceTypes 19 年前
  aclement e51f3dcc81 genericmethoditd: keep a note of rank/declaringelement in tvariable 19 年前
  acolyer 4b5c1df961 also support superinterfaces when converting an Eclipse TypeParameter into a TypeVariable 19 年前
  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 cad71c760d makes fromBinding in EclipseFactory an instance rather than static method. This paves the way for fromBinding to return a ResolvedType (which needs the world that the instance contains) rather than an UnresolvedType. 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 年前