9751442618daca95e43738bcf8dbe989ca66c9ea
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type fileListing : Supplier<NeoStoreFileListing> to fileListing : NeoStoreFileListing in method public registerFileListing(fileListing NeoStoreFileListing) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextProviderImpl | From | To | |
Change Parameter Type provider : ThrowingFunction<Collection<StoreFileMetadata>,Resource,IOException> to provider : StoreFileProvider in method public registerStoreFileProvider(provider StoreFileProvider) : void in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing | From | To | |
Change Parameter Type fileListing : Supplier<NeoStoreFileListing> to fileListing : NeoStoreFileListing in method public registerFileListing(fileListing NeoStoreFileListing) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
Change Parameter Type db : GraphDatabaseService to db : GraphDatabaseAPI in method private registerProcedures(db GraphDatabaseAPI) : void in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomBackupIT | From | To | |
Change Return Type | 1 | ||
Change Return Type GraphDatabaseService to GraphDatabaseAPI in method private getBackupDb(dir File) : GraphDatabaseAPI in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomBackupIT | From | To | |
Change Variable Type | 3 | ||
Change Variable Type additionalProvider : ThrowingFunction<Collection<StoreFileMetadata>,Resource,IOException> to additionalProvider : StoreFileProvider in method public listStoreFiles(includeLogs boolean) : ResourceIterator<StoreFileMetadata> in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing | From | To | |
Change Variable Type backedUpDb : GraphDatabaseService to backedUpDb : GraphDatabaseAPI in method public shouldContainIndexAfterBackupAndRestore() : void in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomBackupIT | From | To | |
Change Variable Type backedUpDb : GraphDatabaseService to backedUpDb : GraphDatabaseAPI in method public shouldFindEntitiesFromIncrementalBackup() : void in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomBackupIT | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type additionalProviders : Collection<ThrowingFunction<Collection<StoreFileMetadata>,Resource,IOException>> to additionalProviders : Collection<StoreFileProvider> in class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing | From | To | |
Change Attribute Type db : DatabaseRule to db : GraphDatabaseAPI in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomBackupIT | From | To | |
Rename Parameter | 1 | ||
Rename Parameter backupDir : File to dir : File in method private getBackupDb(dir File) : GraphDatabaseAPI in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomBackupIT | From | To |