855 Commits (3226d27a82e968da0f04e6b4fb5a29a03fbdb0f5)

Author SHA1 Message Date
  aclement 3226d27a82 Matthews patches from 95529 18 years ago
  aclement 7218c96f13 YES! Bridge method code all in !! hurrah!! See pr108101 18 years ago
  aclement 12b90faa3e fixes for pr113447 - dont do bindings check at each shadow. 18 years ago
  aclement 8965f80742 fix getPackageName() to cope with parameterized types. 18 years ago
  aclement eea73ab03a fixes and some helper methods added. 18 years ago
  aclement 8152279f87 fix for binary weaving declare parents that involve parameterized times when requiring changes to super calls (phew) 18 years ago
  aclement 0f7cb310b3 fixes for pr91859 18 years ago
  aclement d9757d7c41 testcode and fix for pr114005: copying annotations to ITDfs on interfaces. 18 years ago
  aclement 9905334cb7 For bridge method support - make backing generic member accessible. 18 years ago
  aclement f00d694940 canBeBoundTo fix for isAssignable. 18 years ago
  aclement b8b6452001 moved 1.5 dependency to 1.5 module! 18 years ago
  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