a903fd00977935d25941ba375f969a218174087f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public init() : void renamed to public registerTransactionEventHandler() : void in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
| Change Parameter Type | 4 | ||
| Change Parameter Type type : FulltextProvider.FulltextIndexType to type : FulltextIndexType in method package LuceneFulltext(indexStorage PartitionedIndexStorage, partitionFactory IndexPartitionFactory, properties Collection<String>, analyzer Analyzer, identifier String, type FulltextIndexType) in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
| Change Parameter Type type : FulltextProvider.FulltextIndexType to type : FulltextIndexType in method package LuceneFulltext(indexStorage PartitionedIndexStorage, partitionFactory WritableIndexPartitionFactory, analyzer Analyzer, identifier String, type FulltextIndexType) in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
| Change Parameter Type type : FulltextProvider.FulltextIndexType to type : FulltextIndexType in method package createFulltextIndex(identifier String, type FulltextIndexType, properties List<String>) : LuceneFulltext in class org.neo4j.kernel.api.impl.fulltext.FulltextFactory | From | To | |
| Change Parameter Type type : FulltextProvider.FulltextIndexType to type : FulltextIndexType in method package openFulltextIndex(identifier String, type FulltextIndexType) : LuceneFulltext in class org.neo4j.kernel.api.impl.fulltext.FulltextFactory | From | To | |
| Change Return Type | 3 | ||
| Change Return Type FulltextProvider.FulltextIndexType to FulltextIndexType in method package getType() : FulltextIndexType in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
| Change Return Type void to LuceneFulltext in method package createFulltextIndex(identifier String, type FulltextIndexType, properties List<String>) : LuceneFulltext in class org.neo4j.kernel.api.impl.fulltext.FulltextFactory | From | To | |
| Change Return Type void to LuceneFulltext in method package openFulltextIndex(identifier String, type FulltextIndexType) : LuceneFulltext in class org.neo4j.kernel.api.impl.fulltext.FulltextFactory | From | To | |
| Move Attribute | 1 | ||
| Move Attribute public factory : FulltextFactory from class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedures to private factory : FulltextFactory from class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
| Move Class | 1 | ||
| Move Class org.neo4j.kernel.api.impl.fulltext.FulltextProvider.FulltextIndexType moved to org.neo4j.kernel.api.impl.fulltext.FulltextIndexType | From | To | |
| Extract Variable | 1 | ||
| Extract Variable writableFulltext : WritableFulltext in method public getReader(identifier String, type FulltextIndexType) : ReadOnlyFulltext from class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type type : FulltextProvider.FulltextIndexType to type : FulltextIndexType in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To |