4cca9d2e8eb736993ac3bc3c3434c04085287364
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type validTypes : Set<GeometryTypeName> to validTypes : Set<GeometryType> in method private validateType(function String, geometry OGCGeometry, validTypes Set<GeometryType>) : void in class com.facebook.presto.plugin.geospatial.GeoFunctions | From | To | |
Rename Variable | 1 | ||
Rename Variable typeName : GeometryTypeName to geometryType : GeometryType in method public stCentroid(input Slice) : Slice in class com.facebook.presto.plugin.geospatial.GeoFunctions | From | To | |
Change Return Type | 1 | ||
Change Return Type GeometryTypeName to GeometryType in method public valueOf(type String) : GeometryType in class com.facebook.presto.geospatial.GeometryUtils | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.facebook.presto.geospatial.GeometryUtils.GeometryTypeName moved and renamed to com.facebook.presto.geospatial.GeometryType | From | To | |
Change Variable Type | 2 | ||
Change Variable Type typeName : GeometryTypeName to geometryType : GeometryType in method public stCentroid(input Slice) : Slice in class com.facebook.presto.plugin.geospatial.GeoFunctions | From | To | |
Change Variable Type type : GeometryTypeName to type : GeometryType in method private validateType(function String, geometry OGCGeometry, validTypes Set<GeometryType>) : void in class com.facebook.presto.plugin.geospatial.GeoFunctions | From | To |