c1e0e671a775886c16ddfab543711f002460b538
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 4 | ||
Inline Method private copyOfInternal(multiset Multiset<? extends E>) : ImmutableMultiset<E> inlined to public copyOf(elements Iterator<? extends E>) : ImmutableMultiset<E> in class com.google.common.collect.ImmutableMultiset | From | To | |
Inline Method private copyOfInternal(multiset Multiset<? extends E>) : ImmutableMultiset<E> inlined to public copyOf(elements Iterable<? extends E>) : ImmutableMultiset<E> in class com.google.common.collect.ImmutableMultiset | From | To |