ebcbb95dc9299dd0e05015b2157e10231d47813f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type filterFailedKeys : Collection<K> to filterFailedKeys : Collection<IgniteTxKey<K>> in method public filterFailedKeys(filterFailedKeys Collection<IgniteTxKey<K>>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<K> to Collection<IgniteTxKey<K>> in method public filterFailedKeys() : Collection<IgniteTxKey<K>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Extract Variable | 1 | ||
Extract Variable entry : Map.Entry<UUID,Collection<UUID>> in method private checkOnePhase() : void from class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type filterFailedKeys : Collection<K> to filterFailedKeys : Collection<IgniteTxKey<K>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To |