180ffcbb269afdccd13a9d40939260f5b42535b2
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public properites() : Set<String> renamed to public properties() : Set<String> in class org.neo4j.kernel.api.impl.fulltext.WritableFulltext | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type writableIndex : WritableDatabaseFulltext to writableIndex : WritableFulltext in method public getIndexWriter(writableIndex WritableFulltext) : PartitionedIndexWriter in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
Change Parameter Type index : WritableDatabaseFulltext to index : WritableFulltext in method private refreshIndex(index WritableFulltext) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater | From | To | |
Change Parameter Type index : WritableDatabaseFulltext to index : WritableFulltext in method private removePropertyData(propertyEntries Iterable<PropertyEntry<E>>, state Map<Long,Map<String,Object>>, index WritableFulltext) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater | From | To | |
Change Parameter Type index : WritableDatabaseFulltext to index : WritableFulltext in method private updatePropertyData(state Map<Long,Map<String,Object>>, index WritableFulltext) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater | From | To | |
Change Return Type | 2 | ||
Change Return Type Set<WritableDatabaseFulltext> to Set<WritableFulltext> in method public nodeIndices() : Set<WritableFulltext> in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
Change Return Type Set<WritableDatabaseFulltext> to Set<WritableFulltext> in method public relationshipIndices() : Set<WritableFulltext> in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.kernel.api.impl.fulltext.WritableDatabaseFulltext renamed to org.neo4j.kernel.api.impl.fulltext.WritableFulltext | From | To | |
Change Variable Type | 2 | ||
Change Variable Type relationshipIndex : WritableDatabaseFulltext to relationshipIndex : WritableFulltext in method public afterCommit(data TransactionData, state Object) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater | From | To | |
Change Variable Type nodeIndex : WritableDatabaseFulltext to nodeIndex : WritableFulltext in method public afterCommit(data TransactionData, state Object) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater | From | To |