528abdf757f7ead17812e9b197c8b6bcb192cf05
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public initInverse(is3D boolean) : BBox renamed to public createInverse(elevation boolean) : BBox in class com.graphhopper.util.shapes.BBox | From | To | |
Rename Attribute | 1 | ||
Rename Attribute is3D : boolean to elevation : boolean in class com.graphhopper.util.shapes.BBox | From | To | |
Rename Parameter | 2 | ||
Rename Parameter is3D : boolean to elevation : boolean in method public BBox(minLon double, maxLon double, minLat double, maxLat double, minEle double, maxEle double, elevation boolean) in class com.graphhopper.util.shapes.BBox | From | To | |
Rename Parameter is3D : boolean to elevation : boolean in method public createInverse(elevation boolean) : BBox in class com.graphhopper.util.shapes.BBox | From | To |