357ff746261c5e9bdc70fd0afa48a1d8c8d865ac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable ghRsp : GHResponse in method public doGet(httpReq HttpServletRequest, httpRes HttpServletResponse) : void from class com.graphhopper.http.GraphHopperServlet | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type virtualEdges : List<EdgeIteratorState> to virtualEdges : List<VirtualEdgeIteratorState> in class com.graphhopper.routing.QueryGraph | From | To | |
Extract Method | 2 | ||
Extract Method private getPosOfReverseEdge(edgeId int) : int extracted from public getEdgeProps(origEdgeId int, adjNode int) : EdgeIteratorState in class com.graphhopper.routing.QueryGraph | From | To | |
Extract Method public addPoint(point GHPoint, favoredHeading Double) : GHRequest extracted from public addPoint(point GHPoint) : GHRequest in class com.graphhopper.GHRequest | From | To | |
Rename Parameter | 5 | ||
Rename Parameter string : String to key : String in method protected getLongParam(req HttpServletRequest, key String, _default long) : long in class com.graphhopper.http.GHBaseServlet | From | To | |
Rename Parameter string : String to key : String in method protected getBooleanParam(req HttpServletRequest, key String, _default boolean) : boolean in class com.graphhopper.http.GHBaseServlet | From | To | |
Rename Parameter string : String to key : String in method protected getDoubleParam(req HttpServletRequest, key String, _default double) : double in class com.graphhopper.http.GHBaseServlet | From | To | |
Rename Parameter string : String to key : String in method protected getParams(req HttpServletRequest, key String) : String[] in class com.graphhopper.http.GHBaseServlet | From | To | |
Rename Parameter string : String to key : String in method protected getParam(req HttpServletRequest, key String, _default String) : String in class com.graphhopper.http.GHBaseServlet | From | To |