5b39c8b9fe6f52ded7edf4be8812d7a62eeeb6fa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type entry : Entry<? extends E> to entry : Multiset.Entry<? extends E> in method private addAllImpl(self Multiset<E>, elements Multiset<? extends E>) : boolean in class com.google.common.collect.Multisets | From | To | |
Inline Variable | 1 | ||
Inline Variable that : Multiset<? extends E> in method package addAllImpl(self Multiset<E>, elements Collection<? extends E>) : boolean from class com.google.common.collect.Multisets | From | To | |
Extract Method | 2 | ||
Extract Method private addAllImpl(self Multiset<E>, elements Multiset<? extends E>) : boolean extracted from package addAllImpl(self Multiset<E>, elements Collection<? extends E>) : boolean in class com.google.common.collect.Multisets | From | To |