f1262fded0158c3d3fcc890379b44a03a7abf171
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldReturnFileAWhenNoStatePreviouslyStored() : void renamed to public shouldFailIfBothFilesAreEmpty() : void in class org.neo4j.coreedge.core.state.machines.id.StateRecoveryManagerTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute fileSystemAbstraction : FileSystemAbstraction to fsa : FileSystemAbstraction in class org.neo4j.coreedge.core.state.storage.DurableStateStorage | From | To | |
Extract Method | 1 | ||
Extract Method private recover() : void extracted from public DurableStateStorage(fileSystemAbstraction FileSystemAbstraction, baseDir File, name String, marshal StateMarshal<STATE>, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, logProvider LogProvider) in class org.neo4j.coreedge.core.state.storage.DurableStateStorage | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type marshal : ChannelMarshal<STATE> to marshal : StateMarshal<STATE> in class org.neo4j.coreedge.core.state.storage.DurableStateStorage | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fileSystemAbstraction : FileSystemAbstraction to fsa : FileSystemAbstraction in method public DurableStateStorage(fsa FileSystemAbstraction, baseDir File, name String, marshal StateMarshal<STATE>, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, logProvider LogProvider) in class org.neo4j.coreedge.core.state.storage.DurableStateStorage | From | To |