50d5aee9cf50420aceb9ff9d5cced8e74993de7a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected newDatabase(storeDir File, config Config, dependencies GraphDatabaseFacadeFactory.Dependencies) : GraphDatabaseService renamed to protected newEmbeddedDatabase(storeDir File, config Config, dependencies GraphDatabaseFacadeFactory.Dependencies) : GraphDatabaseService in class db.DatabaseShutdownTest.TestGraphDatabaseFactoryWithFailingPageCacheFlush | From | To | |
Rename Method private createTestNode(database GraphDatabaseService) : void renamed to private createNode(database GraphDatabaseService) : void in class org.neo4j.store.watch.FileWatchIT | From | To | |
Rename Variable | 3 | ||
Rename Variable databaseAPI : GraphDatabaseAPI to fileName : String in method public notifyAboutStoreFileDeletion() : void in class org.neo4j.store.watch.FileWatchIT | From | To | |
Rename Variable deletionLatch : CountDownLatch to deletionListener : DeletionLatchEventListener in method public notifyAboutStoreFileDeletion() : void in class org.neo4j.store.watch.FileWatchIT | From | To | |
Rename Variable database : GraphDatabaseService to db : GraphDatabaseService in method public notifyWhenFileWatchingFailToStart() : void in class org.neo4j.store.watch.FileWatchIT | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public DATABASE_DIRECTORY : String in class org.neo4j.test.rule.TestDirectory | From | To | |
Change Variable Type | 2 | ||
Change Variable Type deletionLatch : CountDownLatch to deletionListener : DeletionLatchEventListener in method public notifyAboutStoreFileDeletion() : void in class org.neo4j.store.watch.FileWatchIT | From | To | |
Change Variable Type databaseAPI : GraphDatabaseAPI to fileName : String in method public notifyAboutStoreFileDeletion() : void in class org.neo4j.store.watch.FileWatchIT | From | To | |
Extract Method | 2 | ||
Extract Method private getFileWatcher(database GraphDatabaseAPI) : FileWatcher extracted from public notifyAboutStoreFileDeletion() : void in class org.neo4j.store.watch.FileWatchIT | From | To | |
Extract Method private buildListener(internalLogProvider AssertableLogProvider) : DefaultFileDeletionEventListener extracted from public notificationInLogAboutFileDeletion() : void in class org.neo4j.kernel.impl.util.watcher.DefaultFileDeletionEventListenerTest | From | To |