88f5b9d49db9e90d44bd9796aa91e14b53caf769
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 4 | ||
Change Return Type Set<Integer> to Collection<Integer> in method package missed() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage | From | To | |
Change Return Type Set<Integer> to Collection<Integer> in method package partitions() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandMessage | From | To | |
Change Return Type Set<Integer> to Collection<Integer> in method public invalidPartitions() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLockResponse | From | To | |
Change Return Type Set<Integer> to Collection<Integer> in method package last() : Collection<Integer> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage | From | To | |
Change Variable Type | 1 | ||
Change Variable Type invalidParts : Set<Integer> to invalidParts : Collection<Integer> in method package onResult(res GridDhtLockResponse<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLockFuture.MiniFuture | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type missed : Set<Integer> to missed : Collection<Integer> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage | From | To | |
Change Attribute Type last : Set<Integer> to last : Collection<Integer> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage | From | To | |
Change Attribute Type invalidParts : Set<Integer> to invalidParts : Collection<Integer> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLockResponse | From | To | |
Change Attribute Type parts : Set<Integer> to parts : Collection<Integer> in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandMessage | From | To |