f33d3ae9b2e04a000684fd50efb96b38cbf5dab5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type RaftLog to LifecycledInMemoryRaftLog in method public createRaftLog(fsa FileSystemAbstraction, dir File) : LifecycledInMemoryRaftLog in class org.neo4j.coreedge.raft.log.inmemory.ConcurrentStressIT | From | To | |
Change Return Type RaftLog to T in method protected abstract createRaftLog(fsa FileSystemAbstraction, dir File) : T in class org.neo4j.coreedge.raft.log.ConcurrentStressIT | From | To | |
Change Return Type RaftLog to SegmentedRaftLog in method public createRaftLog(fsa FileSystemAbstraction, dir File) : SegmentedRaftLog in class org.neo4j.coreedge.raft.log.segmented.ConcurrentStressIT | From | To | |
Change Variable Type | 1 | ||
Change Variable Type raftLog : RaftLog to raftLog : T in method private readAndWrite(nReaders int, time int, unit TimeUnit) : void in class org.neo4j.coreedge.raft.log.ConcurrentStressIT | From | To |