a03b84f595c8466e18509490623eb0e1cc45b786
Files Diff
- Added: 86
- Removed: 31
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public stateMachine() : String renamed to public typeName() : String in class io.atomix.protocols.raft.server.storage.entry.OpenSessionEntry | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type connections : long[] to timestamp : long in method public KeepAliveEntry(timestamp long, sessionIds long[], commandSequences long[], eventIndexes long[]) in class io.atomix.protocols.raft.server.storage.entry.KeepAliveEntry | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class io.atomix.protocols.raft.messaging.OpenSessionMessage moved and renamed to io.atomix.protocols.raft.server.storage.entry.OpenSessionEntry | From | To | |
Move And Rename Class io.atomix.protocols.raft.messaging.KeepAliveMessage moved and renamed to io.atomix.protocols.raft.server.storage.entry.KeepAliveEntry | From | To | |
Extract Superclass | 1 | ||
Extract Superclass io.atomix.protocols.raft.server.storage.entry.TimestampedEntry from classes [io.atomix.protocols.raft.server.storage.entry.KeepAliveEntry, io.atomix.protocols.raft.server.storage.entry.OpenSessionEntry] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute stateMachine : String to type : String in class io.atomix.protocols.raft.server.storage.entry.OpenSessionEntry | From | To | |
Rename Parameter | 2 | ||
Rename Parameter connections : long[] to timestamp : long in method public KeepAliveEntry(timestamp long, sessionIds long[], commandSequences long[], eventIndexes long[]) in class io.atomix.protocols.raft.server.storage.entry.KeepAliveEntry | From | To | |
Rename Parameter stateMachine : String to type : String in method public OpenSessionEntry(timestamp long, client String, name String, type String, timeout long) in class io.atomix.protocols.raft.server.storage.entry.OpenSessionEntry | From | To |