c24b1bc0d87527a376ea7f354832c94540db0d54
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testOrientation() : void renamed to public testOrientationExact() : void in class com.graphhopper.util.AngleCalcTest | From | To | |
Extract Method | 1 | ||
Extract Method public calcOrientation(lat1 double, lon1 double, lat2 double, lon2 double, exact boolean) : double extracted from public calcOrientation(lat1 double, lon1 double, lat2 double, lon2 double) : double in class com.graphhopper.util.AngleCalc | From | To |