6fa2557f1b581c438352a9e1b94ee5011a8d70ca
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testIterationBug_163() : void renamed to public testIteration_Issue163() : void in class com.graphhopper.routing.QueryGraphTest | From | To | |
| Move Class | 2 | ||
| Move Class com.graphhopper.routing.QueryGraph.VirtualEdgeIterator moved to com.graphhopper.routing.VirtualEdgeIterator | From | To | |
| Move Class com.graphhopper.routing.QueryGraph.VirtualEdgeIState moved to com.graphhopper.routing.VirtualEdgeIState | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type vi : QueryGraph.VirtualEdgeIterator to vi : VirtualEdgeIterator in method public testVirtEdges() : void in class com.graphhopper.routing.QueryGraphTest | From | To | |
| Extract Method | 2 | ||
| Extract Method private isVirtualEdge(edgeId int) : boolean extracted from public getEdgeProps(origEdgeId int, adjNode int) : EdgeIteratorState in class com.graphhopper.routing.QueryGraph | From | To | |
| Extract Method private isVirtualNode(node int) : boolean extracted from package fillVirtualEdges(node2Edge TIntObjectMap<VirtualEdgeIterator>, towerNode int, mainExpl EdgeExplorer) : void in class com.graphhopper.routing.QueryGraph | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter node : int to nodeVia : int in method private nextCostFlags(edgeFrom int, nodeVia int, edgeTo int) : long in class com.graphhopper.storage.TurnCostExtension | From | To | |
| Rename Parameter node : int to nodeVia : int in method public getTurnCostFlags(edgeFrom int, nodeVia int, edgeTo int) : long in class com.graphhopper.storage.TurnCostExtension | From | To | |
| Rename Parameter origEdgeId : int to edgeId : int in method private isVirtualEdge(edgeId int) : boolean in class com.graphhopper.routing.QueryGraph | From | To |