2127223f3c678ca54fd7b9cf477708ec8ccab991
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public write(buff DataBuffer, valueType StorageDataType) : void from class org.lealone.transaction.mvcc.TransactionalValue.NotCommitted to public writeValue(buff DataBuffer, valueType StorageDataType) : void from class org.lealone.transaction.mvcc.TransactionalValue | From | To | |
Extract Method | 6 | ||
Extract Method public readValue(buff ByteBuffer, valueType StorageDataType) : Object extracted from public read(buff ByteBuffer, valueType StorageDataType, oldValueType StorageDataType) : TransactionalValue in class org.lealone.transaction.mvcc.TransactionalValue | From | To | |
Extract Method private trySet(key K, value V, oldValue TransactionalValue, columnIndexes int[]) : boolean extracted from private trySet(key K, value V, oldValue TransactionalValue) : boolean in class org.lealone.transaction.mvcc.MVCCTransactionMap | From | To | |
Extract Method public getRow(session ServerSession, key long, columnIndexes int[]) : Row extracted from public getRow(session ServerSession, key long) : Row in class org.lealone.db.index.StandardPrimaryIndex | From | To | |
Extract Method public get(columnIndexes int[]) : Row extracted from public get() : Row in class org.lealone.db.index.StandardSecondaryIndex.StandardSecondaryIndexCursor | From | To | |
Extract Method public writeValue(buff DataBuffer, valueType StorageDataType) : void extracted from public write(buff DataBuffer, valueType StorageDataType) : void in class org.lealone.transaction.mvcc.TransactionalValue | From | To | |
Extract Method protected getValue(key K, data TransactionalValue, columnIndexes int[]) : TransactionalValue extracted from protected getValue(key K, data TransactionalValue) : TransactionalValue in class org.lealone.transaction.mvcc.MVCCTransactionMap | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public get(columnIndexes int[]) : Row extracted from public get() : Row in class org.lealone.sql.optimizer.TableFilter & moved to class org.lealone.sql.optimizer.IndexCursor | From | To |