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

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.