summaryrefslogtreecommitdiffstats
path: root/tests/java5/ataspectj
Commit message (Collapse)AuthorAgeFilesLines
* attempt to remove the damn results.ser file.aclement2006-03-281-0/+1
|
* merge of RB_V1_5_0 changes back into HEADacolyer2005-12-192-3/+2
|
* fix NPE in mixing style (can be in concrete aspect from code style as well)avasseur2005-12-193-1/+46
|
* fix new syntax @decpavasseur2005-12-192-4/+8
|
* rearchitect @decpavasseur2005-12-192-4/+6
|
* merge of changes from 1.5.0 branch into HEADacolyer2005-12-191-1/+1
|
* making the tests more resilient to legitimate cross-vm differencesacolyer2005-12-153-28/+90
|
* fixes for 120363 : from matthew (include/exclude problems for LTW)aclement2005-12-123-4/+26
|
* #120351 cflowbelow @AJ and bindingavasseur2005-12-122-0/+112
|
* Some updates for 118754. The various places that were checking for ↵aclement2005-12-097-3/+84
| | | | 'MISSING' now call 'isMissing' if they can. I think this negates some work Adrian did with introducing MissingWithKnownSignature - but we have to make this change for LTW to work properly. Someone with a bit of time on their hands should go through all the places isMissing() is now called and see if the check should be 'isReallyMissing()' which would allow the MissingWithKnownSignature to get through. I will raise an enhancement to cover this.
* tests for parameter name generation in advice annotationsacolyer2005-11-291-0/+0
|
* updated tests and fix for pr116229acolyer2005-11-271-2/+2
|
* Matthews changes - enabling us to see bytecode before and after LTW (bug 117854)aclement2005-11-266-19/+42
|
* matthews patches from 116899aclement2005-11-246-3/+38
|
* tests and fix for pr116229 and pr116755. Also adds support and tests for ↵acolyer2005-11-191-0/+1
| | | | parseTypePattern in PointcutParser.
* #114897 notreweavable is default on LTW - by Matthew Webster.avasseur2005-11-072-2/+2
|
* #114875 cannot reproduce NPE in @AJ abstract aspectavasseur2005-11-072-0/+59
|
* aspects/include handling and doc update as per #115275avasseur2005-11-071-1/+1
|
* with the change in LTW to default to the same version as the runtime VM (ie ↵acolyer2005-11-0410-4/+50
| | | | java 5 in this case), many LTW tests were failing with Xlint:adviceDidNotMatch messages that previously were not issued. These commits sprinkle @SuppressAjWarnings annotations liberally around to stop that from happening.
* tests for pr62606 - itdcs don't run field initialisers in target type. ↵acolyer2005-11-031-3/+3
| | | | Largely updates to existing tests to cope with new Lint warning.
* #108892 cannot reproduce: hierarchy of aop.xml accross classloader test is fineavasseur2005-10-285-0/+182
|
* impl and test for dec precedence in aop.xml without extendsavasseur2005-10-273-0/+91
|
* detects starttWith pattern in aop.xml include/exclude and do fast matchavasseur2005-10-262-1/+36
| | | | 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 ↵avasseur2005-10-252-0/+95
| | | | passed thru the aspectof munger. Added custom logic for that
* ajdtcore for abstract @Pointcutavasseur2005-10-251-1/+1
|
* concrete-aspect impl and doc for LTW - see #95529avasseur2005-10-254-0/+153
| | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming
* fix issue in test for -1.5 and @AJ ITD with @annoavasseur2005-10-216-2/+126
| | | | impl error message for reweavable and not declared in aop.xml as per David Knibb patch, #104218
* removed jdwp from test for CCavasseur2005-10-181-1/+0
|
* due fix and test for @AJ ITD reweavable, serialization of the method ↵avasseur2005-10-185-0/+146
| | | | delegate munger
* due fix for @AJ ITD annotation copy from ITD intf methodsavasseur2005-10-171-0/+15
|
* implement @AspectJ ITD @DeclareParents and @DeclareImplementsavasseur2005-10-173-3/+157
| | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
* Let the bug floodgates open, reweavable is now default (pr91417)aclement2005-10-052-2/+5
|
* itd support in the MAPacolyer2005-10-041-0/+181
|
* completes all of the MAP bar ITDsacolyer2005-10-035-0/+229
|
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-302-9/+9
|
* test fixavasseur2005-09-291-1/+2
|
* #108488 @AspectJ perthis(..) was broken for some pointcut issueavasseur2005-09-291-3/+3
| | | | checks for @AfterXX fixed
* perclause resolvingacolyer2005-09-291-0/+1
|
* test for Adrian, #108488 - note: other test are commented outavasseur2005-09-282-3/+36
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-213-0/+47
|
* fix and test updates for enh 102459 - provide more detail in showWeaveInfo ↵acolyer2005-09-011-1/+1
| | | | messages.
* tests for pr107953 and newsgroup reported issue of varargs matching with ↵acolyer2005-08-301-1/+1
| | | | type variable vararg
* forgot to add that one in my last commitavasseur2005-08-111-0/+8
|
* add test for proxy weaving and jit class weaving, update ltw docavasseur2005-08-112-1/+150
|
* fix #104212 very bad bug on static method call jp that has been around since ↵avasseur2005-07-221-0/+64
| | | | java 1.4 is there
* tidy up after a run...aclement2005-07-211-0/+5
|
* fix in ltw log + test + some doc on custom message handler is evilavasseur2005-07-219-0/+239
|
* ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes ↵avasseur2005-07-186-0/+145
| | | | some stderr output when closure are encountered on ltw / dump
* fix LTW for JMX stuff, rename messageHolder, some doc on that + dumpavasseur2005-07-184-4/+4
|
* @DeclareAnnotation and guard to not use it in M3, doc update for M3avasseur2005-07-181-7/+1
|