0d2f7203b8b8813b8e6c5a073fb0dd738f69cdf5
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private doPutIndexValue(indexId int, key Object, value Object) : void renamed to public putIndexValueInternal(indexId int, key Object, value Object) : void in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type multiContainer : OSBTreeV1<OMultiValueEntry,Byte> to multiContainer : OSBTreeV2<OMultiValueEntry,Byte> in method package ONullBucket(cacheEntry OCacheEntry, multiContainer OSBTreeV2<OMultiValueEntry,Byte>) in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v3.ONullBucket | From | To | |
Change Parameter Type multiContainer : OSBTreeV1<OMultiValueEntry,Byte> to multiContainer : OSBTreeV2<OMultiValueEntry,Byte> in method package Bucket(cacheEntry OCacheEntry, isLeaf boolean, keySerializer OBinarySerializer<K>, multiContainer OSBTreeV2<OMultiValueEntry,Byte>) in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v3.Bucket | From | To | |
Change Parameter Type multiContainer : OSBTreeV1<OMultiValueEntry,Byte> to multiContainer : OSBTreeV2<OMultiValueEntry,Byte> in method package Bucket(cacheEntry OCacheEntry, keySerializer OBinarySerializer<K>, multiContainer OSBTreeV2<OMultiValueEntry,Byte>) in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v3.Bucket | From | To | |
Extract Variable | 2 | ||
Extract Variable rawRemovedValue : byte[] in method public remove(key K) : V from class com.orientechnologies.orient.core.storage.index.sbtree.local.v2.OSBTreeV2 | From | To | |
Extract Variable rawRemovedValue : byte[] in method public remove(key K) : V from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type multiContainer : OSBTreeV1<OMultiValueEntry,Byte> to multiContainer : OSBTreeV2<OMultiValueEntry,Byte> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v3.Bucket | From | To | |
Change Attribute Type multiContainer : OSBTreeV1<OMultiValueEntry,Byte> to multiContainer : OSBTreeV2<OMultiValueEntry,Byte> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v3.OCellBTreeMultiValueV3 | From | To | |
Change Attribute Type multiContainer : OSBTreeV1<OMultiValueEntry,Byte> to multiContainer : OSBTreeV2<OMultiValueEntry,Byte> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v3.ONullBucket | From | To |