a419bfe81a95f2e7bb01d33f74ecaa98e03394f3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type elementFunction : Function<T,E> to elementFunction : Function<? super T,E> in method public toMultiset(elementFunction Function<? super T,E>, countFunction ToIntFunction<? super T>, multisetSupplier Supplier<M>) : Collector<T,?,M> in class com.google.common.collect.Multisets | From | To | |
Change Parameter Type countFunction : ToIntFunction<T> to countFunction : ToIntFunction<? super T> in method public toMultiset(elementFunction Function<? super T,E>, countFunction ToIntFunction<? super T>, multisetSupplier Supplier<M>) : Collector<T,?,M> in class com.google.common.collect.Multisets | From | To |