b4ff6279bdd6ff4ebfae8b385181868c55468382
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testLandmarkStore() : void renamed to public testLandmarkStorageAndRouting() : void in class com.graphhopper.routing.lm.PrepareLandmarksTest | From | To | |
Rename Variable | 1 | ||
Rename Variable weightMax : double to maxWeight : double in method public createLandmarks() : void in class com.graphhopper.routing.lm.LandmarkStorage | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable weightMax : double to maxWeight : double in method public setMaximumWeight(maxWeight double) : LandmarkStorage in class com.graphhopper.routing.lm.LandmarkStorage | From | To | |
Extract Method | 1 | ||
Extract Method public setMaximumWeight(maxWeight double) : LandmarkStorage extracted from public createLandmarks() : void in class com.graphhopper.routing.lm.LandmarkStorage | From | To |