d071964f7bd2e673fa8ace46974f29f4b7e67826
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type String to byte[] in method private serializeRequest(request ExecuteType) : byte[] in class org.geoserver.wps.jdbc.JDBCStatusStore | From | To | |
Change Variable Type | 2 | ||
Change Variable Type req : String to req : byte[] in method private buildRequest(attrs HashMap<String,Object>) : ExecuteType in class org.geoserver.wps.jdbc.JDBCStatusStore | From | To | |
Change Variable Type r : String to r : byte[] in method private buildException(attrs HashMap<String,Object>, status ExecutionStatus) : Exception in class org.geoserver.wps.jdbc.JDBCStatusStore | From | To | |
Extract Method | 3 | ||
Extract Method private closeTransaction(transaction DefaultTransaction, committed boolean) : void extracted from public save(status ExecutionStatus) : void in class org.geoserver.wps.jdbc.JDBCStatusStore | From | To | |
Extract Method private closeTransaction(transaction DefaultTransaction, committed boolean) : void extracted from public remove(executionId String) : ExecutionStatus in class org.geoserver.wps.jdbc.JDBCStatusStore | From | To | |
Extract Method private closeTransaction(transaction DefaultTransaction, committed boolean) : void extracted from public remove(filter Filter) : int in class org.geoserver.wps.jdbc.JDBCStatusStore | From | To |