d6fa74f869d627c8cfb93785ccddce9efd2a79c0
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public ClientWiredStatelessChronicleEntrySet(channelName String, hub ClientWiredStatelessTcpConnectionHub, cid long, vClass Class<V>, kClass Class<K>) from class net.openhft.chronicle.map.ClientWiredStatelessChronicleEntrySet to public MapStatelessClient(channelName String, hub ClientWiredStatelessTcpConnectionHub, type String, cid long) from class net.openhft.chronicle.map.MapStatelessClient | From | To | |
Change Return Type | 2 | ||
Change Return Type Set<K> to ClientWiredStatelessChronicleSet in method public keySet() : ClientWiredStatelessChronicleSet in class net.openhft.chronicle.map.ClientWiredStatelessChronicleMap | From | To | |
Change Return Type ClientWiredStatelessChronicleEntrySet to ClientWiredStatelessChronicleSet in method public entrySet() : ClientWiredStatelessChronicleSet in class net.openhft.chronicle.map.ClientWiredStatelessChronicleMap | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class net.openhft.chronicle.map.ClientWiredStatelessChronicleEntrySet.EntrySetEventId moved and renamed to net.openhft.chronicle.map.ClientWiredStatelessChronicleSet.SetEventId | From | To | |
Move Class | 1 | ||
Move Class net.openhft.chronicle.map.ClientWiredStatelessChronicleEntrySet.Params moved to net.openhft.chronicle.map.ClientWiredStatelessChronicleSet.Params | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entrySet : ClientWiredStatelessChronicleEntrySet<K,V> to entrySet : ClientWiredStatelessChronicleSet<Map.Entry<K,V>> in method public toString() : String in class net.openhft.chronicle.map.ClientWiredStatelessChronicleMap | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type vClass : Class to vClass : Class<V> in class net.openhft.chronicle.map.ClientWiredStatelessChronicleMap | From | To |