41 Commits (97b20efcc65e4ffa5a6b027fb4d6c575d1857879)

Author SHA1 Message Date
  aclement 62d16d52c2 Matthews patch for 113510 18 years ago
  aclement b83d91aafe wasnt setting the defaults if nothing supplied. 18 years ago
  avasseur fa21e62717 impl and test for dec precedence in aop.xml without extends 18 years ago
  avasseur da73b475cc detects starttWith pattern in aop.xml include/exclude and do fast match 19 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 19 years ago
  avasseur e1d674faa6 ajdtcore for abstract @Pointcut 19 years ago
  avasseur 76ebbc76ad concrete-aspect impl and doc for LTW - see #95529 19 years ago
  avasseur 70888ddc86 perf improvements from Matthew and Ron #113511 19 years ago
  aclement 0526a766ce changed the fix - it didnt even compile on my machine without this change... 19 years ago
  avasseur 31c2e3f987 fix for odd NPE - don't know what this readAspect goal is (javadoc welcome) and thus if my fix is ok 19 years ago
  aclement 8982544f13 Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew Webster for the patch) 19 years ago
  avasseur 3eda2272ac update for temp fix 99861 for Ron 19 years ago
  aclement 12e6334bf5 Let the bug floodgates open, reweavable is now default (pr91417) 19 years ago
  acolyer d485f9bcc4 fix for pr108123 and pr106500 - better diagnostics and exceptions, plus support for -Xdev:Pinpoint 19 years ago
  acolyer 03b20bc112 David Knibb's patch for enh 109173 :- Weaving Adaptor enhancements 19 years ago
  acolyer 2ac1f6da9d support for -XhasMember 19 years ago
  avasseur 1234abf691 -Xlint:xxx and -Xlintfile:xxx in aop.xml 19 years ago
  avasseur 7b621acacf fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as per doc 19 years ago
  avasseur 66809e17d8 fix in ltw log + test + some doc on custom message handler is evil 19 years ago
  avasseur f632b6ee2f ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes some stderr output when closure are encountered on ltw / dump 19 years ago
  avasseur de064586ad fix LTW for JMX stuff, rename messageHolder, some doc on that + dump 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
  avasseur aff35a1175 99861 temp fix for deadlock when Sun' Unsafe.defineClass API is used (deadlock in JVMTI obviously, not tied to AJ, but bothers Ron) 19 years ago
  avasseur fef895a7c8 JRockit agent for LTW with 1.3/1.4 + update in doc 19 years ago
  avasseur f5739c0e7b LTW weaver/dump@within option + fix a sout in weaver 19 years ago
  avasseur 41609d7482 comment out dump - needs to be impl thru weaver option pretty soon 19 years ago
  avasseur f14646f57a #96371 META-INF/aop.xml lookup fix + test 19 years ago
  wisberg 2afa9c9148 newbuild.xml replacing build.xml, with Alex ok 19 years ago
  wisberg 79d3b2f57f unused imports 19 years ago
  wisberg b375626119 adding xml-apis.jar and xercesImpl.jar for SAX dependencies (for JDK 1.3) 19 years ago
  avasseur 33c5c59a9e aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) 19 years ago
  avasseur 0852d51f34 added test entries instead of autowiredtest for Andy sake, fix 1.4 dependancies in loadtime module and util module 19 years ago
  wisberg 7679c0851b replacement for build.xml (move there when validated) 19 years ago
  wisberg 981a71e1ac unneeded imports 19 years ago
  avasseur 83655ff47c fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateTypeMungers. new LTW tests, some fix in the LTW test error reporting 19 years ago
  aclement 39f2271dce ignore the bin folder... 19 years ago
  aclement e86b7b522b eclipse stuff for loadtime module to become Java Project. 19 years ago
  aclement 7f26983bfb removed unused imports. (they clog up eclipse warnings view!) 19 years ago
  avasseur 2679e77604 LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method) 19 years ago
  avasseur 929c870181 *** empty log message *** 19 years ago
  avasseur cc7137d761 loadtime java1.3 module 19 years ago