a657e709743bf9165d10300fa1eaff478f02ca85
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method package getContext() : ExecutionContext from class net.kuujo.copycat.protocol.raft.RaftProtocol to public getContext() : ExecutionContext from class net.kuujo.copycat.protocol.Protocol | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public withContext(context ExecutionContext) : Builder from class net.kuujo.copycat.protocol.raft.RaftProtocol.Builder to public setContext(context ExecutionContext) : void from class net.kuujo.copycat.protocol.Protocol | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Builder to void in method public setContext(context ExecutionContext) : void in class net.kuujo.copycat.protocol.Protocol | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private context : ExecutionContext from class net.kuujo.copycat.protocol.raft.RaftProtocol to protected context : ExecutionContext from class net.kuujo.copycat.protocol.Protocol | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private context : ExecutionContext from class net.kuujo.copycat.protocol.raft.RaftProtocol.Builder to protected context : ExecutionContext from class net.kuujo.copycat.protocol.Protocol | From | To |