2840e573fb8160b3a0c782262d1d6cfa85532fb9
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Class | 2 | ||
| Move Class org.infinispan.cdi.CDIDistributedTaskLifecycle moved to org.infinispan.cdi.DelegatingDistributedTaskLifecycle.CDIDistributedTaskLifecycle | From | To | |
| Move Class org.infinispan.cdi.CDIMapReduceTaskLifecycle moved to org.infinispan.cdi.DelegatingMapReduceTaskLifecycle.CDIMapReduceTaskLifecycle | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter inputCache : Cache<K,V> to inputDataCache : Cache<K,V> in method public onPreExecute(task Callable<T>, inputDataCache Cache<K,V>) : void in class org.infinispan.cdi.DelegatingDistributedTaskLifecycle.CDIDistributedTaskLifecycle | From | To | |
| Rename Parameter cache : Cache<?,?> to inputCache : Cache<?,?> in method public onPreExecute(reducer Reducer<KOut,VOut>, inputCache Cache<?,?>) : void in class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle.CDIMapReduceTaskLifecycle | From | To |