868d1011c38377b578ab449419e95d2610686c43
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable previousCommitIndex : long to lastApplied : long in method private applyCommits(commitIndex long) : CompletableFuture<Void> in class net.kuujo.copycat.raft.state.PassiveState | From | To | |
Rename Variable commits : int to entriesToApply : long in method private applyCommits(commitIndex long) : CompletableFuture<Void> in class net.kuujo.copycat.raft.state.PassiveState | From | To | |
Change Variable Type | 1 | ||
Change Variable Type commits : int to entriesToApply : long in method private applyCommits(commitIndex long) : CompletableFuture<Void> in class net.kuujo.copycat.raft.state.PassiveState | From | To |