1b021be2ae33acc7c506df1a7dbf04d7157eaed5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public maxVersions(count int) : StorageBuilder renamed to public minFillRate(minFillRate int) : StorageBuilder in class org.lealone.storage.StorageBuilder | From | To | |
Rename Method private writeLastChunkId(lastChunkId int) : void renamed to private writeChunkMetaData(lastChunkId int, removedPages TreeSet<Long>) : void in class org.lealone.storage.btree.BTreeStorage | From | To | |
Inline Method | 2 | ||
Inline Method private readAllChunks(readPagePositions boolean) : void inlined to private readAllChunks() : void in class org.lealone.storage.btree.BTreeStorage | From | To | |
Rename Attribute | 1 | ||
Rename Attribute lastChunkIdFile : RandomAccessFile to chunkMetaData : RandomAccessFile in class org.lealone.storage.btree.BTreeStorage | From | To | |
Rename Parameter | 1 | ||
Rename Parameter count : int to minFillRate : int in method public minFillRate(minFillRate int) : StorageBuilder in class org.lealone.storage.StorageBuilder | From | To |