4f62f48b50f94cf00a1dbd9072ce622a94a9a742
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type value : NodeIdWrapper to value : VirtualNodeValue in method public unboxNodeOrNull(value VirtualNodeValue) : long in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils | From | To | |
Change Parameter Type value : RelationshipIdWrapper to value : VirtualRelationshipValue in method public unboxRelationshipOrNull(value VirtualRelationshipValue) : long in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils | From | To | |
Change Return Type | 2 | ||
Change Return Type Iterator<NodeIdWrapper> to Iterator<VirtualNodeValue> in method public iterator() : Iterator<VirtualNodeValue> in class org.neo4j.cypher.internal.codegen.PrimitiveNodeStream | From | To | |
Change Return Type Iterator<RelationshipIdWrapper> to Iterator<VirtualRelationshipValue> in method public iterator() : Iterator<VirtualRelationshipValue> in class org.neo4j.cypher.internal.codegen.PrimitiveRelationshipStream | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type NODE_COMPARATOR : Comparator<NodeIdWrapper> to NODE_COMPARATOR : Comparator<VirtualNodeValue> in class org.neo4j.cypher.internal.compiler.v3_4.common.CypherOrderability | From | To | |
Change Attribute Type RELATIONSHIP_COMPARATOR : Comparator<RelationshipIdWrapper> to RELATIONSHIP_COMPARATOR : Comparator<VirtualRelationshipValue> in class org.neo4j.cypher.internal.compiler.v3_4.common.CypherOrderability | From | To |