|
Change Parameter Type multimap : Multimap<K,V> to multimap : Multimap<?,V> in method private get(multimap Multimap<?,V>, key Object) : Collection<V> in class com.google.common.truth.MultimapSubject |
From |
To |
|
Change Parameter Type multimap : Multimap<K,V> to multimap : Multimap<?,?> in method private countDuplicatesMultimap(multimap Multimap<?,?>) : String in class com.google.common.truth.MultimapSubject |
From |
To |
|
Change Parameter Type v0 : Object to v0 : E in method public containsAtLeast(k0 Object, v0 E, rest Object...) : Ordered in class com.google.common.truth.MultimapSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type v0 : Object to v0 : E in method public containsExactly(k0 Object, v0 E, rest Object...) : Ordered in class com.google.common.truth.MultimapSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type other : Double to other : Object in method public isEqualTo(other Object) : void in class com.google.common.truth.DoubleSubject |
From |
To |
|
Change Parameter Type other : Double to other : Object in method public isNotEqualTo(other Object) : void in class com.google.common.truth.DoubleSubject |
From |
To |
|
Change Parameter Type other : Float to other : Object in method public isEqualTo(other Object) : void in class com.google.common.truth.FloatSubject |
From |
To |
|
Change Parameter Type other : Float to other : Object in method public isNotEqualTo(other Object) : void in class com.google.common.truth.FloatSubject |
From |
To |
|
Change Parameter Type expectedMap : Map<K,V> to expectedMap : Map<?,? extends E> in method public containsExactlyEntriesIn(expectedMap Map<?,? extends E>) : Ordered in class com.google.common.truth.MapSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type expectedMap : Map<K,V> to expectedMap : Map<?,? extends E> in method public containsAtLeastEntriesIn(expectedMap Map<?,? extends E>) : Ordered in class com.google.common.truth.MapSubject.UsingCorrespondence |
From |
To |
|
Change Variable Type key : K to key : Object in method private countDuplicatesMultimap(multimap Multimap<?,?>) : String in class com.google.common.truth.MultimapSubject |
From |
To |
|
Change Variable Type expectedMultimap : Multimap<K,V> to expectedMultimap : Multimap<?,E> in method public containsExactly(k0 Object, v0 E, rest Object...) : Ordered in class com.google.common.truth.MultimapSubject.UsingCorrespondence |
From |
To |
|
Change Variable Type expectedMultimap : Multimap<K,V> to expectedMultimap : Multimap<?,E> in method public containsAtLeast(k0 Object, v0 E, rest Object...) : Ordered in class com.google.common.truth.MultimapSubject.UsingCorrespondence |
From |
To |