855 Commits (3226d27a82e968da0f04e6b4fb5a29a03fbdb0f5)

Author SHA1 Message Date
  acolyer 78569b9681 fix for pr73050 :- support for isAnonymous and name pattern matching that now only matches "*" against anonymous types 18 years ago
  aclement a7e13f1030 testcode and fix for pr112476: binary weaving decp 18 years ago
  acolyer a87f82dcb4 fix for 103741 - use of java 5 specific language features now policed at < 1.5 source level 18 years ago
  acolyer 3d6a9bfbec new Lint warning for pr62606 - warns when an ITDC does not contain an explicit constructor call. 18 years ago
  aclement 6e423f15e2 test and fix for 86903 18 years ago
  aclement 206180218a possibly useful method being added ... investigating using it for 86903 18 years ago
  aclement e72b0518a1 fixing a problem that services in the debugger when toString fails NPE! 18 years ago
  aclement 4b5e763474 fix for latest variant of 114343 (see comment #5): around advice on method returning type variable. 18 years ago
  aclement bb9d2de08e pr93253: lazytjp the default 18 years ago
  aclement 7e005f179e pr105479: fix. And so it begins ... the dreaded complex bridge method mechanism. (pr108101) 18 years ago
  aclement 98d8a582fc helpers 18 years ago
  aclement 2483e609ca test and fix for pr114343 18 years ago
  aclement 70d2064e2c modified type parameter check to allow co-dependent generic declare parents to work. not quite right but a little better. 18 years ago
  avasseur 794f9b5eaf #108892 cannot reproduce: hierarchy of aop.xml accross classloader test is fine 18 years ago
  acolyer 8d479b227b hopefully the last of the array gremlins in the reflection based world... 18 years ago
  aclement 8cea30fedf test and fix for pr113861 18 years ago
  aclement 2da9b31be2 testcode and fixes for pr99191: thanks to Helen. 18 years ago
  aclement 6ab78ee0e1 test and fix for pr113447: from Helen. 18 years ago
  aclement f202157faa pr113630: fixed! 18 years ago
  aclement 29bcce87bd pr113630 - new message. 18 years ago
  aclement e7abe5fbd4 see pr112105 comment #13: better var name 18 years ago
  aclement f07508934e see pr112105 comment #13: naughty. made a check configurable. 18 years ago
  aclement 8287abe6bd see pr112105 comment #13: bridge method handling for ITD fields/methods 18 years ago
  aclement 62b26e16ff see pr112105 comment #13: improved (slightly) code for locating annotation holders. 18 years ago
  aclement 1f7ff29c77 see pr112105 comment #13: yey! use parameterized mungers when applying ITDs 18 years ago
  aclement 1cd45521b1 see pr112105 comment #13: dont forget the tvars 18 years ago
  aclement 274d6a91ef see pr112105 comment #13: uses new declared sig support inside a munger. 18 years ago
  aclement 290d8d1c60 see pr112105 comment #13: copies type vars across and able to create bridge methods sig. 18 years ago
  aclement 951a2e68c3 organized imports 18 years ago
  aclement f98b4943de organized imports 18 years ago
  avasseur da73b475cc detects starttWith pattern in aop.xml include/exclude and do fast match 18 years ago
  avasseur 808a511b8f fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not passed thru the aspectof munger. Added custom logic for that 18 years ago
  aclement 4bc9d28770 change to override check. 18 years ago
  aclement e638a272e0 some bridge method testcases and impl for 108101 18 years ago
  avasseur 76ebbc76ad concrete-aspect impl and doc for LTW - see #95529 18 years ago
  acolyer bd951ed3ea added a test to make sure primitives work (they do), and also tidied up the array test in ReflectionWorld 18 years ago
  acolyer 17d987fec6 ensure that reflection based world can cope when given a java.lang.Class that represents an array type (such a class has a "name" that is actually the signature string). 18 years ago
  avasseur 1232fbba13 fix issue in test for -1.5 and @AJ ITD with @anno 18 years ago
  avasseur 5e17799ef0 weaveinfo for @AJ ITD 18 years ago
  aclement 3021284f5d test and fix for pr111915 18 years ago
  aclement 6e337a8e27 *Now* we're moving - more and more stuff from GenericsTests is working :) see pr112105 comment #11 18 years ago
  aclement f06df41e40 test and fix for pr113073 from Helen 18 years ago
  aclement e2b7b8b307 provide access to the sigpattern (Helen) 18 years ago
  aclement 720a6d9d5c Fix for ordering problem when using generic abstract aspects. Fix for crappy code (of mine) in ResolvedType.discover... - see pr112105 comment #10 18 years ago
  aclement a07fd29514 Changes for generic field itds - see 112105 comment 9 18 years ago
  aclement 410a476d2d helper method 18 years ago
  avasseur 51a117846c due fix and test for @AJ ITD reweavable, serialization of the method delegate munger 18 years ago
  aclement ae612d9752 tests and fix for pr112027 18 years ago
  aclement f303867ebd ctor ITDs now remember tvar aliases (see 112105) 18 years ago
  aclement 96e89dadd9 see pr112105: delegating impl required 18 years ago