258d3338fe7e4f5f3500b0ff464bdfe5ab7c74d2
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 2 | ||
Rename Class org.neo4j.values.virtual.EdgeValue renamed to org.neo4j.values.virtual.EdgeReference | From | To | |
Rename Class org.neo4j.values.virtual.NodeValue renamed to org.neo4j.values.virtual.NodeReference | From | To | |
Change Variable Type | 2 | ||
Change Variable Type that : NodeValue to that : NodeReference in method public equals(other VirtualValue) : boolean in class org.neo4j.values.virtual.NodeReference | From | To | |
Change Variable Type that : EdgeValue to that : EdgeReference in method public equals(other VirtualValue) : boolean in class org.neo4j.values.virtual.EdgeReference | From | To |