aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/generics
Commit message (Collapse)AuthorAgeFilesLines
* e37 related changesaclement2011-12-101-4/+5
|
* testcode for 121575aclement2005-12-213-0/+69
|
* last bits for 112105aclement2005-11-252-1/+174
|
* new version of GenericAspectY in light of our learning experience wrt. itdm ↵acolyer2005-11-251-3/+3
| | | | matching and execution
* fix for parameterizing reference pointcuts with bindingsacolyer2005-11-241-1/+1
|
* tidied up.aclement2005-11-241-11/+13
|
* work in progress - not yet active.aclement2005-11-231-2/+7
|
* case4 of Alex's bug ;)aclement2005-11-174-0/+29
|
* more tests - for 115237 and alexs bug on the list.aclement2005-11-175-1/+30
|
* next round of fixes for list bug reported by Alexandru.aclement2005-11-168-0/+30
|
* committing version with a main() in it!aclement2005-11-161-0/+4
|
* reported on the list - failing to compile - using ITD to override a ↵aclement2005-11-144-0/+30
| | | | parameterized method
* more binary bridging testcodeaclement2005-11-144-0/+11
|
* more bridge method testcode.aclement2005-11-104-1/+19
|
* bridging tests.aclement2005-11-074-0/+38
|
* test X - matches the spec in the AJDK (work for 112105)aclement2005-11-072-0/+175
|
* test X - matches the spec in the AJDK (work for 112105)aclement2005-11-071-0/+177
|
* tests for pr62606 - itdcs don't run field initialisers in target type. ↵acolyer2005-11-0317-27/+28
| | | | Largely updates to existing tests to cope with new Lint warning.
* testcaseaclement2005-11-011-0/+19
|
* see pr112105 comment #13: new and modified testcodeaclement2005-10-264-2/+186
|
* some bridge method testcases and impl for 108101aclement2005-10-256-6/+17
|
* complex aspect!aclement2005-10-211-0/+160
|
* *Now* we're moving - more and more stuff from GenericsTests is working :) ↵aclement2005-10-202-2/+25
| | | | see pr112105 comment #11
* Fix for ordering problem when using generic abstract aspects. Fix for ↵aclement2005-10-203-35/+150
| | | | crappy code (of mine) in ResolvedType.discover... - see pr112105 comment #10
* more design tests.aclement2005-10-202-0/+33
|
* I've tackled methods and ctor generic itds - now fields.aclement2005-10-191-0/+13
|
* generics tests revisted post all the recent changes - more of them now pass!aclement2005-10-1910-43/+67
|
* slightly changed parsing test.aclement2005-10-181-1/+1
|
* 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
|
* 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
|
* 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