d8932da5560a0d15ef776fbd97bd87cfcf3ce989
Files Diff
- Added: 3
 - Removed: 1
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type ConcurrentHashMap<Long,GridFutureAdapter> to ConcurrentHashMap<Long,IoTestFuture> in method private ioTestMap() : ConcurrentHashMap<Long,IoTestFuture> in class org.apache.ignite.internal.managers.communication.GridIoManager | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type map : ConcurrentHashMap<Long,GridFutureAdapter> to map : ConcurrentHashMap<Long,IoTestFuture> in method private ioTestMap() : ConcurrentHashMap<Long,IoTestFuture> in class org.apache.ignite.internal.managers.communication.GridIoManager | From | To | |
| Change Variable Type fut : GridFutureAdapter to fut : IoTestFuture in method public onMessage(nodeId UUID, msg Object) : void in class org.apache.ignite.internal.managers.communication.GridIoManager.start.addMessageListener | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type ioTestMap : AtomicReference<ConcurrentHashMap<Long,GridFutureAdapter>> to ioTestMap : AtomicReference<ConcurrentHashMap<Long,IoTestFuture>> in class org.apache.ignite.internal.managers.communication.GridIoManager | From | To |