4e5331a21a2efbf87f31b2ccde50208a9ac31046
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type int to long in method private mapSize(zoomLevel int) : long in class com.facebook.presto.plugin.geospatial.BingTileFunctions | From | To | |
Change Variable Type | 2 | ||
Change Variable Type mapSize : int to mapSize : long in method private tileXYToLatitudeLongitude(tileX int, tileY int, zoomLevel int) : Point in class com.facebook.presto.plugin.geospatial.BingTileFunctions | From | To | |
Change Variable Type mapSize : int to mapSize : long in method private latitudeLongitudeToTile(latitude double, longitude double, zoomLevel int) : BingTile in class com.facebook.presto.plugin.geospatial.BingTileFunctions | From | To |