9323b8ca666cf3bcdcece06a489771ecc6e11b17
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type entry : CounterValue to initialValue : long in method private init(initialValue long) : void in class org.infinispan.counter.impl.weak.WeakCounterImpl.Entry | From | To | |
| Change Parameter Type entry : CounterValue to newValue : long in method private updateCounterState(index int, newValue long) : long in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To | |
| Change Parameter Type entry : CounterValue to value : long in method private update(value long) : long in class org.infinispan.counter.impl.weak.WeakCounterImpl.Entry | From | To | |
| Rename Variable | 2 | ||
| Rename Variable snapshot : CounterValue to newValue : long in method public updateState(event CacheEntryEvent<WeakCounterKey,CounterValue>) : void in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To | |
| Rename Variable old : CounterValue to oldValue : long in method public updateState(event CacheEntryEvent<WeakCounterKey,CounterValue>) : void in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To | |
| Change Return Type | 2 | ||
| Change Return Type CounterValue to long in method private update(value long) : long in class org.infinispan.counter.impl.weak.WeakCounterImpl.Entry | From | To | |
| Change Return Type CounterValue to long in method private updateCounterState(index int, newValue long) : long in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type snapshot : CounterValue to newValue : long in method public updateState(event CacheEntryEvent<WeakCounterKey,CounterValue>) : void in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To | |
| Change Variable Type old : CounterValue to oldValue : long in method public updateState(event CacheEntryEvent<WeakCounterKey,CounterValue>) : void in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type L1_UPDATER : AtomicReferenceFieldUpdater<Entry,CounterValue> to L1_UPDATER : AtomicReferenceFieldUpdater<Entry,Long> in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To | |
| Change Attribute Type snapshot : CounterValue to snapshot : Long in class org.infinispan.counter.impl.weak.WeakCounterImpl.Entry | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter entry : CounterValue to initialValue : long in method private init(initialValue long) : void in class org.infinispan.counter.impl.weak.WeakCounterImpl.Entry | From | To | |
| Rename Parameter entry : CounterValue to value : long in method private update(value long) : long in class org.infinispan.counter.impl.weak.WeakCounterImpl.Entry | From | To | |
| Rename Parameter entry : CounterValue to newValue : long in method private updateCounterState(index int, newValue long) : long in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To |