b1f0ef243dca4a374dc2a1e8fb5a15e9d844e03a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public shouldScheduleTheCheckPointerJobJobOnStart() : void renamed to public shouldScheduleTheCheckPointerJobOnStart() : void in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointSchedulerTest | From | To | |
Rename Method public stop() : void renamed to public shutdown() : void in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFile | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable restartingInstances : List<LifecycleInstance> to instances : List<LifecycleInstance> in method private stopInstances(instances List<LifecycleInstance>) : LifecycleException in class org.neo4j.kernel.lifecycle.LifeSupport | From | To | |
Rename Attribute | 1 | ||
Rename Attribute theDs : NeoStoreDataSource to dataSource : NeoStoreDataSource in class org.neo4j.test.NeoStoreDataSourceRule | From | To | |
Extract Method | 2 | ||
Extract Method private stopInstances(instances List<LifecycleInstance>) : LifecycleException extracted from public restart(instance Lifecycle) : void in class org.neo4j.kernel.lifecycle.LifeSupport | From | To | |
Extract Method private stopInstances(instances List<LifecycleInstance>) : LifecycleException extracted from public stop() : void in class org.neo4j.kernel.lifecycle.LifeSupport | From | To |