a8977bd31e9e111afe845643339347781ca5d2e3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private findStackTraces() : String renamed to private allStackTraces() : String in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulator | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type writerConfigSupplier : Supplier<IndexWriterConfig> to writerConfigFactory : Factory<IndexWriterConfig> in method public AbstractLuceneIndex(indexStorage PartitionedIndexStorage, writerConfigFactory Factory<IndexWriterConfig>) in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex | From | To | |
Change Parameter Type writerConfigSupplier : Supplier<IndexWriterConfig> to writerConfigFactory : Factory<IndexWriterConfig> in method public withWriterConfig(writerConfigFactory Factory<IndexWriterConfig>) : LuceneSchemaIndexBuilder in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder | From | To | |
Change Parameter Type writerConfigSupplier : Supplier<IndexWriterConfig> to writerConfigFactory : Factory<IndexWriterConfig> in method public LuceneSchemaIndex(indexStorage PartitionedIndexStorage, config IndexConfiguration, samplingConfig IndexSamplingConfig, writerConfigFactory Factory<IndexWriterConfig>) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex | From | To | |
Inline Method | 1 | ||
Inline Method public await(condition Supplier<Boolean>, timeout long, checkInterval long, unit TimeUnit) : void inlined to public await(condition Supplier<Boolean>, timeout long, unit TimeUnit) : void in class org.neo4j.function.Predicates | From | To | |
Rename Attribute | 2 | ||
Rename Attribute writerConfigSupplier : Supplier<IndexWriterConfig> to writerConfigFactory : Factory<IndexWriterConfig> in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex | From | To | |
Rename Attribute writerConfigSupplier : Supplier<IndexWriterConfig> to writerConfigFactory : Factory<IndexWriterConfig> in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type writerConfigSupplier : Supplier<IndexWriterConfig> to writerConfigFactory : Factory<IndexWriterConfig> in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex | From | To | |
Change Attribute Type writerConfigSupplier : Supplier<IndexWriterConfig> to writerConfigFactory : Factory<IndexWriterConfig> in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder | From | To | |
Rename Parameter | 3 | ||
Rename Parameter writerConfigSupplier : Supplier<IndexWriterConfig> to writerConfigFactory : Factory<IndexWriterConfig> in method public AbstractLuceneIndex(indexStorage PartitionedIndexStorage, writerConfigFactory Factory<IndexWriterConfig>) in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex | From | To | |
Rename Parameter writerConfigSupplier : Supplier<IndexWriterConfig> to writerConfigFactory : Factory<IndexWriterConfig> in method public withWriterConfig(writerConfigFactory Factory<IndexWriterConfig>) : LuceneSchemaIndexBuilder in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder | From | To | |
Rename Parameter writerConfigSupplier : Supplier<IndexWriterConfig> to writerConfigFactory : Factory<IndexWriterConfig> in method public LuceneSchemaIndex(indexStorage PartitionedIndexStorage, config IndexConfiguration, samplingConfig IndexSamplingConfig, writerConfigFactory Factory<IndexWriterConfig>) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex | From | To |