|
Move Method public getDescend() : double from class com.graphhopper.GHResponse to public getDescend() : double from class com.graphhopper.AltResponse |
From |
To |
|
Move Method public getDistance() : double from class com.graphhopper.GHResponse to public getDistance() : double from class com.graphhopper.AltResponse |
From |
To |
|
Move Method public setAscend(ascend double) : GHResponse from class com.graphhopper.GHResponse to public setAscend(ascend double) : AltResponse from class com.graphhopper.AltResponse |
From |
To |
|
Move Method private check(method String) : void from class com.graphhopper.GHResponse to private check(method String) : void from class com.graphhopper.AltResponse |
From |
To |
|
Move Method public getTime() : long from class com.graphhopper.GHResponse to public getTime() : long from class com.graphhopper.AltResponse |
From |
To |
|
Move Method public setDescend(descend double) : GHResponse from class com.graphhopper.GHResponse to public setDescend(descend double) : AltResponse from class com.graphhopper.AltResponse |
From |
To |
|
Move Method public getAscend() : double from class com.graphhopper.GHResponse to public getAscend() : double from class com.graphhopper.AltResponse |
From |
To |
|
Move Method public getRouteWeight() : double from class com.graphhopper.GHResponse to public getRouteWeight() : double from class com.graphhopper.AltResponse |
From |
To |
|
Move Method public setInstructions(instructions InstructionList) : void from class com.graphhopper.GHResponse to public setInstructions(instructions InstructionList) : void from class com.graphhopper.AltResponse |
From |
To |
|
Move Method public calcRouteBBox(_fallback BBox) : BBox from class com.graphhopper.GHResponse to public calcRouteBBox(_fallback BBox) : BBox from class com.graphhopper.AltResponse |
From |
To |
|
Move Method public getPoints() : PointList from class com.graphhopper.GHResponse to public getPoints() : PointList from class com.graphhopper.AltResponse |
From |
To |
|
Move Method public getInstructions() : InstructionList from class com.graphhopper.GHResponse to public getInstructions() : InstructionList from class com.graphhopper.AltResponse |
From |
To |
|
Rename Variable firstPath : JSONObject to path : JSONObject in method public route(request GHRequest) : GHResponse in class com.graphhopper.http.GraphHopperWeb |
From |
To |
|
Rename Variable path : Path to pathList : List<Path> in method protected calcPaths(request GHRequest, ghRsp GHResponse) : List<Path> in class com.graphhopper.GraphHopper |
From |
To |
|
Rename Variable res : GHResponse to altRsp : AltResponse in method public createAltResponse(path JSONObject, tmpCalcPoints boolean, tmpInstructions boolean, tmpElevation boolean) : AltResponse in class com.graphhopper.http.GraphHopperWeb |
From |
To |
|
Rename Variable viaPaths : List<Path> to altPaths : List<Path> in method public assertDistance(algoEntry AlgoHelperEntry, queryList List<QueryResult>, oneRun OneRun) : TestAlgoCollector in class com.graphhopper.routing.util.TestAlgoCollector |
From |
To |
|
Rename Variable paths : List<Path> to altPaths : List<Path> in method protected calcPaths(request GHRequest, ghRsp GHResponse) : List<Path> in class com.graphhopper.GraphHopper |
From |
To |
|
Move Attribute private descend : double from class com.graphhopper.GHResponse to private descend : double from class com.graphhopper.AltResponse |
From |
To |
|
Move Attribute private list : PointList from class com.graphhopper.GHResponse to private list : PointList from class com.graphhopper.AltResponse |
From |
To |
|
Move Attribute private routeWeight : double from class com.graphhopper.GHResponse to private routeWeight : double from class com.graphhopper.AltResponse |
From |
To |
|
Move Attribute private instructions : InstructionList from class com.graphhopper.GHResponse to private instructions : InstructionList from class com.graphhopper.AltResponse |
From |
To |
|
Move Attribute private time : long from class com.graphhopper.GHResponse to private time : long from class com.graphhopper.AltResponse |
From |
To |
|
Move Attribute private distance : double from class com.graphhopper.GHResponse to private distance : double from class com.graphhopper.AltResponse |
From |
To |
|
Move Attribute private ascend : double from class com.graphhopper.GHResponse to private ascend : double from class com.graphhopper.AltResponse |
From |
To |
|
Change Variable Type path : Path to pathList : List<Path> in method protected calcPaths(request GHRequest, ghRsp GHResponse) : List<Path> in class com.graphhopper.GraphHopper |
From |
To |
|
Change Variable Type res : GHResponse to altRsp : AltResponse in method public createAltResponse(path JSONObject, tmpCalcPoints boolean, tmpInstructions boolean, tmpElevation boolean) : AltResponse in class com.graphhopper.http.GraphHopperWeb |
From |
To |
|
Change Variable Type rsp : GHResponse to rsp : AltResponse in method public assertDistance(algoEntry AlgoHelperEntry, queryList List<QueryResult>, oneRun OneRun) : TestAlgoCollector in class com.graphhopper.routing.util.TestAlgoCollector |
From |
To |
|
Change Variable Type rsp : GHResponse to rsp : AltResponse in method public testSortedGraph_noCH() : void in class com.graphhopper.GraphHopperTest |
From |
To |