06d41481fa273ece48e05e8009ead587ad3545f2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public bloomFulltextProperties() : Stream<PropertyOutput> renamed to public bloomFulltextGetPropertyKeys() : Stream<PropertyOutput> in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedures | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type properties : List<String> to properties : Collection<String> in method package LuceneFulltext(indexStorage PartitionedIndexStorage, partitionFactory IndexPartitionFactory, properties Collection<String>, analyzer Analyzer, identifier String, type FulltextProvider.FulltextIndexType) in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
Change Return Type | 2 | ||
Change Return Type Set<WritableFulltext> to Collection<WritableFulltext> in method package writableRelationshipIndices() : Collection<WritableFulltext> in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
Change Return Type Set<WritableFulltext> to Collection<WritableFulltext> in method package writableNodeIndices() : Collection<WritableFulltext> in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
Move Attribute | 4 | ||
Move Attribute public FIELD_METADATA_DOC : String from class org.neo4j.kernel.api.impl.fulltext.FulltextProvider to private FIELD_METADATA_DOC : String from class org.neo4j.kernel.api.impl.fulltext.FulltextIndexConfiguration | From | To | |
Move Attribute public FIELD_CONFIG_PROPERTIES : String from class org.neo4j.kernel.api.impl.fulltext.FulltextProvider to private FIELD_CONFIG_PROPERTIES : String from class org.neo4j.kernel.api.impl.fulltext.FulltextIndexConfiguration | From | To | |
Move Attribute public FIELD_LAST_COMMITTED_TX_ID : String from class org.neo4j.kernel.api.impl.fulltext.FulltextProvider to private FIELD_LAST_COMMITTED_TX_ID : String from class org.neo4j.kernel.api.impl.fulltext.FulltextIndexConfiguration | From | To | |
Move Attribute public FIELD_CONFIG_ANALYZER : String from class org.neo4j.kernel.api.impl.fulltext.FulltextProvider to private FIELD_CONFIG_ANALYZER : String from class org.neo4j.kernel.api.impl.fulltext.FulltextIndexConfiguration | From | To | |
Extract Variable | 1 | ||
Extract Variable partitionSearcher : PartitionSearcher in method private createSimpleReader(partitions List<AbstractIndexPartition>) : SimpleFulltextReader from class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type writableNodeIndices : Set<WritableFulltext> to writableNodeIndices : Map<String,WritableFulltext> in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
Change Attribute Type writableRelationshipIndices : Set<WritableFulltext> to writableRelationshipIndices : Map<String,WritableFulltext> in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To |