4e06d5f9d7d0d68156f0f7669f3997902ad6566c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private stateDir(baseDir File, name String) : File extracted from public DurableStateStorage(fileSystemAbstraction FileSystemAbstraction, stateDir File, name String, marshal StateMarshal<STATE>, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, logProvider LogProvider) in class org.neo4j.coreedge.raft.state.DurableStateStorage | From | To | |
Rename Parameter | 1 | ||
Rename Parameter stateDir : File to baseDir : File in method public DurableStateStorage(fileSystemAbstraction FileSystemAbstraction, baseDir File, name String, marshal StateMarshal<STATE>, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, logProvider LogProvider) in class org.neo4j.coreedge.raft.state.DurableStateStorage | From | To |