6e1dfcdcd9a944f437ef6282db13298f4a640cc8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Attribute | 1 | ||
Extract Attribute private HUNDRED : int in class org.neo4j.kernel.impl.storemigration.monitoring.VisibleMigrationProgressMonitor.ProgressSection | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable monitor : CoarseBoundedProgressExecutionMonitor to progressExecutionMonitor : ProgressExecutionMonitor in method private monitorSingleStageExecution(progressExecutionMonitor ProgressExecutionMonitor, config Configuration) : long in class org.neo4j.unsafe.impl.batchimport.staging.CoarseBoundedProgressExecutionMonitorTest | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute prev : long to totalReportedBatches : long in method public done(totalTimeMillis long, additionalInformation String) : void in class org.neo4j.unsafe.impl.batchimport.staging.CoarseBoundedProgressExecutionMonitor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type monitor : CoarseBoundedProgressExecutionMonitor to progressExecutionMonitor : ProgressExecutionMonitor in method private monitorSingleStageExecution(progressExecutionMonitor ProgressExecutionMonitor, config Configuration) : long in class org.neo4j.unsafe.impl.batchimport.staging.CoarseBoundedProgressExecutionMonitorTest | From | To | |
Extract Variable | 1 | ||
Extract Variable step : Step<?> in method private doneBatches(execution StageExecution) : long from class org.neo4j.unsafe.impl.batchimport.staging.CoarseBoundedProgressExecutionMonitor | From | To | |
Extract Method | 2 | ||
Extract Method private verifySectionReportedCorrectly(logProvider AssertableLogProvider) : void extracted from public shouldReportAllPercentageSteps() : void in class org.neo4j.kernel.impl.storemigration.monitoring.VisibleMigrationProgressMonitorTest | From | To | |
Extract Method private monitorSingleStageExecution(progressExecutionMonitor ProgressExecutionMonitor, config Configuration) : long extracted from public shouldReportProgressOnSingleExecution() : void in class org.neo4j.unsafe.impl.batchimport.staging.CoarseBoundedProgressExecutionMonitorTest | From | To |