a98632ee83a6c4c93f4b31820437f68ddde041dd
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type instance : RegularImmutableSet<?> to instance : ImmutableSet<?> in method public serialize(writer SerializationStreamWriter, instance ImmutableSet<?>) : void in class com.google.common.collect.RegularImmutableSet_CustomFieldSerializer | From | To | |
Move Method | 1 | ||
Move Method private getReadyToExpandTo(minCapacity int) : void from class com.google.common.collect.ImmutableCollection.ArrayBasedBuilder to private getReadyToExpandTo(minCapacity int) : void from class com.google.common.collect.ImmutableList.Builder | From | To | |
Change Return Type | 1 | ||
Change Return Type RegularImmutableSet<Object> to ImmutableSet<Object> in method public instantiate(reader SerializationStreamReader) : ImmutableSet<Object> in class com.google.common.collect.RegularImmutableSet_CustomFieldSerializer | From | To | |
Move Attribute | 2 | ||
Move Attribute private hashCode : int from class com.google.common.collect.ImmutableSet.Builder to private hashCode : int from class com.google.common.collect.ImmutableSet.RegularSetBuilderImpl | From | To | |
Move Attribute package hashTable : Object[] from class com.google.common.collect.ImmutableSet.Builder to private hashTable : Object[] from class com.google.common.collect.ImmutableSet.RegularSetBuilderImpl | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute package forceCopy : boolean from class com.google.common.collect.ImmutableCollection.ArrayBasedBuilder to package forceCopy : boolean from class com.google.common.collect.ImmutableSet.Builder | From | To | |
Extract Class | 1 | ||
Extract Class com.google.common.collect.ImmutableSet.RegularSetBuilderImpl from class com.google.common.collect.ImmutableSet.Builder | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.google.common.collect.ImmutableSet.Indexed moved and renamed to com.google.common.collect.IndexedImmutableSet | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.google.common.collect.IndexedImmutableSet from classes [com.google.common.collect.ImmutableMapKeySet, com.google.common.collect.ImmutableMultiset.EntrySet, com.google.common.collect.RegularImmutableMultiset.ElementSet, com.google.common.collect.RegularImmutableTable.CellSet, com.google.common.collect.ImmutableMapKeySet, com.google.common.collect.ImmutableMultiset.EntrySet, com.google.common.collect.RegularImmutableMap.KeySet, com.google.common.collect.RegularImmutableMultiset.ElementSet, com.google.common.collect.RegularImmutableTable.CellSet] | From | To |