57aaa203fb12db345757bcf49f1d8eec2c538c9d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public relationshipIndices() : Set<WritableFulltext> renamed to package writableRelationshipIndices() : Set<WritableFulltext> in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
| Rename Method public nodeIndices() : Set<WritableFulltext> renamed to package writableNodeIndices() : Set<WritableFulltext> in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
| Change Parameter Type | 5 | ||
| Change Parameter Type type : FULLTEXT_HELPER_TYPE to type : FulltextProvider.FULLTEXT_HELPER_TYPE in method public createFulltextHelper(identifier String, type FulltextProvider.FULLTEXT_HELPER_TYPE, properties String[], provider FulltextProvider) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextFactory | From | To | |
| Change Parameter Type type : String to type : FulltextProvider.FULLTEXT_HELPER_TYPE in method public BloomProcedure(type FulltextProvider.FULLTEXT_HELPER_TYPE, identifier String, provider FulltextProvider) in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedure | From | To | |
| Change Parameter Type type : FulltextFactory.FULLTEXT_HELPER_TYPE to type : FULLTEXT_HELPER_TYPE in method public getReader(identifier String, type FULLTEXT_HELPER_TYPE) : ReadOnlyFulltext in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
| Change Parameter Type luceneFulltext : LuceneFulltext to identifier : String in method public BloomProcedure(type FulltextProvider.FULLTEXT_HELPER_TYPE, identifier String, provider FulltextProvider) in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedure | From | To | |
| Change Parameter Type type : FulltextFactory.FULLTEXT_HELPER_TYPE to type : FulltextProvider.FULLTEXT_HELPER_TYPE in method package LuceneFulltext(indexStorage PartitionedIndexStorage, partitionFactory IndexPartitionFactory, properties String[], analyzer Analyzer, identifier String, type FulltextProvider.FULLTEXT_HELPER_TYPE) in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
| Change Return Type | 2 | ||
| Change Return Type LuceneFulltext to void in method public createFulltextHelper(identifier String, type FulltextProvider.FULLTEXT_HELPER_TYPE, properties String[], provider FulltextProvider) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextFactory | From | To | |
| Change Return Type FulltextFactory.FULLTEXT_HELPER_TYPE to FulltextProvider.FULLTEXT_HELPER_TYPE in method package getType() : FulltextProvider.FULLTEXT_HELPER_TYPE in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
| Move Class | 1 | ||
| Move Class org.neo4j.kernel.api.impl.fulltext.FulltextFactory.FULLTEXT_HELPER_TYPE moved to org.neo4j.kernel.api.impl.fulltext.FulltextProvider.FULLTEXT_HELPER_TYPE | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute luceneFulltext : LuceneFulltext to identifier : String in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedure | From | To | |
| Extract Variable | 2 | ||
| Extract Variable bloomNodes : String in method public init() : void from class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomKernelExtension | From | To | |
| Extract Variable bloomRelationships : String in method public init() : void from class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomKernelExtension | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type type : FulltextFactory.FULLTEXT_HELPER_TYPE to type : FulltextProvider.FULLTEXT_HELPER_TYPE in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
| Change Attribute Type luceneFulltext : LuceneFulltext to identifier : String in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedure | From | To | |
| Change Attribute Type type : String to type : FulltextProvider.FULLTEXT_HELPER_TYPE in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedure | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter luceneFulltext : LuceneFulltext to identifier : String in method public BloomProcedure(type FulltextProvider.FULLTEXT_HELPER_TYPE, identifier String, provider FulltextProvider) in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedure | From | To |