d1565745b24d39030f85c0dafeffc14233bdc73f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public fromConfigValue(fileSystem FileSystemAbstraction, logFiles LogFiles, clock Clock, configValue String) : LogPruneStrategy renamed to public strategyFromConfigValue(fileSystem FileSystemAbstraction, logFiles LogFiles, clock Clock, configValue String) : LogPruneStrategy in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruneStrategyFactory | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type rotationThreshold : long to rotationThreshold : AtomicLong in method package TransactionLogFilesContext(rotationThreshold AtomicLong, logEntryReader LogEntryReader, lastCommittedTransactionIdSupplier LongSupplier, committingTransactionIdSupplier LongSupplier, logFileCreationMonitor LogFileCreationMonitor, logVersionRepositorySupplier Supplier<LogVersionRepository>, fileSystem FileSystemAbstraction) in class org.neo4j.kernel.impl.transaction.log.files.TransactionLogFilesContext | From | To | |
Change Return Type | 1 | ||
Change Return Type long to AtomicLong in method package getRotationThreshold() : AtomicLong in class org.neo4j.kernel.impl.transaction.log.files.TransactionLogFilesContext | From | To | |
Replace Variable With Attribute | 3 | ||
Replace Variable With Attribute strategy : LogPruneStrategy to clock : Clock in method public mustHaveLogFilesToPruneIfStrategyFindsFiles() : void in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruningTest | From | To | |
Replace Variable With Attribute strategy : LogPruneStrategy to clock : Clock in method public mustDeleteLogFilesThatCanBePruned() : void in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruningTest | From | To | |
Replace Variable With Attribute strategy : LogPruneStrategy to clock : Clock in method public mustNotHaveLogsFilesToPruneIfStrategyFindsNoFiles() : void in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruningTest | From | To | |
Change Variable Type | 4 | ||
Change Variable Type setting : Setting to setting : Setting<?> in method public noDuplicateSettingsAreAllowed() : void in class org.neo4j.graphdb.factory.GraphDatabaseSettingsTest | From | To | |
Change Variable Type strategy : LogPruneStrategy to clock : Clock in method public mustNotHaveLogsFilesToPruneIfStrategyFindsNoFiles() : void in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruningTest | From | To | |
Change Variable Type strategy : LogPruneStrategy to clock : Clock in method public mustHaveLogFilesToPruneIfStrategyFindsFiles() : void in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruningTest | From | To | |
Change Variable Type strategy : LogPruneStrategy to clock : Clock in method public mustDeleteLogFilesThatCanBePruned() : void in class org.neo4j.kernel.impl.transaction.log.pruning.LogPruningTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type rotateAtSize : long to rotateAtSize : AtomicLong in class org.neo4j.kernel.impl.transaction.log.files.TransactionLogFile | From | To | |
Change Attribute Type rotationThreshold : long to rotationThreshold : AtomicLong in class org.neo4j.kernel.impl.transaction.log.files.TransactionLogFilesContext | From | To |