420c9f698b1f602f7bd738780496c2b2ee2d64c5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable shouldCreate : boolean to replaceHead : boolean in method protected performPut(address long, newAddress long, key WrappedBytes) : void in class org.infinispan.container.offheap.OffHeapDataContainer | From | To | |
Inline Method | 2 | ||
Inline Method protected performPut(newAddress long, key WrappedBytes) : void inlined to public put(key WrappedBytes, value WrappedBytes, metadata Metadata) : void in class org.infinispan.container.offheap.OffHeapDataContainer | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable nodeAddress : long to entryAddress : long in method private addEntryAddressToEnd(entryAddress long) : void in class org.infinispan.container.offheap.BoundedOffHeapDataContainer | From | To | |
Parameterize Variable lruNode : long to removedAddress : long in method protected entryRemoved(removedAddress long) : void in class org.infinispan.container.offheap.BoundedOffHeapDataContainer | From | To | |
Extract Method | 3 | ||
Extract Method protected entryRemoved(removedAddress long) : void extracted from protected performRemove(address long, key Object) : InternalCacheEntry<WrappedBytes,WrappedBytes> in class org.infinispan.container.offheap.OffHeapDataContainer | From | To | |
Extract Method private removeNode(address long) : void extracted from protected entryRemoved(removedAddress long) : void in class org.infinispan.container.offheap.BoundedOffHeapDataContainer | From | To | |
Extract Method protected entryReplaced(newAddress long, oldAddress long) : void extracted from protected performPut(address long, newAddress long, key WrappedBytes) : void in class org.infinispan.container.offheap.OffHeapDataContainer | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected entryRemoved(removedAddress long) : void extracted from protected entryRemoved(removedAddress long) : void in class org.infinispan.container.offheap.BoundedOffHeapDataContainer & moved to class org.infinispan.container.offheap.OffHeapDataContainer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter address : long to removedAddress : long in method protected entryRemoved(removedAddress long) : void in class org.infinispan.container.offheap.OffHeapDataContainer | From | To |