7d5af5798b4986a17ddbd97018329b7ed788d507
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 62
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldBeAbleToDownloadAfterPruning() : void renamed to public shouldBeAbleToDownloadToNewInstanceAfterPruning() : void in class org.neo4j.coreedge.scenarios.CoreToCoreCopySnapshotIT | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [logFileInformation : LogFileInformation, files : PhysicalRaftLogFiles] to fileSystem : FileSystemAbstraction in method private getThresholdByType(fileSystem FileSystemAbstraction, value ThresholdConfigParser.ThresholdConfigValue, originalConfigValue String) : Threshold in class org.neo4j.coreedge.raft.log.physical.pruning.RaftLogPruneStrategyFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute raft_log_pruning : Setting<String> to raft_log_pruning_strategy : Setting<String> in class org.neo4j.coreedge.server.CoreEdgeClusterSettings | From | To | |
Change Variable Type | 1 | ||
Change Variable Type e : RaftLogCompactedException to e : IllegalArgumentException in method public getEntryCursor(fromIndex long) : RaftLogCursor in class org.neo4j.coreedge.raft.log.NaiveDurableRaftLog | From | To | |
Extract Method | 1 | ||
Extract Method private getThresholdByType(fileSystem FileSystemAbstraction, value ThresholdConfigParser.ThresholdConfigValue, originalConfigValue String) : Threshold extracted from public fromConfigValue(fileSystem FileSystemAbstraction, logFileInformation LogFileInformation, files PhysicalRaftLogFiles, configValue String) : LogPruneStrategy in class org.neo4j.coreedge.raft.log.physical.pruning.RaftLogPruneStrategyFactory | From | To |