379e992fa9ba52ec7c1f3033ac92b7e4f06aabb1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Variable | 2 | ||
Inline Variable isShardingMode : boolean in method private openMap(session ServerSession, mapName String) : TransactionMap<Value,Value> from class org.lealone.db.index.StandardSecondaryIndex | From | To | |
Inline Variable isShardingMode : boolean in method public StandardPrimaryIndex(session ServerSession, table StandardTable) from class org.lealone.db.index.StandardPrimaryIndex | From | To | |
Extract Method | 2 | ||
Extract Method private writeReplicationHostIds(buff WriteBuffer) : void extracted from package writeLeaf(buff WriteBuffer, remote boolean) : void in class org.lealone.aose.storage.btree.BTreePage | From | To | |
Extract Method private readReplicationHostIds(buff ByteBuffer) : List<String> extracted from package readLeafPage(map BTreeMap<?,?>, page ByteBuffer) : BTreePage in class org.lealone.aose.storage.btree.BTreePage | From | To | |
Rename Parameter | 1 | ||
Rename Parameter page : ByteBuffer to buff : ByteBuffer in method private readReplicationHostIds(buff ByteBuffer) : List<String> in class org.lealone.aose.storage.btree.BTreePage | From | To |