f400ec9fa50f485e842ab282b8a5b0237eeeae4b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method protected initHints(request GHRequest, parameterMap Map<String,String[]>) : void from class com.graphhopper.http.GraphHopperServlet to protected initHints(m HintsMap, parameterMap Map<String,String[]>) : void from class com.graphhopper.http.GHBaseServlet | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type request : GHRequest to m : HintsMap in method protected initHints(m HintsMap, parameterMap Map<String,String[]>) : void in class com.graphhopper.http.GHBaseServlet | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter request : GHRequest to m : HintsMap in method protected initHints(m HintsMap, parameterMap Map<String,String[]>) : void in class com.graphhopper.http.GHBaseServlet | From | To |