aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5
Commit message (Collapse)AuthorAgeFilesLines
...
* slightly changed parsing test.aclement2005-10-181-1/+1
|
* 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)
* Updates for generic ITDs - see pr112105 for a description of all changes.aclement2005-10-142-2/+18
|
* generic itds - see pr112105aclement2005-10-113-0/+28
|
* tests for generic abstract aspectsacolyer2005-10-068-30/+188
|
* these changes prevent us from forgetting the interface bounds of a ↵acolyer2005-10-051-1/+1
| | | | TypeVariableReferenceType, and from forgetting bindings when parameterizing bindingxxxtypepatterns in generic abstract aspects.
* some abstract generic aspect tests, not yet linked into main suiteacolyer2005-10-053-0/+245
|
* 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
|
* tests and fix for enh 108118, completes @SuppressAjWarnings implementationacolyer2005-09-293-2/+48
|
* #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
* two more bug testcases.aclement2005-08-241-0/+16
|
* whoops - did I forget to check this fix in earlier?aclement2005-08-241-1/+1
|
* generic itd bridge method test code.aclement2005-08-2411-1/+71
|
* genericitds: bridge method testcode.aclement2005-08-248-0/+210
|
* @override - another case involving abstract ITDsaclement2005-08-231-0/+17
|
* @override support for ITDs. Plus some binary weaving generic ITD tests.aclement2005-08-238-3/+34
|
* @override with ITDs - testcases.aclement2005-08-237-0/+133
|
* genericitds: activating more tests - including "uberaspects - U" - please ↵aclement2005-08-223-7/+11
| | | | dont look at it...
* genericitds: tests moved around and activated in GenericsTestsaclement2005-08-2220-179/+133
|
* genericitds: I'll be finished when I get to Zaclement2005-08-194-5/+306
|
* genericitds: more funky tests.aclement2005-08-191-12/+21
|
* just a few tests for generic aspects...aclement2005-08-1818-0/+773
|
* tests for examples in the ajdk generics chapteracolyer2005-08-183-0/+143
|
* test for pr93356 and generic binary weaving itdsaclement2005-08-181-0/+36
|
* some binary weaving ITD tests, they dont pass yet.aclement2005-08-184-0/+54
|
* test cases for all examples in the new generics chapter of the ajdkacolyer2005-08-176-0/+200
|
* test for declare soft in a generic aspect when using type varsacolyer2005-08-161-0/+51
|
* genericitds: more method/ctor ITDs that use their target types generic type ↵aclement2005-08-1512-0/+217
| | | | variables. plus some basic generic aspects that combine the building blocks
* genericitds: more method/ctor ITDs that use their target types generic type ↵aclement2005-08-144-5/+44
| | | | variables.
* genericitds: more combinations...aclement2005-08-1310-0/+162
|
* genericitds: method ITDs that use their target types generic type variables.aclement2005-08-1213-0/+212
|
* genericitds: Using target type variables in your ITD field declarations.aclement2005-08-121-0/+11
|
* genericitds: Using target type variables in your ITD field declarations.aclement2005-08-1215-0/+258
|
* patch from David Knibb (IBM) to make test more resilient to JVM differences ↵acolyer2005-08-121-3/+29
| | | | in toString() implementation on annotations
* generic aspect testcases - woohoo!acolyer2005-08-114-0/+118
|
* forgot to add that one in my last commitavasseur2005-08-111-0/+8
|
* updated to test for non-parameterized super aspectacolyer2005-08-111-3/+3
|
* add test for proxy weaving and jit class weaving, update ltw docavasseur2005-08-112-1/+150
|
* test cases for after throwing and after returning with generic and ↵acolyer2005-08-107-0/+270
| | | | parameterized types.
* new tests cases for args with generics and generic methods in generalacolyer2005-08-098-0/+341
|