0e17f9adf85e14cb34c385c7886ed0cddfabe0f6
Files Diff
- Added: 59
- Removed: 63
- Renamed: 0
- Modified: 116
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getDefaultGeomFactory() : MGeometryFactory renamed to public getDefaultGeometryFactory() : MGeometryFactory in class org.hibernate.spatial.jts.JTS | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public getGeometryFactory() : MGeometryFactory from class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryValueBinder to protected getGeometryFactory() : MGeometryFactory from class org.hibernate.spatial.dialect.AbstractGeometryValueBinder | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public bind(st PreparedStatement, value Geometry, index int, options WrapperOptions) : void from class org.hibernate.spatial.dialect.oracle.SDOGeometryValueBinder to protected doBind(st PreparedStatement, value X, index int, options WrapperOptions) : void from class org.hibernate.spatial.dialect.AbstractGeometryValueBinder | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type value : Geometry to value : X in method protected doBind(st PreparedStatement, value X, index int, options WrapperOptions) : void in class org.hibernate.spatial.dialect.AbstractGeometryValueBinder | From | To | |
| Change Parameter Type value : Geometry to value : J in method public bind(st PreparedStatement, value J, index int, options WrapperOptions) : void in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueBinder | From | To | |
| Move Method | 2 | ||
| Move Method public bind(st PreparedStatement, value Geometry, index int, options WrapperOptions) : void from class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryValueBinder to public bind(st PreparedStatement, value J, index int, options WrapperOptions) : void from class org.hibernate.spatial.dialect.oracle.SDOGeometryValueBinder | From | To | |
| Move Method public getGeometryFactory() : MGeometryFactory from class org.hibernate.spatial.dialect.oracle.SDOGeometryValueBinder to protected getGeometryFactory() : MGeometryFactory from class org.hibernate.spatial.dialect.AbstractGeometryValueBinder | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder hibernate-spatial/src/matrix to hibernate-spatial/src/test | From | To | |
| Rename Class | 3 | ||
| Rename Class org.hibernate.spatial.GeometryJavaTypeDescriptor renamed to org.hibernate.spatial.JTSGeometryJavaTypeDescriptor | From | To | |
| Rename Class org.hibernate.spatial.GeometryType renamed to org.hibernate.spatial.JTSGeometryType | From | To | |
| Rename Class org.hibernate.spatial.dialect.mysql.MySQLSpatialInnoDBDialect renamed to org.hibernate.spatial.dialect.mysql.MySQL5SpatialInnoDBDialect | From | To | |
| Move Class | 2 | ||
| Move Class org.hibernate.spatial.TestCircle moved to org.hibernate.spatial.jts.TestCircle | From | To | |
| Move Class org.hibernate.spatial.Circle moved to org.hibernate.spatial.jts.Circle | From | To | |
| Extract Superclass | 2 | ||
| Extract Superclass org.hibernate.spatial.dialect.AbstractGeometryValueExtractor from classes [org.hibernate.spatial.dialect.h2geodb.GeoDBValueExtractor, org.hibernate.spatial.dialect.mysql.MySQLGeometryValueExtractor, org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor, org.hibernate.spatial.dialect.postgis.PGGeometryValueExtractor, org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryValueExtractor] | From | To | |
| Extract Superclass org.hibernate.spatial.dialect.AbstractGeometryValueBinder from classes [org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryValueBinder, org.hibernate.spatial.dialect.h2geodb.GeoDBValueBinder, org.hibernate.spatial.dialect.mysql.MySQLGeometryValueBinder, org.hibernate.spatial.dialect.postgis.PGGeometryValueBinder] | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type INSTANCE : SqlTypeDescriptor to INSTANCE : PGGeometryTypeDescriptor in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor | From | To | |
| Change Attribute Type INSTANCE : GeometryType to INSTANCE : JTSGeometryType in class org.hibernate.spatial.JTSGeometryType | From | To | |
| Change Attribute Type INSTANCE : SqlTypeDescriptor to INSTANCE : SqlServer2008GeometryTypeDescriptor in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor | From | To |