|
Push Down Method private equalSRID(geom1 Geometry, geom2 Geometry) : boolean from class org.hibernate.spatial.testing.GeometryEquality to private equalSRID(geom1 Geometry, geom2 Geometry) : boolean from class org.hibernate.spatial.testing.JTSGeometryEquality |
From |
To |
|
Push Down Method public test(geom1 Geometry, geom2 Geometry) : boolean from class org.hibernate.spatial.testing.GeometryEquality to public test(geom1 Geometry, geom2 Geometry) : boolean from class org.hibernate.spatial.testing.JTSGeometryEquality |
From |
To |
|
Push Down Method protected testTypeAndVertexEquality(geom1 Geometry, geom2 Geometry) : boolean from class org.hibernate.spatial.testing.GeometryEquality to protected testTypeAndVertexEquality(geom1 Geometry, geom2 Geometry) : boolean from class org.hibernate.spatial.testing.JTSGeometryEquality |
From |
To |
|
Push Down Method private testCoordinateEquality(c1 Coordinate, c2 Coordinate) : boolean from class org.hibernate.spatial.testing.GeometryEquality to private testCoordinateEquality(c1 Coordinate, c2 Coordinate) : boolean from class org.hibernate.spatial.testing.JTSGeometryEquality |
From |
To |
|
Push Down Method private test(geom1 Geometry, geom2 Geometry, ignoreSRID boolean) : boolean from class org.hibernate.spatial.testing.GeometryEquality to public test(geom1 Geometry, geom2 Geometry) : boolean from class org.hibernate.spatial.testing.JTSGeometryEquality |
From |
To |
|
Push Down Method protected testSimpleGeometryEquality(geom1 Geometry, geom2 Geometry) : boolean from class org.hibernate.spatial.testing.GeometryEquality to protected testSimpleGeometryEquality(geom1 Geometry, geom2 Geometry) : boolean from class org.hibernate.spatial.testing.JTSGeometryEquality |
From |
To |
|
Pull Up Method private retrieveNullGeometry() : void from class org.hibernate.spatial.integration.jts.TestStoreRetrieveUsingJTS to private retrieveNullGeometry() : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Pull Up Method public testStoringNullGeometries() : void from class org.hibernate.spatial.integration.jts.TestStoreRetrieveUsingJTS to public testStoringNullGeometries() : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Pull Up Method public testAfterStoreRetrievingEqualObject() : void from class org.hibernate.spatial.integration.geolatte.TestStoreRetrieveUsingGeolatte to public testAfterStoreRetrievingEqualObject() : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Pull Up Method public prepareTest() : void from class org.hibernate.spatial.integration.geolatte.TestStoreRetrieveUsingGeolatte to public prepareTest() : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Pull Up Method private storeNullGeometry() : void from class org.hibernate.spatial.integration.geolatte.TestStoreRetrieveUsingGeolatte to private storeNullGeometry() : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Pull Up Method private storeNullGeometry() : void from class org.hibernate.spatial.integration.jts.TestStoreRetrieveUsingJTS to private storeNullGeometry() : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Pull Up Method private retrieveNullGeometry() : void from class org.hibernate.spatial.integration.geolatte.TestStoreRetrieveUsingGeolatte to private retrieveNullGeometry() : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Pull Up Method public testAfterStoreRetrievingEqualObject() : void from class org.hibernate.spatial.integration.jts.TestStoreRetrieveUsingJTS to public testAfterStoreRetrievingEqualObject() : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Pull Up Method public testStoringNullGeometries() : void from class org.hibernate.spatial.integration.geolatte.TestStoreRetrieveUsingGeolatte to public testStoringNullGeometries() : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Pull Up Method public prepareTest() : void from class org.hibernate.spatial.integration.jts.TestStoreRetrieveUsingJTS to public prepareTest() : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Change Parameter Type stored : Map<Integer,GeomEntity> to stored : Map<Integer,E> in method private storeTestObjects(stored Map<Integer,E>) : void in class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Change Parameter Type storedGeometry : Geometry to storedGeometry : G in method private createFailureMessage(id int, storedGeometry G, retrievedGeometry G) : String in class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Change Parameter Type retrievedGeometry : Geometry to retrievedGeometry : G in method private createFailureMessage(id int, storedGeometry G, retrievedGeometry G) : String in class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Change Parameter Type stored : Map<Integer,GeomEntity> to stored : Map<Integer,E> in method private retrieveAndCompare(stored Map<Integer,E>) : void in class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Move Method private retrieveAndCompare(stored Map<Integer,GeomEntity>) : void from class org.hibernate.spatial.integration.geolatte.TestStoreRetrieveUsingGeolatte to private retrieveAndCompare(stored Map<Integer,E>) : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Move Method private storeTestObjects(stored Map<Integer,GeomEntity>) : void from class org.hibernate.spatial.integration.geolatte.TestStoreRetrieveUsingGeolatte to private storeTestObjects(stored Map<Integer,E>) : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Move Method private storeTestObjects(stored Map<Integer,GeomEntity>) : void from class org.hibernate.spatial.integration.jts.TestStoreRetrieveUsingJTS to private storeTestObjects(stored Map<Integer,E>) : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Move Method private retrieveAndCompare(stored Map<Integer,GeomEntity>) : void from class org.hibernate.spatial.integration.jts.TestStoreRetrieveUsingJTS to private retrieveAndCompare(stored Map<Integer,E>) : void from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Move Method private createFailureMessage(id int, storedGeometry Geometry, retrievedGeometry Geometry) : String from class org.hibernate.spatial.integration.geolatte.TestStoreRetrieveUsingGeolatte to private createFailureMessage(id int, storedGeometry G, retrievedGeometry G) : String from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |
|
Move Method private createFailureMessage(id int, storedGeometry Geometry, retrievedGeometry Geometry) : String from class org.hibernate.spatial.integration.jts.TestStoreRetrieveUsingJTS to private createFailureMessage(id int, storedGeometry G, retrievedGeometry G) : String from class org.hibernate.spatial.integration.AbstractTestStoreRetrieve |
From |
To |