19cbed6eabf844f2da21c5dbf1607e228b380111
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable command : Class<? extends Operation> to operation : Class<? extends Operation> in method private declareOperations(method Method) : void in class net.kuujo.copycat.raft.StateMachine | From | To | |
| Extract Method | 4 | ||
| Extract Method private declareOperations(method Method) : void extracted from private init() : void in class net.kuujo.copycat.raft.StateMachine | From | To | |
| Extract Method private declareFilters(method Method) : void extracted from private init() : void in class net.kuujo.copycat.raft.StateMachine | From | To | |
| Extract Method private findOperation(type Class<? extends Operation>) : Method extracted from public apply(commit Commit<? extends Operation>) : Object in class net.kuujo.copycat.raft.StateMachine | From | To | |
| Extract Method private findFilter(type Class<? extends Command>) : Method extracted from public filter(commit Commit<? extends Command>, compaction Compaction) : boolean in class net.kuujo.copycat.raft.StateMachine | From | To |