6ce90a7f58c67074f57907bf1c7e5b093ca9f62a
Files Diff
- Added: 10
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method package lookup(points List<GHPoint>, encoder FlagEncoder, rsp GHResponse) : List<QueryResult> from class com.graphhopper.GraphHopper to public lookup(points List<GHPoint>, encoder FlagEncoder) : List<QueryResult> from class com.graphhopper.routing.template.ViaRoutingTemplate | From | To | |
Rename Variable | 4 | ||
Rename Variable placeIndex : int to i : int in method protected calcPaths(request GHRequest, ghRsp GHResponse) : List<Path> in class com.graphhopper.GraphHopper | From | To | |
Rename Variable maxVisistedNodesForRequest : int to maxVisitedNodesForRequest : int in method protected calcPaths(request GHRequest, ghRsp GHResponse) : List<Path> in class com.graphhopper.GraphHopper | From | To | |
Rename Variable algo : RoutingAlgorithm to ra : RoutingAlgorithm in method public createAlgo(g Graph, opts AlgorithmOptions) : RoutingAlgorithm in class com.graphhopper.routing.RoutingAlgorithmFactorySimple | From | To | |
Rename Variable chForceDisabling : boolean to forceFlexibleMode : boolean in method protected calcPaths(request GHRequest, ghRsp GHResponse) : List<Path> in class com.graphhopper.GraphHopper | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.graphhopper.routing.RoundTripAltAlgorithmTest moved and renamed to com.graphhopper.routing.template.RoundTripRoutingTemplateTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter b : boolean to fullGraph : boolean in method private createTestGraph(fullGraph boolean) : Graph in class com.graphhopper.routing.template.RoundTripRoutingTemplateTest | From | To |