e4760980ab6077ee398965f551fdf8302820ae0e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private checkIgnore(topChanger TopologyChanger) : void inlined to public testIgnore(topChanger TopologyChanger) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCachePartitionLossPolicySelfTest | From | To | |
Rename Variable | 2 | ||
Rename Variable lostParts : List<Integer> to part : int in method private checkLostPartition(canWrite boolean, safe boolean, topChanger TopologyChanger) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCachePartitionLossPolicySelfTest | From | To | |
Rename Variable partLossPlc : PartitionLossPolicy to lossPlc : PartitionLossPolicy in method public validateCache(cctx GridCacheContext, recovery boolean, read boolean, key Object, keys Collection<?>) : Throwable in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTopologyFutureAdapter | From | To | |
Change Return Type | 1 | ||
Change Return Type CacheValidation to CacheGroupValidation in method protected validateCacheGroup(grp CacheGroupContext, topNodes Collection<ClusterNode>) : CacheGroupValidation in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTopologyFutureAdapter | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTopologyFutureAdapter.CacheValidation renamed to org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTopologyFutureAdapter.CacheGroupValidation | From | To | |
Change Variable Type | 3 | ||
Change Variable Type m : Map<Integer,CacheValidation> to m : Map<Integer,CacheGroupValidation> in method public onDone(res AffinityTopologyVersion, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture | From | To | |
Change Variable Type validation : CacheValidation to validation : CacheGroupValidation in method public validateCache(cctx GridCacheContext, recovery boolean, read boolean, key Object, keys Collection<?>) : Throwable in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTopologyFutureAdapter | From | To | |
Change Variable Type lostParts : List<Integer> to part : int in method private checkLostPartition(canWrite boolean, safe boolean, topChanger TopologyChanger) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCachePartitionLossPolicySelfTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type grpValidRes : Map<Integer,CacheValidation> to grpValidRes : Map<Integer,CacheGroupValidation> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTopologyFutureAdapter | From | To |