06395ae25fc0756503b0b4550009c66f7a354688
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type instance : RegularImmutableMap<?,?> to instance : ImmutableMap<?,?> in method public serialize(writer SerializationStreamWriter, instance ImmutableMap<?,?>) : void in class com.google.common.collect.RegularImmutableMap_CustomFieldSerializer | From | To | |
Change Return Type | 4 | ||
Change Return Type RegularImmutableMap<Object,Object> to ImmutableMap<Object,Object> in method public instantiate(reader SerializationStreamReader) : ImmutableMap<Object,Object> in class com.google.common.collect.RegularImmutableMap_CustomFieldSerializer | From | To | |
Change Return Type void to int in method package checkNoConflictInKeyBucket(key Object, entry Entry<?,?>, keyBucketHead ImmutableMapEntry<?,?>) : int in class com.google.common.collect.RegularImmutableMap | From | To | |
Change Return Type RegularImmutableMap<K,V> to ImmutableMap<K,V> in method package fromEntryArray(n int, entryArray Entry<K,V>[]) : ImmutableMap<K,V> in class com.google.common.collect.RegularImmutableMap | From | To | |
Change Return Type RegularImmutableMap<K,V> to ImmutableMap<K,V> in method package fromEntries(entries Entry<K,V>...) : ImmutableMap<K,V> in class com.google.common.collect.RegularImmutableMap | From | To | |
Extract Method | 3 | ||
Extract Method package makeImmutable(entry Entry<K,V>, key K, value V) : ImmutableMapEntry<K,V> extracted from package fromEntryArray(n int, entryArray Entry<K,V>[]) : RegularImmutableMap<K,V> in class com.google.common.collect.RegularImmutableMap | From | To | |
Extract Method package conflictException(conflictDescription String, entry1 Object, entry2 Object) : IllegalArgumentException extracted from package checkNoConflict(safe boolean, conflictDescription String, entry1 Entry<?,?>, entry2 Entry<?,?>) : void in class com.google.common.collect.ImmutableMap | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type entries : Entry<K,V>[] to entries : ImmutableList<Entry<K,V>> in class com.google.common.collect.ImmutableMapEntrySet.RegularEntrySet | From | To |