aa6a8473a363586c507ef0e6440db86f1449d7c5
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type list : List<CounterListenerResponse> to holder : Holder in method private CounterListenerResponse(listener T, holder Holder) in class org.infinispan.counter.impl.listener.CounterManagerNotificationManager.CounterListenerResponse | From | To | |
Change Return Type | 2 | ||
Change Return Type Set<Class<? extends CounterFilterAndConvert>> to Set<Class<? extends CounterKeyFilter>> in method public getTypeClasses() : Set<Class<? extends CounterKeyFilter>> in class org.infinispan.counter.impl.listener.CounterKeyFilter.Externalizer | From | To | |
Change Return Type CounterFilterAndConvert to CounterKeyFilter in method public readObject(input ObjectInput) : CounterKeyFilter in class org.infinispan.counter.impl.listener.CounterKeyFilter.Externalizer | From | To | |
Rename Class | 1 | ||
Rename Class org.infinispan.counter.impl.listener.NotificationManager renamed to org.infinispan.counter.impl.listener.CounterManagerNotificationManager | From | To | |
Move Class | 2 | ||
Move Class org.infinispan.counter.impl.listener.CounterFilterAndConvert.Externalizer moved to org.infinispan.counter.impl.listener.CounterKeyFilter.Externalizer | From | To | |
Move Class org.infinispan.counter.impl.listener.NotificationManager.CounterListenerResponse moved to org.infinispan.counter.impl.listener.CounterManagerNotificationManager.CounterListenerResponse | From | To | |
Rename Attribute | 1 | ||
Rename Attribute list : List<CounterListenerResponse> to holder : Holder in class org.infinispan.counter.impl.listener.CounterManagerNotificationManager.CounterListenerResponse | From | To | |
Extract Method | 2 | ||
Extract Method private counterName() : ByteString extracted from public getName() : String in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To | |
Extract Method private counterName() : ByteString extracted from private registerListener() : void in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type list : List<CounterListenerResponse> to holder : Holder in class org.infinispan.counter.impl.listener.CounterManagerNotificationManager.CounterListenerResponse | From | To | |
Change Attribute Type notificationManager : NotificationManager to notificationManager : CounterManagerNotificationManager in class org.infinispan.counter.impl.weak.WeakCounterImpl | From | To | |
Change Attribute Type notificationManager : NotificationManager to notificationManager : CounterManagerNotificationManager in class org.infinispan.counter.impl.strong.AbstractStrongCounter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter list : List<CounterListenerResponse> to holder : Holder in method private CounterListenerResponse(listener T, holder Holder) in class org.infinispan.counter.impl.listener.CounterManagerNotificationManager.CounterListenerResponse | From | To |