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.
aclement e98ad2257a more binary bridging testcode 18 years ago
..
OneA.java bridging tests. 18 years ago
OneB.java bridging tests. 18 years ago
OneX.java bridging tests. 18 years ago
ThreeA.java more binary bridging testcode 18 years ago
ThreeB.java more binary bridging testcode 18 years ago
ThreeX.java more binary bridging testcode 18 years ago
TwoA.java more bridge method testcode. 18 years ago
TwoB.java more bridge method testcode. 18 years ago
TwoX.java more bridge method testcode. 18 years ago
readme.txt more binary bridging testcode 18 years ago

readme.txt

Tests that if binary weaving then we create the right bridge methods.

Test One: Using decp to wire together two types - a generic type that has a bunch of methods that use type variables and a second type that is told to implement a parameterization of the generic type with the decp.

Test Two: Now the horrific method in the supertype is overridden by a combination of covariance and parameterization.

Test Three: inspired by a post to the list. The abstract method in the subclass should have a bridge method generated alongside it.