574c6793adb96caa614b9c0c540f4812cfc52ee5
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type Map<Integer,Integer[]> to Map<Integer,int[]> in method public invalidPartitionsByCacheId() : Map<Integer,int[]> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareResponse | From | To | |
| Change Return Type Map<Integer,Integer[]> to Map<Integer,int[]> in method public convertInvalidPartitions(partsMap Map<Integer,Set<Integer>>) : Map<Integer,int[]> in class org.apache.ignite.internal.processors.cache.GridCacheUtils | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type invalidParts : Integer[] to invalidParts : int[] in method package onResult(res GridDhtTxPrepareResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture.MiniFuture | From | To | |
| Change Variable Type res : Map<Integer,Integer[]> to res : Map<Integer,int[]> in method public convertInvalidPartitions(partsMap Map<Integer,Set<Integer>>) : Map<Integer,int[]> in class org.apache.ignite.internal.processors.cache.GridCacheUtils | From | To | |
| Change Variable Type invalidPartsMap : Map<Integer,Integer[]> to invalidPartsMap : Map<Integer,int[]> in method package onResult(res GridDhtTxPrepareResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture.MiniFuture | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type invalidPartsByCacheId : Map<Integer,Integer[]> to invalidPartsByCacheId : Map<Integer,int[]> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareResponse | From | To |