032a8ffc5d29b149c569fd968e0c5e6ede0928cb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable e : Entry<Long,Object[]> to cursor : StorageMapCursor<Long,Object[]> in method public removeAllForTable(tableId int) : void in class org.lealone.storage.AOLobStorage | From | To | |
Rename Attribute | 3 | ||
Rename Attribute maxLen : long to sumOfPageLength : long in class org.lealone.storage.btree.BTreeChunk | From | To | |
Rename Attribute leafPagePositions : ArrayList<Long> to pageLengths : ArrayList<Integer> in class org.lealone.storage.btree.BTreeChunk | From | To | |
Rename Attribute leafPagePositionsOffset : int to pageLengthsOffset : int in class org.lealone.storage.btree.BTreeChunk | From | To | |
Change Variable Type | 1 | ||
Change Variable Type e : Entry<Long,Object[]> to cursor : StorageMapCursor<Long,Object[]> in method public removeAllForTable(tableId int) : void in class org.lealone.storage.AOLobStorage | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type leafPagePositions : ArrayList<Long> to pageLengths : ArrayList<Integer> in class org.lealone.storage.btree.BTreeChunk | From | To |