45fee03b8635aceeead32ecc9256a328cff01964
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getIndexWriterConfigWithAnalyzer(analyzer Analyzer) : IndexWriterConfig renamed to public standard(analyzer Analyzer) : IndexWriterConfig in class org.neo4j.kernel.api.impl.index.IndexWriterConfigs | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type properties : String[] to properties : List<String> in method package LuceneFulltext(indexStorage PartitionedIndexStorage, partitionFactory IndexPartitionFactory, properties List<String>, analyzer Analyzer, identifier String, type FulltextProvider.FULLTEXT_INDEX_TYPE) in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
Change Parameter Type properties : String[] to properties : List<String> in method public createFulltextIndex(identifier String, type FulltextProvider.FULLTEXT_INDEX_TYPE, properties List<String>, provider FulltextProvider) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextFactory | From | To | |
Rename Variable | 1 | ||
Rename Variable population : Factory<IndexWriterConfig> to indexWriterConfigFactory : Factory<IndexWriterConfig> in method public FulltextFactory(fileSystem FileSystemAbstraction, storeDir File, analyzer Analyzer) in class org.neo4j.kernel.api.impl.fulltext.FulltextFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type properties : String[] to properties : List<String> in method public init() : void in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomKernelExtension | From | To | |
Extract Method | 1 | ||
Extract Method private getAnalyzer() : Analyzer extracted from public init() : void in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomKernelExtension | From | To |