69d16d2b225548bd0b1683c29b9d9a4e25c6f004
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable beginningOffset : int in method public determineSize(address long) : long from class org.infinispan.container.offheap.OffHeapEntryFactoryImpl | From | To | |
Extract Method | 6 | ||
Extract Method protected performClear() : void extracted from public clear() : void in class org.infinispan.container.offheap.OffHeapDataContainer | From | To | |
Extract Method protected performPut(newAddress long, key WrappedBytes) : void extracted from public put(key WrappedBytes, value WrappedBytes, metadata Metadata) : void in class org.infinispan.container.offheap.OffHeapDataContainer | From | To | |
Extract Method public deallocate(memoryAddress long, size long) : void extracted from public deallocate(memoryAddress long) : void in class org.infinispan.container.offheap.UnpooledOffHeapMemoryAllocator | From | To | |
Extract Method protected performRemove(address long, key Object) : InternalCacheEntry<WrappedBytes,WrappedBytes> extracted from public remove(key Object) : InternalCacheEntry<WrappedBytes,WrappedBytes> in class org.infinispan.container.offheap.OffHeapDataContainer | From | To | |
Extract Method public getLockFromHashCode(hashCode int) : ReadWriteLock extracted from public getLock(obj Object) : ReadWriteLock in class org.infinispan.container.offheap.StripedLock | From | To | |
Extract Method protected performGet(address long, k Object) : InternalCacheEntry<WrappedBytes,WrappedBytes> extracted from public get(k Object) : InternalCacheEntry<WrappedBytes,WrappedBytes> in class org.infinispan.container.offheap.OffHeapDataContainer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type UNSAFE : Unsafe to UNSAFE : UnsafeWrapper in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl | From | To | |
Change Attribute Type UNSAFE : Unsafe to UNSAFE : UnsafeWrapper in class org.infinispan.container.offheap.OffHeapDataContainer | From | To |