9d950179ef8cd568cbcd3af01de8756c2c5cd7f8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private writeNodeData(propertyEntries Iterable<Node>, state Map<Long,Map<String,Object>>) : void renamed to private updatePropertyData(propertyEntries Iterable<PropertyEntry<Node>>, state Map<Long,Map<String,Object>>) : void in class org.neo4j.kernel.api.impl.insight.InsightIndexTransactionEventUpdater | From | To | |
| Rename Method public shouldOrderResults() : void renamed to public shouldSearchAcrossMultipleProperties() : void in class org.neo4j.kernel.api.impl.insight.InsightLuceneIndexUpdaterTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type propertyEntries : Iterable<Node> to propertyEntries : Iterable<PropertyEntry<Node>> in method private updatePropertyData(propertyEntries Iterable<PropertyEntry<Node>>, state Map<Long,Map<String,Object>>) : void in class org.neo4j.kernel.api.impl.insight.InsightIndexTransactionEventUpdater | From | To | |
| Rename Variable | 1 | ||
| Rename Variable node : Node to propertyEntry : PropertyEntry<Node> in method private updatePropertyData(propertyEntries Iterable<PropertyEntry<Node>>, state Map<Long,Map<String,Object>>) : void in class org.neo4j.kernel.api.impl.insight.InsightIndexTransactionEventUpdater | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type node : Node to propertyEntry : PropertyEntry<Node> in method private updatePropertyData(propertyEntries Iterable<PropertyEntry<Node>>, state Map<Long,Map<String,Object>>) : void in class org.neo4j.kernel.api.impl.insight.InsightIndexTransactionEventUpdater | From | To | |
| Extract Variable | 1 | ||
| Extract Variable nodeId : long in method private updatePropertyData(propertyEntries Iterable<PropertyEntry<Node>>, state Map<Long,Map<String,Object>>) : void from class org.neo4j.kernel.api.impl.insight.InsightIndexTransactionEventUpdater | From | To |