Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 117189: patch from Ron, tidied up by Matthew: reduce overhead when no ↵ | aclement | 2005-11-23 | 1 | -43/+47 |
| | | | | aspects defined | ||||
* | Replacing bcel-builder with bcel. Should just export from weaver. | wisberg | 2005-11-18 | 1 | -1/+1 |
| | |||||
* | fix for pr116255 | aclement | 2005-11-15 | 1 | -2/+19 |
| | |||||
* | Matthews patches for 115275 | aclement | 2005-11-15 | 1 | -3/+14 |
| | |||||
* | Removing 1.5 API String.contains(..) | wisberg | 2005-11-14 | 1 | -1/+4 |
| | |||||
* | Matthews patches from 95529 | aclement | 2005-11-11 | 6 | -29/+70 |
| | |||||
* | Switch to using a parser that should be around on 1.4. | aclement | 2005-11-07 | 1 | -6/+7 |
| | |||||
* | #114897 notreweavable is default on LTW - by Matthew Webster. | avasseur | 2005-11-07 | 1 | -4/+4 |
| | |||||
* | aspects/include handling and doc update as per #115275 | avasseur | 2005-11-07 | 6 | -14/+62 |
| | |||||
* | relegate adviceDidNotMatch to info for LTW unless explicitly set as an ↵ | acolyer | 2005-11-04 | 1 | -1/+2 |
| | | | | option - don't want this warning coming out by default?? | ||||
* | autodetect java version and configure world accordingly (now that aj is ↵ | acolyer | 2005-11-04 | 1 | -1/+4 |
| | | | | stricter about not allowing java 5 features at < 1.5 level, this was needed for some LTW tests to pass too) | ||||
* | Matthews patch for 113510 | aclement | 2005-11-02 | 1 | -40/+5 |
| | |||||
* | wasnt setting the defaults if nothing supplied. | aclement | 2005-11-01 | 1 | -1/+3 |
| | |||||
* | impl and test for dec precedence in aop.xml without extends | avasseur | 2005-10-27 | 3 | -17/+40 |
| | |||||
* | detects starttWith pattern in aop.xml include/exclude and do fast match | avasseur | 2005-10-26 | 1 | -5/+92 |
| | | | | avoid type resolve to do aop.xml include/exclude regular match but use the passed in bytecode (else issue with Stubs not on disk as f.e. in WLS) | ||||
* | fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not ↵ | avasseur | 2005-10-25 | 1 | -1/+1 |
| | | | | passed thru the aspectof munger. Added custom logic for that | ||||
* | ajdtcore for abstract @Pointcut | avasseur | 2005-10-25 | 2 | -19/+1 |
| | |||||
* | concrete-aspect impl and doc for LTW - see #95529 | avasseur | 2005-10-25 | 7 | -16/+398 |
| | | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming | ||||
* | perf improvements from Matthew and Ron #113511 | avasseur | 2005-10-24 | 2 | -12/+21 |
| | |||||
* | changed the fix - it didnt even compile on my machine without this change... | aclement | 2005-10-19 | 1 | -1/+1 |
| | |||||
* | fix for odd NPE - don't know what this readAspect goal is (javadoc welcome) ↵ | avasseur | 2005-10-19 | 1 | -4/+11 |
| | | | | and thus if my fix is ok | ||||
* | Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to ↵ | aclement | 2005-10-14 | 4 | -45/+680 |
| | | | | Matthew Webster for the patch) | ||||
* | update for temp fix 99861 for Ron | avasseur | 2005-10-11 | 2 | -10/+52 |
| | |||||
* | Let the bug floodgates open, reweavable is now default (pr91417) | aclement | 2005-10-05 | 2 | -5/+5 |
| | |||||
* | fix for pr108123 and pr106500 - better diagnostics and exceptions, plus ↵ | acolyer | 2005-09-26 | 2 | -1/+6 |
| | | | | support for -Xdev:Pinpoint | ||||
* | David Knibb's patch for enh 109173 :- Weaving Adaptor enhancements | acolyer | 2005-09-23 | 4 | -10/+233 |
| | |||||
* | support for -XhasMember | acolyer | 2005-08-23 | 2 | -0/+5 |
| | |||||
* | -Xlint:xxx and -Xlintfile:xxx in aop.xml | avasseur | 2005-08-12 | 2 | -1/+50 |
| | |||||
* | fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed ↵ | avasseur | 2005-07-28 | 1 | -6/+9 |
| | | | | as per doc | ||||
* | fix in ltw log + test + some doc on custom message handler is evil | avasseur | 2005-07-21 | 2 | -8/+8 |
| | |||||
* | ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes ↵ | avasseur | 2005-07-18 | 1 | -3/+3 |
| | | | | some stderr output when closure are encountered on ltw / dump | ||||
* | fix LTW for JMX stuff, rename messageHolder, some doc on that + dump | avasseur | 2005-07-18 | 2 | -8/+11 |
| | |||||
* | This is the beginning of a significant refactoring needed to cleanly support ↵ | acolyer | 2005-07-15 | 1 | -5/+5 |
| | | | | 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. | ||||
* | 99861 temp fix for deadlock when Sun' Unsafe.defineClass API is used ↵ | avasseur | 2005-07-11 | 1 | -6/+8 |
| | | | | (deadlock in JVMTI obviously, not tied to AJ, but bothers Ron) | ||||
* | JRockit agent for LTW with 1.3/1.4 + update in doc | avasseur | 2005-07-04 | 2 | -0/+81 |
| | |||||
* | LTW weaver/dump@within option + fix a sout in weaver | avasseur | 2005-06-20 | 7 | -32/+86 |
| | |||||
* | comment out dump - needs to be impl thru weaver option pretty soon | avasseur | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | #96371 META-INF/aop.xml lookup fix + test | avasseur | 2005-05-30 | 1 | -1/+3 |
| | |||||
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -65/+3 |
| | |||||
* | unused imports | wisberg | 2005-05-19 | 2 | -2/+0 |
| | |||||
* | adding xml-apis.jar and xercesImpl.jar for SAX dependencies (for JDK 1.3) | wisberg | 2005-05-19 | 1 | -0/+8 |
| | |||||
* | aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) | avasseur | 2005-05-17 | 3 | -5/+24 |
| | |||||
* | added test entries instead of autowiredtest for Andy sake, fix 1.4 ↵ | avasseur | 2005-05-13 | 1 | -3/+16 |
| | | | | dependancies in loadtime module and util module | ||||
* | replacement for build.xml (move there when validated) | wisberg | 2005-05-11 | 1 | -0/+6 |
| | |||||
* | unneeded imports | wisberg | 2005-05-11 | 1 | -6/+1 |
| | |||||
* | fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵ | avasseur | 2005-05-10 | 3 | -32/+60 |
| | | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting | ||||
* | ignore the bin folder... | aclement | 2005-05-05 | 1 | -0/+1 |
| | |||||
* | eclipse stuff for loadtime module to become Java Project. | aclement | 2005-05-04 | 2 | -0/+53 |
| | |||||
* | removed unused imports. (they clog up eclipse warnings view!) | aclement | 2005-05-04 | 3 | -44/+22 |
| | |||||
* | LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵ | avasseur | 2005-05-04 | 1 | -0/+1 |
| | | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method) |