|
Change Parameter Type correspondence : Correspondence<A,E> to correspondence : Correspondence<? super A,? super E> in method private UsingCorrespondence(correspondence Correspondence<? super A,? super E>) in class com.google.common.truth.MapSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type correspondence : Correspondence<A,E> to correspondence : Correspondence<? super A,? super E> in method public comparingElementsUsing(correspondence Correspondence<? super A,? super E>) : UsingCorrespondence<A,E> in class com.google.common.truth.IterableSubject |
From |
To |
|
Change Parameter Type keyFunction : Function<? super E,? extends Object> to keyFunction : Function<? super E,?> in method public displayingDiffsPairedBy(keyFunction Function<? super E,?>) : UsingCorrespondence<A,E> in class com.google.common.truth.IterableSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type correspondence : Correspondence<A,E> to correspondence : Correspondence<? super A,? super E> in method public comparingValuesUsing(correspondence Correspondence<? super A,? super E>) : UsingCorrespondence<A,E> in class com.google.common.truth.MultimapSubject |
From |
To |
|
Change Parameter Type actualKeyFunction : Function<? super A,? extends Object> to actualKeyFunction : Function<? super A,?> in method public displayingDiffsPairedBy(actualKeyFunction Function<? super A,?>, expectedKeyFunction Function<? super E,?>) : UsingCorrespondence<A,E> in class com.google.common.truth.IterableSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type expectedKeyFunction : Function<? super E,? extends Object> to expectedKeyFunction : Function<? super E,?> in method public displayingDiffsPairedBy(actualKeyFunction Function<? super A,?>, expectedKeyFunction Function<? super E,?>) : UsingCorrespondence<A,E> in class com.google.common.truth.IterableSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type correspondence : Correspondence<A,E> to correspondence : Correspondence<? super A,? super E> in method private UsingCorrespondence(correspondence Correspondence<? super A,? super E>) in class com.google.common.truth.MultimapSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type valueCorrespondence : Correspondence<A,? super E> to valueCorrespondence : Correspondence<? super A,? super E> in method package EntryCorrespondence(valueCorrespondence Correspondence<? super A,? super E>) in class com.google.common.truth.MultimapSubject.EntryCorrespondence |
From |
To |
|
Change Parameter Type correspondence : Correspondence<A,E> to correspondence : Correspondence<? super A,? super E> in method public comparingValuesUsing(correspondence Correspondence<? super A,? super E>) : UsingCorrespondence<A,E> in class com.google.common.truth.MapSubject |
From |
To |