0501b264d73935c9c7e067a468238e30fc5d6fb5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type maxNonEmptyLogs : int to maxNonEmptyLogs : long in method package FileCountThreshold(maxNonEmptyLogs long) in class org.neo4j.kernel.impl.transaction.log.pruning.FileCountThreshold | From | To | |
Rename Variable | 2 | ||
Rename Variable number : int to thresholdValue : long in method package getThresholdByType(fileSystem FileSystemAbstraction, type String, thresholdValueString String, originalConfigValue String) : Threshold in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactory | From | To | |
Rename Variable maxSize : long to sixteenGigabytes : long in method public shouldReturnTrueWhenASingleFileSizeIsGreaterOrEqualThanMaxSize() : void in class org.neo4j.kernel.impl.transaction.log.pruning.FileSizeThresholdTest | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable boolOrNumber : String to thresholdValueString : String in method package getThresholdByType(fileSystem FileSystemAbstraction, type String, thresholdValueString String, originalConfigValue String) : Threshold in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type number : int to thresholdValue : long in method package getThresholdByType(fileSystem FileSystemAbstraction, type String, thresholdValueString String, originalConfigValue String) : Threshold in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactory | From | To | |
Extract Method | 1 | ||
Extract Method package getThresholdByType(fileSystem FileSystemAbstraction, type String, thresholdValueString String, originalConfigValue String) : Threshold extracted from public fromConfigValue(fileSystem FileSystemAbstraction, logFileInformation LogFileInformation, files PhysicalLogFiles, versionRepo LogVersionRepository, configValue String) : LogPruneStrategy in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactory | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type nonEmptyLogCount : int to nonEmptyLogCount : long in class org.neo4j.kernel.impl.transaction.log.pruning.FileCountThreshold | From | To | |
Change Attribute Type maxNonEmptyLogs : int to maxNonEmptyLogs : long in class org.neo4j.kernel.impl.transaction.log.pruning.FileCountThreshold | From | To |