c3576e61e49490dd079a00e13aff49fb10f3bf5e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type listener : Consumer<RaftServer.Role> to listener : Consumer<State> in method public addStateChangeListener(listener Consumer<State>) : void in class io.atomix.protocols.raft.impl.RaftContext | From | To | |
| Change Parameter Type listener : Consumer<RaftServer.Role> to listener : Consumer<State> in method public removeStateChangeListener(listener Consumer<State>) : void in class io.atomix.protocols.raft.impl.RaftContext | From | To | |
| Move Method | 1 | ||
| Move Method public getLastApplied() : long from class io.atomix.protocols.raft.impl.RaftServiceManager to public getLastApplied() : long from class io.atomix.protocols.raft.impl.RaftContext | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private lastApplied : long from class io.atomix.protocols.raft.impl.RaftServiceManager to private lastApplied : long from class io.atomix.protocols.raft.impl.RaftContext | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type stateChangeListeners : Set<Consumer<RaftServer.Role>> to stateChangeListeners : Set<Consumer<State>> in class io.atomix.protocols.raft.impl.RaftContext | From | To |