206a5f1333909258aca5e92b5960de37192e994d
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public entrySet() : Set<Entry<Long,RedoLogValue>> renamed to public getAndResetRedoLogValues() : Queue<RedoLogValue> in class org.lealone.mvcc.log.RedoLog | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type checkpoint : Long to checkpoint : boolean in method public RedoLogValue(checkpoint boolean) in class org.lealone.mvcc.log.RedoLogValue | From | To | |
Move Method | 1 | ||
Move Method public read(buff ByteBuffer) : Object from class org.lealone.mvcc.log.RedoLogValueType to package read(buff ByteBuffer) : RedoLogValue from class org.lealone.mvcc.log.RedoLogValue | From | To | |
Rename Variable | 2 | ||
Rename Variable entrySet : Set<Entry<Long,RedoLogValue>> to oldQueue : LinkedTransferQueue<RedoLogValue> in method package save() : void in class org.lealone.mvcc.log.RedoLogChunk | From | To | |
Rename Variable e : Entry<Long,RedoLogValue> to v : RedoLogValue in method package save() : void in class org.lealone.mvcc.log.RedoLogChunk | From | To | |
Change Return Type | 2 | ||
Change Return Type Object to RedoLogValue in method package read(buff ByteBuffer) : RedoLogValue in class org.lealone.mvcc.log.RedoLogValue | From | To | |
Change Return Type Set<Entry<Long,RedoLogValue>> to Queue<RedoLogValue> in method public getAndResetRedoLogValues() : Queue<RedoLogValue> in class org.lealone.mvcc.log.RedoLog | From | To | |
Move Attribute | 1 | ||
Move Attribute private EMPTY_BUFFER : ByteBuffer from class org.lealone.mvcc.log.RedoLogValueType to private EMPTY_BUFFER : ByteBuffer from class org.lealone.mvcc.log.RedoLogValue | From | To | |
Change Variable Type | 2 | ||
Change Variable Type e : Entry<Long,RedoLogValue> to v : RedoLogValue in method package save() : void in class org.lealone.mvcc.log.RedoLogChunk | From | To | |
Change Variable Type entrySet : Set<Entry<Long,RedoLogValue>> to oldQueue : LinkedTransferQueue<RedoLogValue> in method package save() : void in class org.lealone.mvcc.log.RedoLogChunk | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type checkpoint : Long to checkpoint : boolean in class org.lealone.mvcc.log.RedoLogValue | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public writeCheckpoint() : void extracted from public run() : void in class org.lealone.mvcc.MVCCTransactionEngine.StorageMapSaveService & moved to class org.lealone.mvcc.log.RedoLog | From | To |