|
Rename Method public addAlternative(altResponse AltResponse) : void renamed to public add(altResponse PathWrapper) : void in class com.graphhopper.GHResponse |
From |
To |
|
Rename Method public testHasError() : void renamed to public testHasNoErrorIfEmpty() : void in class com.graphhopper.GHResponseTest |
From |
To |
|
Rename Method public createAltResponse(path JSONObject, tmpCalcPoints boolean, tmpInstructions boolean, tmpElevation boolean) : AltResponse renamed to public createPathWrapper(path JSONObject, tmpCalcPoints boolean, tmpInstructions boolean, tmpElevation boolean) : PathWrapper in class com.graphhopper.http.GraphHopperWeb |
From |
To |
|
Rename Method public getFirst() : AltResponse renamed to public getBest() : PathWrapper in class com.graphhopper.GHResponse |
From |
To |
|
Rename Method public getAlternatives() : List<AltResponse> renamed to public getAll() : List<PathWrapper> in class com.graphhopper.GHResponse |
From |
To |
|
Change Parameter Type altRsp : AltResponse to altRsp : PathWrapper in method public doWork(altRsp PathWrapper, paths List<Path>, tr Translation) : void in class com.graphhopper.util.PathMerger |
From |
To |
|
Change Parameter Type rsp : AltResponse to rsp : PathWrapper in method protected createGPXString(req HttpServletRequest, res HttpServletResponse, rsp PathWrapper) : String in class com.graphhopper.http.GraphHopperServlet |
From |
To |
|
Change Parameter Type rsp : AltResponse to rsp : PathWrapper in method private calcAscendDescend(rsp PathWrapper, pointList PointList) : void in class com.graphhopper.util.PathMerger |
From |
To |
|
Change Parameter Type altResponse : AltResponse to altResponse : PathWrapper in method public add(altResponse PathWrapper) : void in class com.graphhopper.GHResponse |
From |
To |
|
Change Parameter Type response : AltResponse to response : PathWrapper in method private createPolyline(response PathWrapper) : Polyline in class com.graphhopper.android.MainActivity |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public setPoints(points PointList) : PathWrapper in class com.graphhopper.PathWrapper |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public setDistance(distance double) : PathWrapper in class com.graphhopper.PathWrapper |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public setDescription(names List<String>) : PathWrapper in class com.graphhopper.PathWrapper |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public setTime(timeInMillis long) : PathWrapper in class com.graphhopper.PathWrapper |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public createPathWrapper(path JSONObject, tmpCalcPoints boolean, tmpInstructions boolean, tmpElevation boolean) : PathWrapper in class com.graphhopper.http.GraphHopperWeb |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public addErrors(errors List<Throwable>) : PathWrapper in class com.graphhopper.PathWrapper |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public getBest() : PathWrapper in class com.graphhopper.GHResponse |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public setAscend(ascend double) : PathWrapper in class com.graphhopper.PathWrapper |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public setDescend(descend double) : PathWrapper in class com.graphhopper.PathWrapper |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public addError(error Throwable) : PathWrapper in class com.graphhopper.PathWrapper |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public addDebugInfo(debugInfo String) : PathWrapper in class com.graphhopper.PathWrapper |
From |
To |
|
Change Return Type List<AltResponse> to List<PathWrapper> in method public getAll() : List<PathWrapper> in class com.graphhopper.GHResponse |
From |
To |
|
Change Return Type AltResponse to PathWrapper in method public setRouteWeight(weight double) : PathWrapper in class com.graphhopper.PathWrapper |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method public testGraphHopperWeb() : void in class com.graphhopper.http.GraphHopperServletIT |
From |
To |
|
Change Variable Type ar : AltResponse to ar : PathWrapper in method public getErrors() : List<Throwable> in class com.graphhopper.GHResponse |
From |
To |
|
Change Variable Type altRsp : AltResponse to altRsp : PathWrapper in method public createPathWrapper(path JSONObject, tmpCalcPoints boolean, tmpInstructions boolean, tmpElevation boolean) : PathWrapper in class com.graphhopper.http.GraphHopperWeb |
From |
To |
|
Change Variable Type ar : AltResponse to ar : PathWrapper in method public hasErrors() : boolean in class com.graphhopper.GHResponse |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method public testLoad() : void in class com.graphhopper.GraphHopperAPITest |
From |
To |
|
Change Variable Type ar : AltResponse to ar : PathWrapper in method public toJSON(rsp GHResponse, calcPoints boolean, pointsEncoded boolean, includeElevation boolean, enableInstructions boolean) : Map<String,Object> in class com.graphhopper.http.SimpleRouteSerializer |
From |
To |
|
Change Variable Type altRsp : AltResponse to altRsp : PathWrapper in method public route(request GHRequest) : GHResponse in class com.graphhopper.http.GraphHopperWeb |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method private executeCHFootRoute() : void in class com.graphhopper.GraphHopperIT |
From |
To |
|
Change Variable Type altResponse : AltResponse to altResponse : PathWrapper in method protected calcPaths(request GHRequest, ghRsp GHResponse) : List<Path> in class com.graphhopper.GraphHopper |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method public testMonacoVia() : void in class com.graphhopper.GraphHopperIT |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method public testRoundaboutInstructionsWithCH() : void in class com.graphhopper.GraphHopperIT |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method public testMonacoEnforcedDirection() : void in class com.graphhopper.GraphHopperIT |
From |
To |
|
Change Variable Type rsp : AltResponse to rsp : PathWrapper in method public testVia() : void in class com.graphhopper.GraphHopperTest |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method public testSRTMWithInstructions() : void in class com.graphhopper.GraphHopperIT |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method public testMonacoStraightVia() : void in class com.graphhopper.GraphHopperIT |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method public testReadEncoded() : void in class com.graphhopper.http.GraphHopperWebTest |
From |
To |
|
Change Variable Type rsp : AltResponse to rsp : PathWrapper in method public testFootOnly() : void in class com.graphhopper.GraphHopperTest |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method public testKremsCyclewayInstructionsWithWayTypeInfo() : void in class com.graphhopper.GraphHopperIT |
From |
To |
|
Change Variable Type altRsp0 : AltResponse to altRsp0 : PathWrapper in method public doGet(httpReq HttpServletRequest, httpRes HttpServletResponse) : void in class com.graphhopper.http.GraphHopperServlet |
From |
To |
|
Change Variable Type rsp : AltResponse to rsp : PathWrapper in method public testSortedGraph_noCH() : void in class com.graphhopper.GraphHopperTest |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method public testMonacoWithInstructions() : void in class com.graphhopper.GraphHopperIT |
From |
To |
|
Change Variable Type a : AltResponse to a : PathWrapper in method public toString() : String in class com.graphhopper.GHResponse |
From |
To |
|
Change Variable Type rsp : AltResponse to rsp : PathWrapper in method public assertDistance(algoEntry AlgoHelperEntry, queryList List<QueryResult>, oneRun OneRun) : TestAlgoCollector in class com.graphhopper.routing.util.TestAlgoCollector |
From |
To |
|
Change Variable Type ar : AltResponse to ar : PathWrapper in method public getDebugInfo() : String in class com.graphhopper.GHResponse |
From |
To |
|
Change Variable Type rsp : AltResponse to rsp : PathWrapper in method public testFootAndCar() : void in class com.graphhopper.GraphHopperTest |
From |
To |
|
Change Variable Type arsp : AltResponse to arsp : PathWrapper in method private checkMultiVehiclesWithCH(tmpHopper GraphHopper) : void in class com.graphhopper.GraphHopperIT |
From |
To |