147a3cca0c9df6801dd01144163c1155619d3cb5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package properties() : Set<String> renamed to package getProperties() : Set<String> in class org.neo4j.kernel.api.impl.fulltext.WritableFulltext | From | To | |
Move Method | 1 | ||
Move Method private getAnalyzer() : Analyzer from class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomKernelExtension to private getAnalyzer(analyzerClassName String) : Analyzer from class org.neo4j.kernel.api.impl.fulltext.FulltextFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute LUCENE_FULLTEXT_ADDON_INTERNAL_ID : String to FIELD_ENTITY_ID : String in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ANALYZER : StandardAnalyzer to ANALYZER : String in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextTestSupport | From | To |