5cf44e8e3af75dcbf45e2ad2b230550b27e87923
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private validateQuery0(safe boolean, node Ignite, loc boolean, parts int...) : void renamed to protected checkQueryFails(node Ignite, loc boolean, parts int...) : void in class org.apache.ignite.internal.processors.cache.IndexingCachePartitionLossPolicySelfTest | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method protected validateQuery(safe boolean, part int, node Ignite) : void from class org.apache.ignite.internal.processors.cache.IndexingCachePartitionLossPolicySelfTest to private validateQuery(safe boolean, node Ignite) : void from class org.apache.ignite.internal.processors.cache.distributed.IgniteCachePartitionLossPolicySelfTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable part : int to lostParts : List<Integer> in method private checkLostPartition(canWrite boolean, safe boolean, topChanger TopologyChanger) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCachePartitionLossPolicySelfTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type part : int to lostParts : List<Integer> in method private checkLostPartition(canWrite boolean, safe boolean, topChanger TopologyChanger) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCachePartitionLossPolicySelfTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private checkIgnore(topChanger TopologyChanger) : void extracted from public testIgnore(topChanger TopologyChanger) : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCachePartitionLossPolicySelfTest | From | To |