f0913a3120ecbaeecc3a8bdd35b3fdf5dd1e5da2
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type currentTransaction : HBaseTransaction to currentTransaction : TransactionInterface in method public isValid(session Session, hostAndPort String, oldTid long, currentTransaction TransactionInterface) : boolean in class org.lealone.transaction.TransactionStatusTable | From | To | |
| Change Parameter Type e : IOException to e : Exception in method public handleException(e Exception) : void in class org.lealone.engine.FrontendSession | From | To | |
| Move Method | 2 | ||
| Move Method private newCache(hostAndPort String) : TransactionStatusCache from class org.lealone.hbase.metadata.TransactionStatusTable to private newCache(hostAndPort String) : TransactionStatusCache from class org.lealone.transaction.TransactionStatusTable | From | To | |
| Move Method public isValid(hostAndPort String, oldTid long, currentTransaction HBaseTransaction) : boolean from class org.lealone.hbase.metadata.TransactionStatusTable to public isValid(session Session, hostAndPort String, oldTid long, currentTransaction TransactionInterface) : boolean from class org.lealone.transaction.TransactionStatusTable | From | To |