You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
acolyer 9025e8b418 tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 years ago
..
binaryweaving @override support for ITDs. Plus some binary weaving generic ITD tests. 19 years ago
bridgeMethods some bridge method testcases and impl for 108101 18 years ago
design more design tests. 18 years ago
differingTargets genericitds: test programs for ITDs targetting the different kinds of type. 19 years ago
sharing tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 years ago
visibility tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 years ago
A.java Improved generic ITD tests. 19 years ago
AtOverride.aj @override with ITDs - testcases. 19 years ago
AtOverride1.aj @override with ITDs - testcases. 19 years ago
AtOverride2.aj @override with ITDs - testcases. 19 years ago
AtOverride3.aj @override with ITDs - testcases. 19 years ago
AtOverride4.aj @override with ITDs - testcases. 19 years ago
AtOverride5.aj @override with ITDs - testcases. 19 years ago
AtOverride6.aj @override with ITDs - testcases. 19 years ago
AtOverride7.aj whoops - did I forget to check this fix in earlier? 19 years ago
B.java Improved generic ITD tests. 19 years ago
BizarroSignatures.aj genericitds: test programs 19 years ago
C.java @override support for ITDs. Plus some binary weaving generic ITD tests. 19 years ago
D.java @override support for ITDs. Plus some binary weaving generic ITD tests. 19 years ago
FieldITDOnGenericType.aj @override support for ITDs. Plus some binary weaving generic ITD tests. 19 years ago
GenericCtorITD1.aj tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 years ago
GenericCtorITD2.aj tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 years ago
GenericCtorITD3.aj tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 years ago
GenericMethodITD1.aj genericitds: using wildcard '? extends' with typevariables. 19 years ago
GenericMethodITD2.aj genericitds: using wildcard '? extends' with typevariables. 19 years ago
GenericMethodITD3.aj genericitds: the possibilities are endless. 19 years ago
GenericMethodITD4.aj genericitds: the possibilities are endless. 19 years ago
GenericMethodITD5.aj genericitds: the possibilities are endless. 19 years ago
GenericMethodITD6.aj genericitds: the possibilities are endless. 19 years ago
GenericMethodITD7.aj genericitds: more combinations 19 years ago
GenericMethodITD8.aj genericitds: more combinations 19 years ago
GenericMethodITD9.aj genericitds: more combinations 19 years ago
GenericMethodITD10.aj genericitds: more combinations 19 years ago
GenericMethodITD11.aj genericitds: now we're getting silly.. 19 years ago
GenericMethodITD12.aj genericitds: now we're getting silly.. 19 years ago
GenericMethodITD13.aj genericitds: now we're getting silly.. 19 years ago
GenericMethodITD14.aj genericitds: now we're getting silly.. 19 years ago
GenericMethodITD15.aj genericitds: now we're getting silly.. 19 years ago
ParameterizedMethodITD1.aj genericitds: using wildcard '? extends Type' 19 years ago
ParameterizedMethodITD2.aj genericitds: using wildcard '? extends Type' 19 years ago
ParameterizedMethodITD3.aj genericitds: the possibilities are endless. 19 years ago
ParameterizedMethodITD4.aj genericitds: the possibilities are endless. 19 years ago
ParameterizedMethodITD5.aj genericitds: 2 big changes here: I've modifed the super/extends stuff so its only in one place (UnresolvedType) - making it available through the type hierarchy. I've modified the TypeMap in the World to avoid putting entries in the type map which might confuse us later. This fix stops us putting parameterized types that are parameterized by type variables from a generic member into the typemap, since we may look them up later for another member that happened to use the same variable name but had different bounds specified. I'm sure its not perfect yet, but it is definetly improved. things like Enum<E> still go in the typemap since E is not a generic member type variable. 19 years ago
Parse1.java fix some glitches in test cases to ensure that these are legal AspectJ declarations... 19 years ago
Parse2.java fix some glitches in test cases to ensure that these are legal AspectJ declarations... 19 years ago
Parse3.java tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 years ago
Parse4.java fix some glitches in test cases to ensure that these are legal AspectJ declarations... 19 years ago
Parse5.java genericitds: tests moved around and activated in GenericsTests 19 years ago
Parse6.java tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 years ago
ReusingLetters.aj genericitds: reusing similar specifications for type variables in the same aspect 'Comparable<? super T/P>'. If our logic isnt working correctly, it reports a problem with calls to the second ITD thinking it is specified as '<P extends Object & Comparable<? super T>>' 19 years ago
StaticGenericMethodITD.aj generics: testcase - static generic method ITD 19 years ago
StaticMethodITDOnGenericType.aj sick sick sick generic itd tests. 19 years ago