8e470e557639635beb188d73101db3c8781fafb3
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 4 | ||
Push Down Method private updatePreferredKeys() : void from class org.infinispan.counter.impl.weak.WeakCounterImpl.KeySelector to public updatePreferredKeys() : void from class org.infinispan.counter.impl.weak.WeakCounterImpl.ClusteredKeySelector | From | To | |
Push Down Method private findKey(hash int) : WeakCounterKey from class org.infinispan.counter.impl.weak.WeakCounterImpl.KeySelector to public findKey(hash int) : WeakCounterKey from class org.infinispan.counter.impl.weak.WeakCounterImpl.ClusteredKeySelector | From | To | |
Push Down Method private KeySelector(entries Entry[]) from class org.infinispan.counter.impl.weak.WeakCounterImpl.KeySelector to private LocalKeySelector(entries Entry[]) from class org.infinispan.counter.impl.weak.WeakCounterImpl.LocalKeySelector | From | To | |
Push Down Method private KeySelector(entries Entry[]) from class org.infinispan.counter.impl.weak.WeakCounterImpl.KeySelector to private ClusteredKeySelector(entries Entry[]) from class org.infinispan.counter.impl.weak.WeakCounterImpl.ClusteredKeySelector | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.infinispan.counter.impl.weak.WeakCounterImpl.ClusteredKeySelector from class org.infinispan.counter.impl.weak.WeakCounterImpl.KeySelector | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute private preferredKeys : WeakCounterKey[] from class org.infinispan.counter.impl.weak.WeakCounterImpl.KeySelector to private preferredKeys : WeakCounterKey[] from class org.infinispan.counter.impl.weak.WeakCounterImpl.ClusteredKeySelector | From | To | |
Push Down Attribute private entries : Entry[] from class org.infinispan.counter.impl.weak.WeakCounterImpl.KeySelector to private entries : Entry[] from class org.infinispan.counter.impl.weak.WeakCounterImpl.ClusteredKeySelector | From | To | |
Extract Method | 4 | ||
Extract Method private incrementInEachCounter(counters TestCounter[]) : void extracted from public testMultipleListeners(method Method) : void in class org.infinispan.counter.AbstractCounterNotificationTest | From | To | |
Extract Method private decrementInEachCounter(counters TestCounter[]) : void extracted from public testExceptionInListener(method Method) : void in class org.infinispan.counter.AbstractCounterNotificationTest | From | To | |
Extract Method private incrementInEachCounter(counters TestCounter[]) : void extracted from public testSimpleListener(method Method) : void in class org.infinispan.counter.AbstractCounterNotificationTest | From | To | |
Extract Method private incrementInEachCounter(counters TestCounter[]) : void extracted from public testExceptionInListener(method Method) : void in class org.infinispan.counter.AbstractCounterNotificationTest | From | To |