23effe6b47da4a631f47640a99675fbff181efc2
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected handleFerryTags(way OSMWay, unknownSpeed double, shortTripsSpeed double, longTripsSpeed double) : long renamed to protected getFerrySpeed(way OSMWay, unknownSpeed double, shortTripsSpeed double, longTripsSpeed double) : double in class com.graphhopper.routing.util.AbstractFlagEncoder | From | To | |
Rename Variable | 3 | ||
Rename Variable encoded : long to flags : long in method public handleWayTags(way OSMWay, allowed long, priorityFromRelation long) : long in class com.graphhopper.routing.util.MotorcycleFlagEncoder | From | To | |
Rename Variable encoded : long to flags : long in method public handleWayTags(way OSMWay, allowed long, relationFlags long) : long in class com.graphhopper.routing.util.FootFlagEncoder | From | To | |
Rename Variable encoded : long to flags : long in method public handleWayTags(way OSMWay, allowed long, relationFlags long) : long in class com.graphhopper.routing.util.BikeCommonFlagEncoder | From | To | |
Change Return Type | 1 | ||
Change Return Type long to double in method protected getFerrySpeed(way OSMWay, unknownSpeed double, shortTripsSpeed double, longTripsSpeed double) : double in class com.graphhopper.routing.util.AbstractFlagEncoder | From | To | |
Extract Variable | 1 | ||
Extract Variable flags : long in method public handleWayTags(way OSMWay, allowed long, relationFlags long) : long from class com.graphhopper.routing.util.CarFlagEncoder | From | To |