74da85a713ccc9ec571a277671e2cf1d795c6016
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private updateFirstNotAllocated(typeOrdinal int, idRangeEnd long) : void from class org.neo4j.coreedge.raft.replication.id.ReplicatedIdAllocationStateMachine to public firstNotAllocated(idType IdType, idRangeEnd long) : void from class org.neo4j.coreedge.raft.replication.id.InMemoryIdAllocationStateStore | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type typeOrdinal : int to idType : IdType in method public firstNotAllocated(idType IdType, idRangeEnd long) : void in class org.neo4j.coreedge.raft.replication.id.InMemoryIdAllocationStateStore | From | To | |
| Rename Variable | 1 | ||
| Rename Variable typeOrdinal : int to idType : IdType in method public onReplicated(content ReplicatedContent, logIndex long) : void in class org.neo4j.coreedge.raft.replication.id.ReplicatedIdAllocationStateMachine | From | To | |
| Move Attribute | 3 | ||
| Move Attribute private lastIdRangeLengthForMe : int[] from class org.neo4j.coreedge.raft.replication.id.ReplicatedIdAllocationStateMachine to private lastIdRangeLengthForMe : int[] from class org.neo4j.coreedge.raft.replication.id.InMemoryIdAllocationStateStore | From | To | |
| Move Attribute private firstNotAllocated : long[] from class org.neo4j.coreedge.raft.replication.id.ReplicatedIdAllocationStateMachine to private firstNotAllocated : long[] from class org.neo4j.coreedge.raft.replication.id.InMemoryIdAllocationStateStore | From | To | |
| Move Attribute private lastIdRangeStartForMe : long[] from class org.neo4j.coreedge.raft.replication.id.ReplicatedIdAllocationStateMachine to private lastIdRangeStartForMe : long[] from class org.neo4j.coreedge.raft.replication.id.InMemoryIdAllocationStateStore | From | To | |
| Extract Class | 1 | ||
| Extract Class org.neo4j.coreedge.raft.replication.id.InMemoryIdAllocationStateStore from class org.neo4j.coreedge.raft.replication.id.ReplicatedIdAllocationStateMachine | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type typeOrdinal : int to idType : IdType in method public onReplicated(content ReplicatedContent, logIndex long) : void in class org.neo4j.coreedge.raft.replication.id.ReplicatedIdAllocationStateMachine | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter typeOrdinal : int to idType : IdType in method public firstNotAllocated(idType IdType, idRangeEnd long) : void in class org.neo4j.coreedge.raft.replication.id.InMemoryIdAllocationStateStore | From | To |