07a492a3070d3ac526670c951d5110918fce6e9f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type cache : GridCache<Integer,Integer> to cache : IgniteCache<Integer,Integer> in method private performTest() : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridCacheDhtPreloadPutGetSelfTest | From | To | |
Change Variable Type c : GridCache<String,Integer> to c : IgniteCache<String,Integer> in method public testPeekPartitionedModes() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedMultiNodeFullApiSelfTest | From | To | |
Extract Variable | 1 | ||
Extract Variable internalCache : GridCacheAdapter<Object,Object> in method private checkTtl(inTx boolean, oldEntry boolean) : void from class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest | From | To |