6b4887069900535949d9370075d10b018f2cf47d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type filter : KeyFilter to filter : KeyFilter<? super K> in method public addListener(listener Object, filter KeyFilter<? super K>) : void in class org.infinispan.cache.impl.DecoratedCache | From | To | |
Change Variable Type | 2 | ||
Change Variable Type li : ListenerInvocation to li : L in method private removeListenerInvocation(annotation Class<? extends Annotation>, listener Object) : void in class org.infinispan.notifications.impl.AbstractListenerImpl | From | To | |
Change Variable Type markedForRemoval : Set<ListenerInvocation> to markedForRemoval : Set<L> in method private removeListenerInvocation(annotation Class<? extends Annotation>, listener Object) : void in class org.infinispan.notifications.impl.AbstractListenerImpl | From | To |