0373d098b3950e620a5378ae3a392ad4d9f3a897
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 40
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public withIndexRootFolder(indexRootFolder File) : LuceneIndexStorageBuilder renamed to public withIndexFolder(indexRootFolder File) : LuceneIndexStorageBuilder in class org.neo4j.kernel.api.impl.index.builder.LuceneIndexStorageBuilder | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type indexRootFolder : File to structure : IndexDirectoryStructure in method public IndexStorageFactory(dirFactory DirectoryFactory, fileSystem FileSystemAbstraction, structure IndexDirectoryStructure) in class org.neo4j.kernel.api.impl.index.storage.IndexStorageFactory | From | To | |
Change Parameter Type indexRootFolder : File to directoryStructure : IndexDirectoryStructure in method package FaultyIndexStorageFactory(faultyIndexId long, error Exception, directoryFactory DirectoryFactory, directoryStructure IndexDirectoryStructure) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexCorruptionTest.FaultyIndexStorageFactory | From | To | |
Rename Variable | 2 | ||
Rename Variable storeDir : File to childDirectoryStructure : IndexDirectoryStructure.Factory in method public newInstance(pageCache PageCache, storeDir File, fs FileSystemAbstraction, logProvider LogProvider, config Config, operationalMode OperationalMode, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector) : FusionSchemaIndexProvider in class org.neo4j.kernel.api.impl.schema.NativeLuceneFusionSchemaIndexProviderFactory | From | To | |
Rename Variable nativeIndexDirectory : File to rootDirectory : File in method private deleteIndexFilesFor(descriptor SchemaIndexProvider.Descriptor) : void in class org.neo4j.kernel.api.impl.schema.FusionIndexIT | From | To | |
Rename Attribute | 1 | ||
Rename Attribute indexRootFolder : File to structure : IndexDirectoryStructure in class org.neo4j.kernel.api.impl.index.storage.IndexStorageFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type storeDir : File to childDirectoryStructure : IndexDirectoryStructure.Factory in method public newInstance(pageCache PageCache, storeDir File, fs FileSystemAbstraction, logProvider LogProvider, config Config, operationalMode OperationalMode, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector) : FusionSchemaIndexProvider in class org.neo4j.kernel.api.impl.schema.NativeLuceneFusionSchemaIndexProviderFactory | From | To | |
Extract Method | 1 | ||
Extract Method public create(fileSystemAbstraction FileSystemAbstraction, directoryStructure IndexDirectoryStructure.Factory, logProvider LogProvider, config Config, operationalMode OperationalMode) : LuceneSchemaIndexProvider extracted from public create(fileSystemAbstraction FileSystemAbstraction, storeDir File, logProvider LogProvider, config Config, operationalMode OperationalMode) : LuceneSchemaIndexProvider in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProviderFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type indexRootFolder : File to structure : IndexDirectoryStructure in class org.neo4j.kernel.api.impl.index.storage.IndexStorageFactory | From | To | |
Rename Parameter | 2 | ||
Rename Parameter indexRootFolder : File to directoryStructure : IndexDirectoryStructure in method package FaultyIndexStorageFactory(faultyIndexId long, error Exception, directoryFactory DirectoryFactory, directoryStructure IndexDirectoryStructure) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexCorruptionTest.FaultyIndexStorageFactory | From | To | |
Rename Parameter indexRootFolder : File to structure : IndexDirectoryStructure in method public IndexStorageFactory(dirFactory DirectoryFactory, fileSystem FileSystemAbstraction, structure IndexDirectoryStructure) in class org.neo4j.kernel.api.impl.index.storage.IndexStorageFactory | From | To |