fec446b83e780d4bce76f0279a2e70d03c6ad88b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 1 | ||
| Parameterize Variable errors : JSONArray to errorJson : JSONArray in method public readErrors(errors List<Throwable>, errorJson JSONArray) : void in class com.graphhopper.http.GraphHopperWeb | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute serviceUrl : String to routeServiceUrl : String in class com.graphhopper.http.GraphHopperWeb | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type time : int to time : long in method public readPath(res GHResponse, firstPath JSONObject, tmpCalcPoints boolean, tmpInstructions boolean, tmpElevation boolean) : void in class com.graphhopper.http.GraphHopperWeb | From | To | |
| Extract Method | 2 | ||
| Extract Method public readErrors(errors List<Throwable>, errorJson JSONArray) : void extracted from public route(request GHRequest) : GHResponse in class com.graphhopper.http.GraphHopperWeb | From | To | |
| Extract Method public readPath(res GHResponse, firstPath JSONObject, tmpCalcPoints boolean, tmpInstructions boolean, tmpElevation boolean) : void extracted from public route(request GHRequest) : GHResponse in class com.graphhopper.http.GraphHopperWeb | From | To |