選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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.