53b579f9487bb95b8b09064cd21087cb464bdf22
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable currentStatus : boolean to currStatus : boolean in method public onKernalStart(activeOnStart boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cache : IgniteCache to cache : IgniteCache<Object,Object> in method private doTestNoStore() : void in class org.apache.ignite.internal.processors.cache.CacheClientStoreSelfTest | From | To | |
Change Variable Type cache : IgniteCache to cache : IgniteCache<Object,Object> in method public testLocalLoadClient() : void in class org.apache.ignite.internal.processors.cache.CacheClientStoreSelfTest | From | To | |
Extract Method | 1 | ||
Extract Method public init() : void extracted from protected start0() : void in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabaseSharedManager | From | To |