Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
aclement e98ad2257a more binary bridging testcode 18 anos atrás
..
OneA.java bridging tests. 18 anos atrás
OneB.java bridging tests. 18 anos atrás
OneX.java bridging tests. 18 anos atrás
ThreeA.java more binary bridging testcode 18 anos atrás
ThreeB.java more binary bridging testcode 18 anos atrás
ThreeX.java more binary bridging testcode 18 anos atrás
TwoA.java more bridge method testcode. 18 anos atrás
TwoB.java more bridge method testcode. 18 anos atrás
TwoX.java more bridge method testcode. 18 anos atrás
readme.txt more binary bridging testcode 18 anos atrás

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.