01d67d3f7b372279eb7af4469ec82f30c1ef08df
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type entries : ImmutableMapEntry<K,V>... to entries : Entry<K,V>... in method private ofEntries(entries Entry<K,V>...) : ImmutableSortedMap<K,V> in class com.google.common.collect.ImmutableSortedMap | From | To | |
Change Return Type | 1 | ||
Change Return Type ImmutableMapEntry<K,V> to Entry<K,V> in method package entryOf(key K, value V) : Entry<K,V> in class com.google.common.collect.ImmutableMap | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : ImmutableMapEntry<K,V> to entry : Entry<K,V> in method public put(key K, value V) : Builder<K,V> in class com.google.common.collect.ImmutableMap.Builder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type entries : ImmutableMapEntry<K,V>[] to entries : Entry<K,V>[] in class com.google.common.collect.ImmutableMap.Builder | From | To |