1
0
şunun yansıması https://github.com/eclipse-aspectj/aspectj.git eşitlendi 2024-08-31 05:57:45 +02:00
İşleme Grafiği

41 İşleme

Yazar SHA1 Mesaj Tarih
aclement
62d16d52c2 Matthews patch for 113510 2005-11-02 10:36:05 +00:00
aclement
b83d91aafe wasnt setting the defaults if nothing supplied. 2005-11-01 17:42:13 +00:00
avasseur
fa21e62717 impl and test for dec precedence in aop.xml without extends 2005-10-27 11:43:16 +00:00
avasseur
da73b475cc detects starttWith pattern in aop.xml include/exclude and do fast match
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)
2005-10-26 12:43:37 +00:00
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 2005-10-25 15:36:26 +00:00
avasseur
e1d674faa6 ajdtcore for abstract @Pointcut 2005-10-25 13:04:26 +00:00
avasseur
76ebbc76ad concrete-aspect impl and doc for LTW - see #95529
pbly some issue on abstract @Pointcut() in ajdt core - fix coming
2005-10-25 10:00:58 +00:00
avasseur
70888ddc86 perf improvements from Matthew and Ron #113511 2005-10-24 09:48:39 +00:00
aclement
0526a766ce changed the fix - it didnt even compile on my machine without this change... 2005-10-19 13:11:36 +00:00
avasseur
31c2e3f987 fix for odd NPE - don't know what this readAspect goal is (javadoc welcome) and thus if my fix is ok 2005-10-19 09:51:17 +00:00
aclement
8982544f13 Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew Webster for the patch) 2005-10-14 07:23:40 +00:00
avasseur
3eda2272ac update for temp fix 99861 for Ron 2005-10-11 14:39:33 +00:00
aclement
12e6334bf5 Let the bug floodgates open, reweavable is now default (pr91417) 2005-10-05 12:23:52 +00:00
acolyer
d485f9bcc4 fix for pr108123 and pr106500 - better diagnostics and exceptions, plus support for -Xdev:Pinpoint 2005-09-26 15:05:01 +00:00
acolyer
03b20bc112 David Knibb's patch for enh 109173 :- Weaving Adaptor enhancements 2005-09-23 14:40:27 +00:00
acolyer
2ac1f6da9d support for -XhasMember 2005-08-23 08:46:43 +00:00
avasseur
1234abf691 -Xlint:xxx and -Xlintfile:xxx in aop.xml 2005-08-12 13:38:51 +00:00
avasseur
7b621acacf fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as per doc 2005-07-28 10:15:26 +00:00
avasseur
66809e17d8 fix in ltw log + test + some doc on custom message handler is evil 2005-07-21 08:13:24 +00:00
avasseur
f632b6ee2f ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes some stderr output when closure are encountered on ltw / dump 2005-07-18 14:58:41 +00:00
avasseur
de064586ad fix LTW for JMX stuff, rename messageHolder, some doc on that + dump 2005-07-18 11:23:32 +00:00
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. 2005-07-15 16:09:02 +00:00
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) 2005-07-11 15:09:52 +00:00
avasseur
fef895a7c8 JRockit agent for LTW with 1.3/1.4 + update in doc 2005-07-04 14:42:10 +00:00
avasseur
f5739c0e7b LTW weaver/dump@within option + fix a sout in weaver 2005-06-20 13:41:09 +00:00
avasseur
41609d7482 comment out dump - needs to be impl thru weaver option pretty soon 2005-06-16 14:09:43 +00:00
avasseur
f14646f57a #96371 META-INF/aop.xml lookup fix + test 2005-05-30 10:00:21 +00:00
wisberg
2afa9c9148 newbuild.xml replacing build.xml, with Alex ok 2005-05-19 03:48:09 +00:00
wisberg
79d3b2f57f unused imports 2005-05-19 03:09:20 +00:00
wisberg
b375626119 adding xml-apis.jar and xercesImpl.jar for SAX dependencies (for JDK 1.3) 2005-05-19 03:08:03 +00:00
avasseur
33c5c59a9e aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) 2005-05-17 08:29:18 +00:00
avasseur
0852d51f34 added test entries instead of autowiredtest for Andy sake, fix 1.4 dependancies in loadtime module and util module 2005-05-13 09:37:31 +00:00
wisberg
7679c0851b replacement for build.xml (move there when validated) 2005-05-11 09:24:23 +00:00
wisberg
981a71e1ac unneeded imports 2005-05-11 09:23:45 +00:00
avasseur
83655ff47c fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateTypeMungers. new LTW tests, some fix in the LTW test error reporting 2005-05-10 15:44:11 +00:00
aclement
39f2271dce ignore the bin folder... 2005-05-05 09:31:06 +00:00
aclement
e86b7b522b eclipse stuff for loadtime module to become Java Project. 2005-05-04 16:27:03 +00:00
aclement
7f26983bfb removed unused imports. (they clog up eclipse warnings view!) 2005-05-04 16:25:37 +00:00
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) 2005-05-04 14:57:21 +00:00
avasseur
929c870181 *** empty log message *** 2005-05-04 14:43:24 +00:00
avasseur
cc7137d761 loadtime java1.3 module 2005-05-04 14:42:14 +00:00