69cfd035b0a2255f074056016b7d245b246c0435
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 2 | ||
| Move And Rename Method private gpxSuccessResponse(ghRsp GHResponse, timeString String, trackName String, enableElevation boolean, withRoute boolean, withTrack boolean, withWayPoints boolean) : Response from class com.graphhopper.http.resources.RouteResource to public gpxSuccessResponseBuilder(ghRsp GHResponse, timeString String, trackName String, enableElevation boolean, withRoute boolean, withTrack boolean, withWayPoints boolean) : Response.ResponseBuilder from class com.graphhopper.http.WebHelper | From | To | |
| Move And Rename Method private jsonSuccessResponse(ghRsp GHResponse, enableInstructions boolean, calcPoints boolean, enableElevation boolean, pointsEncoded boolean, took float) : Response from class com.graphhopper.http.resources.RouteResource to public jsonObject(ghRsp GHResponse, enableInstructions boolean, calcPoints boolean, enableElevation boolean, pointsEncoded boolean, took float) : ObjectNode from class com.graphhopper.http.WebHelper | From | To | |
| Move Method | 5 | ||
| Move Method private errorResponse(t List<Throwable>, writeGPX boolean) : Response from class com.graphhopper.http.resources.RouteResource to public errorResponse(t List<Throwable>, writeGPX boolean) : Response from class com.graphhopper.http.WebHelper | From | To | |
| Move Method private errorResponse(t Throwable, writeGPX boolean) : Response from class com.graphhopper.http.resources.RouteResource to public errorResponse(t Throwable, writeGPX boolean) : Response from class com.graphhopper.http.WebHelper | From | To | |
| Move Method private getMessage(t Throwable) : String from class com.graphhopper.http.resources.RouteResource to private getMessage(t Throwable) : String from class com.graphhopper.http.WebHelper | From | To | |
| Move Method private xmlErrorResponse(list Collection<Throwable>) : Response from class com.graphhopper.http.resources.RouteResource to private xmlErrorResponse(list Collection<Throwable>) : Response from class com.graphhopper.http.WebHelper | From | To | |
| Move Method private jsonErrorResponse(errors List<Throwable>) : Response from class com.graphhopper.http.resources.RouteResource to private jsonErrorResponse(errors List<Throwable>) : Response from class com.graphhopper.http.WebHelper | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Response to Response.ResponseBuilder in method public gpxSuccessResponseBuilder(ghRsp GHResponse, timeString String, trackName String, enableElevation boolean, withRoute boolean, withTrack boolean, withWayPoints boolean) : Response.ResponseBuilder in class com.graphhopper.http.WebHelper | From | To | |
| Change Return Type Response to ObjectNode in method public jsonObject(ghRsp GHResponse, enableInstructions boolean, calcPoints boolean, enableElevation boolean, pointsEncoded boolean, took float) : ObjectNode in class com.graphhopper.http.WebHelper | From | To |