a92b206bd1f25bbfbfb6b33bfe6a046949d8dfb0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type sqls : ArrayList<String> to sqls : List<String> in method public rebuildAsSingle(sqls List<String>) : String in class org.geoserver.test.onlineTest.support.DatabaseUtil | From | To | |
Move Method | 1 | ||
Move Method private rebuildAsSingle(sqls ArrayList<String>) : String from class org.geoserver.test.onlineTest.setup.ReferenceDataPostgisSetup to public rebuildAsSingle(sqls List<String>) : String from class org.geoserver.test.onlineTest.support.DatabaseUtil | From | To | |
Change Return Type | 2 | ||
Change Return Type ArrayList<String> to List<String> in method public splitPostgisSQLScript(inputStream InputStream) : List<String> in class org.geoserver.test.onlineTest.support.DatabaseUtil | From | To | |
Change Return Type ArrayList<String> to List<String> in method public splitOracleSQLScript(inputStream InputStream) : List<String> in class org.geoserver.test.onlineTest.support.DatabaseUtil | From | To | |
Change Variable Type | 4 | ||
Change Variable Type sqls : ArrayList<String> to sqls : List<String> in method protected runSqlInsertScript() : void in class org.geoserver.test.onlineTest.setup.ReferenceDataOracleSetup | From | To | |
Change Variable Type sqls : ArrayList<String> to sqls : List<String> in method protected runSqlInsertScript() : void in class org.geoserver.test.onlineTest.setup.ReferenceDataPostgisSetup | From | To | |
Change Variable Type sqls : ArrayList<String> to sqls : List<String> in method private runSqlInsertScript() : void in class org.geoserver.test.onlineTest.setup.WfsOnlineTestPostgisSetup | From | To | |
Change Variable Type sqls : ArrayList<String> to sqls : List<String> in method private runSqlInsertScript() : void in class org.geoserver.test.onlineTest.setup.WfsOnlineTestOracleSetup | From | To |