|
Change Variable Type list : ImmutableList<SillyPolyHost2> to list : List<SillyPolyHost2> in method public marshalingPolymorphicOptionalTypes() : void in class org.immutables.fixture.marshal.MarshallingTest |
From |
To |
|
Change Variable Type list : ImmutableList<SillyPolyHost> to h : SillyPolyHost in method public marshalingPolymorphicTypesList() : void in class org.immutables.fixture.marshal.MarshallingTest |
From |
To |
|
Change Variable Type it : ImmutableList<SillySubstructure> to it : List<SillySubstructure> in method public marshalingIterableMethods() : void in class org.immutables.fixture.marshal.MarshallingTest |
From |
To |
|
Change Variable Type m : Marshaler<SillySubstructure> to m1 : TypeToken<List<SillySubstructure>> in method public marshalingIterableMethods() : void in class org.immutables.fixture.marshal.MarshallingTest |
From |
To |
|
Change Variable Type tuplies : ImmutableList<SillyTuplie> to tuplies : List<SillyTuplie> in method public marshalingIterableMethods() : void in class org.immutables.fixture.marshal.MarshallingTest |
From |
To |