b7499828c928e02e8e554f960f3754e4d08bfbe0
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 15
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable fut : IgniteInternalFuture<Object> to callFut : IgniteInternalFuture<Object> in method private localUpdate(entries Collection<DataStreamerEntry>, reqTopVer AffinityTopologyVersion, curFut GridFutureAdapter<Object>) : void in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to IgniteCheckedException in method private closeEx(cancel boolean, err IgniteCheckedException) : IgniteCheckedException in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl | From | To | |
| Extract Method | 3 | ||
| Extract Method private localUpdate(entries Collection<DataStreamerEntry>, reqTopVer AffinityTopologyVersion, curFut GridFutureAdapter<Object>) : void extracted from private submit(entries Collection<DataStreamerEntry>, topVer AffinityTopologyVersion, curFut GridFutureAdapter<Object>) : void in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer | From | To | |
| Extract Method private renewBatch(remap boolean) : void extracted from package update(newEntries Iterable<DataStreamerEntry>, topVer AffinityTopologyVersion, lsnr IgniteInClosure<IgniteInternalFuture<?>>) : GridFutureAdapter<?> in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter collection : Collection to col : Collection in method public receive(cache IgniteCache, col Collection) : void in class org.apache.ignite.internal.processors.datastreamer.DataStreamerTimeoutTest.TestDataReceiver | From | To |