7d5e294aec010b603d7b46cc7fb6b81159af61a2
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private getPruneStrategy(type String, value String, configValue String) : Threshold inlined to public testLogPruneThresholdsByType() : void in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactoryTest | From | To | |
Rename Variable | 2 | ||
Rename Variable boolOrNumber : String to thresholdValue : long in method package getThresholdByType(fileSystem FileSystemAbstraction, value ThresholdConfigValue, originalConfigValue String) : Threshold in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactory | From | To | |
Rename Variable fileSystem : FileSystemAbstraction to fsa : FileSystemAbstraction in method public testLogPruneThresholdsByType() : void in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactoryTest | From | To | |
Merge Variable | 1 | ||
Merge Variable [logFileInformation : LogFileInformation, files : PhysicalLogFiles, thresholdToUse : EntryCountThreshold] to thresholdValue : long in method package getThresholdByType(fileSystem FileSystemAbstraction, value ThresholdConfigValue, originalConfigValue String) : Threshold in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type boolOrNumber : String to thresholdValue : long in method package getThresholdByType(fileSystem FileSystemAbstraction, value ThresholdConfigValue, originalConfigValue String) : Threshold in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactory | From | To | |
Extract Method | 1 | ||
Extract Method package getThresholdByType(fileSystem FileSystemAbstraction, value ThresholdConfigValue, originalConfigValue String) : Threshold extracted from public fromConfigValue(fileSystem FileSystemAbstraction, logFileInformation LogFileInformation, files PhysicalLogFiles, configValue String) : LogPruneStrategy in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactory | From | To |