ce26dcb541a0df8cd61a35d2eda0ac4c0bec9d8d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 3 | ||
Push Down Method public toString() : String from class org.lealone.transaction.mvcc.TransactionalValue to public toString() : String from class org.lealone.transaction.mvcc.TransactionalValue.NotCommitted | From | To | |
Push Down Method public TransactionalValue(tid long, logId int, value Object, version long, globalTransactionName String) from class org.lealone.transaction.mvcc.TransactionalValue to package NotCommitted(tid long, value Object, logId int, oldValue TransactionalValue, oldValueType StorageDataType, hostAndPort String, globalTransactionName String, version long) from class org.lealone.transaction.mvcc.TransactionalValue.NotCommitted | From | To | |
Push Down Method public TransactionalValue(transaction MVCCTransaction, value Object) from class org.lealone.transaction.mvcc.TransactionalValue to package NotCommitted(transaction MVCCTransaction, value Object, oldValue TransactionalValue, oldValueType StorageDataType) from class org.lealone.transaction.mvcc.TransactionalValue.NotCommitted | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.lealone.transaction.mvcc.TransactionalValue.NotCommitted from class org.lealone.transaction.mvcc.TransactionalValue | From | To | |
Push Down Attribute | 5 | ||
Push Down Attribute public globalReplicationName : String from class org.lealone.transaction.mvcc.TransactionalValue to private globalReplicationName : String from class org.lealone.transaction.mvcc.TransactionalValue.NotCommitted | From | To | |
Push Down Attribute public version : long from class org.lealone.transaction.mvcc.TransactionalValue to private version : long from class org.lealone.transaction.mvcc.TransactionalValue.NotCommitted | From | To | |
Push Down Attribute public hostAndPort : String from class org.lealone.transaction.mvcc.TransactionalValue to private hostAndPort : String from class org.lealone.transaction.mvcc.TransactionalValue.NotCommitted | From | To | |
Push Down Attribute public replicated : boolean from class org.lealone.transaction.mvcc.TransactionalValue to private replicated : boolean from class org.lealone.transaction.mvcc.TransactionalValue.NotCommitted | From | To | |
Push Down Attribute public logId : int from class org.lealone.transaction.mvcc.TransactionalValue to private logId : int from class org.lealone.transaction.mvcc.TransactionalValue.NotCommitted | From | To | |
Extract And Move Method | 4 | ||
Extract And Move Method public write(buff DataBuffer, valueType StorageDataType) : void extracted from public write(buff DataBuffer, obj Object[], len int) : void in class org.lealone.transaction.mvcc.TransactionalValueType & moved to class org.lealone.transaction.mvcc.TransactionalValue | From | To | |
Extract And Move Method public read(buff ByteBuffer, valueType StorageDataType, oldValueType StorageDataType) : TransactionalValue extracted from public read(buff ByteBuffer) : Object in class org.lealone.transaction.mvcc.TransactionalValueType & moved to class org.lealone.transaction.mvcc.TransactionalValue | From | To | |
Extract And Move Method public createCommitted(value Object) : TransactionalValue extracted from public putCommitted(key K, value V) : V in class org.lealone.transaction.mvcc.MVCCTransactionMap & moved to class org.lealone.transaction.mvcc.TransactionalValue | From | To | |
Extract And Move Method public write(buff DataBuffer, valueType StorageDataType) : void extracted from public write(buff DataBuffer, obj Object) : void in class org.lealone.transaction.mvcc.TransactionalValueType & moved to class org.lealone.transaction.mvcc.TransactionalValue | From | To |