38cc53dc343bb241ef844becd35a37a72a5fc622
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type pendingSnapshot : Snapshot to pendingSnapshot : PendingSnapshot in method public onInstall(request InstallRequest) : CompletableFuture<InstallResponse> in class io.atomix.protocols.raft.roles.PassiveRole | From | To | |
Change Variable Type pendingSnapshot : Snapshot to pendingSnapshot : PendingSnapshot in method public close() : CompletableFuture<Void> in class io.atomix.protocols.raft.roles.PassiveRole | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pendingSnapshots : Map<Long,Snapshot> to pendingSnapshots : Map<Long,PendingSnapshot> in class io.atomix.protocols.raft.roles.PassiveRole | From | To |