c1e65a2587ef937f014da34d5873c7c26479494f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type listener : ContinuousQueryListener to listener : ContinuousQueryListener<K,C> in method package ClientEntryListener(serializationContext SerializationContext, listener ContinuousQueryListener<K,C>) in class org.infinispan.client.hotrod.event.ContinuousQueryImpl.ClientEntryListener | From | To | |
Change Variable Type | 2 | ||
Change Variable Type l : ClientEntryListener to l : ClientEntryListener<K,?> in method public getListeners() : List<ContinuousQueryListener<K,?>> in class org.infinispan.client.hotrod.event.ContinuousQueryImpl | From | To | |
Change Variable Type it : Iterator<ClientEntryListener> to it : Iterator<ClientEntryListener<K,?>> in method public removeContinuousQueryListener(listener ContinuousQueryListener<K,?>) : void in class org.infinispan.client.hotrod.event.ContinuousQueryImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type listeners : List<ClientEntryListener> to listeners : List<ClientEntryListener<K,?>> in class org.infinispan.client.hotrod.event.ContinuousQueryImpl | From | To | |
Change Attribute Type listener : ContinuousQueryListener to listener : ContinuousQueryListener<K,C> in class org.infinispan.client.hotrod.event.ContinuousQueryImpl.ClientEntryListener | From | To |