48549d72301319031596a4b0d2fa0f6f66e5a6d1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type map : HashMap<String,AnyValue> to map : Map<String,AnyValue> in method public map(map Map<String,AnyValue>) : MapValue in class org.neo4j.values.virtual.VirtualValues | From | To | |
Change Parameter Type startNodeId : long to startNode : NodeValue in method public edgeValue(id long, startNode NodeValue, endNode NodeValue, type TextValue, properties MapValue) : EdgeValue in class org.neo4j.values.virtual.VirtualValues | From | To | |
Change Parameter Type endNodeId : long to endNode : NodeValue in method public edgeValue(id long, startNode NodeValue, endNode NodeValue, type TextValue, properties MapValue) : EdgeValue in class org.neo4j.values.virtual.VirtualValues | From | To | |
Change Return Type | 4 | ||
Change Return Type VirtualValue to ListValue in method public list(objects Object...) : ListValue in class org.neo4j.values.virtual.VirtualValueTestUtil | From | To | |
Change Return Type Value to LongArray in method public longArray(value long[]) : LongArray in class org.neo4j.values.storable.Values | From | To | |
Change Return Type VirtualValue to PointValue in method public pointCartesian(x double, y double) : PointValue in class org.neo4j.values.virtual.VirtualValues | From | To | |
Change Return Type VirtualValue to PointValue in method public pointGeographic(latitude double, longitude double) : PointValue in class org.neo4j.values.virtual.VirtualValues | From | To | |
Rename Parameter | 2 | ||
Rename Parameter startNodeId : long to startNode : NodeValue in method public edgeValue(id long, startNode NodeValue, endNode NodeValue, type TextValue, properties MapValue) : EdgeValue in class org.neo4j.values.virtual.VirtualValues | From | To | |
Rename Parameter endNodeId : long to endNode : NodeValue in method public edgeValue(id long, startNode NodeValue, endNode NodeValue, type TextValue, properties MapValue) : EdgeValue in class org.neo4j.values.virtual.VirtualValues | From | To |