34c29ed74578bf569bf537a57f2db642e1d58d2a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type cache : IgniteCache<Integer,Integer> to gridCnt : int in method private checkSizeBeforeLive(size int, gridCnt int) : void in class org.apache.ignite.internal.processors.cache.ttl.CacheTtlAbstractSelfTest | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute cache : IgniteCache<Integer,Integer> to SIZE : int in method private checkSizeBeforeLive(size int) : void in class org.apache.ignite.internal.processors.cache.ttl.CacheTtlAbstractSelfTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cache : IgniteCache<Integer,Integer> to SIZE : int in method private checkSizeBeforeLive(size int) : void in class org.apache.ignite.internal.processors.cache.ttl.CacheTtlAbstractSelfTest | From | To | |
Extract Method | 4 | ||
Extract Method private checkSizeAfterLive(gridCnt int) : void extracted from private checkSizeAfterLive() : void in class org.apache.ignite.internal.processors.cache.ttl.CacheTtlAbstractSelfTest | From | To | |
Extract Method private checkSizeBeforeLive(size int) : void extracted from public testDefaultTimeToLivePutAll() : void in class org.apache.ignite.internal.processors.cache.ttl.CacheTtlAbstractSelfTest | From | To | |
Extract Method private checkSizeBeforeLive(size int) : void extracted from public testTimeToLiveTtl() : void in class org.apache.ignite.internal.processors.cache.ttl.CacheTtlAbstractSelfTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cache : IgniteCache<Integer,Integer> to gridCnt : int in method private checkSizeBeforeLive(size int, gridCnt int) : void in class org.apache.ignite.internal.processors.cache.ttl.CacheTtlAbstractSelfTest | From | To |