fa782988777c0ec9d180bd1c154e818c5650ced0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 7 | ||
Rename Method public intersect(b BBox) : boolean renamed to public intersects(b BBox) : boolean in class com.graphhopper.util.shapes.Circle | From | To | |
Rename Method public intersect(o Shape) : boolean renamed to public intersects(o Shape) : boolean in class com.graphhopper.util.shapes.Polygon | From | To | |
Rename Method public intersect(s Shape) : boolean renamed to public intersects(s Shape) : boolean in class com.graphhopper.util.shapes.BBox | From | To | |
Rename Method public intersect(c Circle) : boolean renamed to public intersects(c Circle) : boolean in class com.graphhopper.util.shapes.Circle | From | To | |
Rename Method public intersect(o Shape) : boolean renamed to public intersects(o Shape) : boolean in class com.graphhopper.util.shapes.Shape | From | To | |
Rename Method public intersect(o BBox) : boolean renamed to public intersects(minLon double, maxLon double, minLat double, maxLat double) : boolean in class com.graphhopper.util.shapes.BBox | From | To | |
Rename Method public intersect(o Shape) : boolean renamed to public intersects(o Shape) : boolean in class com.graphhopper.util.shapes.Circle | From | To | |
Rename Variable | 4 | ||
Rename Variable value : int to nextIntPointer : int in method package fillIDs(keyPart long, intIndex int, set GHIntHashSet, depth int) : void in class com.graphhopper.storage.index.LocationIndexTree | From | To | |
Rename Variable refPointer : long to pointer : long in method package store(entry InMemEntry, intPointer int) : int in class com.graphhopper.storage.index.LocationIndexTree.InMemConstructionIndex | From | To | |
Rename Variable beforeIntIndex : int to prevIntPointer : int in method package store(entry InMemEntry, intPointer int) : int in class com.graphhopper.storage.index.LocationIndexTree.InMemConstructionIndex | From | To | |
Inline Method | 1 | ||
Inline Method public intersect(s Circle) : boolean inlined to public intersects(s Shape) : boolean in class com.graphhopper.util.shapes.BBox | From | To | |
Merge Variable | 1 | ||
Merge Variable [lat : double, lon : double, lat2 : double, lon2 : double] to pl : PointList in method public paintComponent(g2 Graphics2D) : void in class com.graphhopper.ui.MiniGraphUI.MiniGraphUI.addLayer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter intIndex : int to intPointer : int in method package store(entry InMemEntry, intPointer int) : int in class com.graphhopper.storage.index.LocationIndexTree.InMemConstructionIndex | From | To |