265de78cbded55af961754763588ff2d758b1872
Files Diff
- Added: 5
- Removed: 5
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package doReachCalc(hReq HttpServletRequest, hRes HttpServletResponse) : Map<String,Object> renamed to package doIsochroneCalc(hReq HttpServletRequest, hRes HttpServletResponse) : Map<String,Object> in class com.graphhopper.http.IsochroneServlet | From | To | |
| Rename Variable | 1 | ||
| Rename Variable reach : Reachability to isochrone : Isochrone in method package doIsochroneCalc(hReq HttpServletRequest, hRes HttpServletResponse) : Map<String,Object> in class com.graphhopper.http.IsochroneServlet | From | To | |
| Rename Class | 3 | ||
| Rename Class com.graphhopper.isochrone.algorithm.ReachabilityTest renamed to com.graphhopper.isochrone.algorithm.IsochroneTest | From | To | |
| Rename Class com.graphhopper.isochrone.algorithm.Reachability renamed to com.graphhopper.isochrone.algorithm.Isochrone | From | To | |
| Rename Class com.graphhopper.http.ReachServlet renamed to com.graphhopper.http.IsochroneServlet | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class com.graphhopper.http.reach.ReachServletTest moved and renamed to com.graphhopper.http.isochrone.IsochroneServletTest | From | To | |
| Move Class | 1 | ||
| Move Class com.graphhopper.http.reach.Polygon moved to com.graphhopper.http.isochrone.Polygon | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type instance : Reachability to instance : Isochrone in method public testSearch() : void in class com.graphhopper.isochrone.algorithm.IsochroneTest | From | To | |
| Change Variable Type reach : Reachability to isochrone : Isochrone in method package doIsochroneCalc(hReq HttpServletRequest, hRes HttpServletResponse) : Map<String,Object> in class com.graphhopper.http.IsochroneServlet | From | To |