7ac0fd0c9a6a7c89951f04489269556475bafdd2
Files Diff
- Added: 14
 - Removed: 0
 - Renamed: 0
 - Modified: 39
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public concurrencyLevel() : int renamed to public getConcurrencyLevel() : int in class org.apache.ignite.internal.visor.node.VisorMemoryConfiguration | From | To | |
| Rename Method public getPageCacheSize() : long renamed to public getSystemCacheMemorySize() : long in class org.apache.ignite.configuration.MemoryConfiguration | From | To | |
| Rename Method public getFileCacheAllocationPath() : String renamed to public getDefaultMemoryPolicyName() : String in class org.apache.ignite.configuration.MemoryConfiguration | From | To | |
| Rename Method public setPageCacheSize(pageCacheSize long) : void renamed to public setSystemCacheMemorySize(sysCacheMemSize long) : void in class org.apache.ignite.configuration.MemoryConfiguration | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public globalFreeList() : FreeList from class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabaseSharedManager to public freeList() : FreeList from class org.apache.ignite.internal.processors.cache.GridCacheContext | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type row : IgniteBiTuple<Integer,Map<String,Object>> to row : IgniteBiTuple<Integer,BinaryObjectImpl> in method private value(row IgniteBiTuple<Integer,BinaryObjectImpl>) : BinaryObjectImpl in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Move Method | 1 | ||
| Move Method public pageMemory() : PageMemory from class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabaseSharedManager to public pageMemory() : PageMemory from class org.apache.ignite.internal.processors.cache.database.MemoryPolicy | From | To | |
| Rename Variable | 3 | ||
| Rename Variable map : Map<String,Object> to aBuilder : BinaryObjectBuilder in method private ab(id long, name String, age int, txt String) : BinaryObjectBuilder in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Rename Variable map : Map<String,Object> to builder : BinaryObjectBuilder in method private ba(id long, name String, age int, sex boolean) : BinaryObjectBuilder in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Rename Variable name : String to cacheName : String in method private ackCacheConfiguration() : void in class org.apache.ignite.internal.IgniteKernal | From | To | |
| Change Return Type | 3 | ||
| Change Return Type CacheObject to BinaryObjectBuilder in method private ba(id long, name String, age int, sex boolean) : BinaryObjectBuilder in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Change Return Type CacheObject to BinaryObjectBuilder in method private ab(id long, name String, age int, txt String) : BinaryObjectBuilder in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Change Return Type Map<String,Object> to BinaryObjectImpl in method private value(row IgniteBiTuple<Integer,BinaryObjectImpl>) : BinaryObjectImpl in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Move Attribute | 1 | ||
| Move Attribute protected pageMem : PageMemory from class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabaseSharedManager to private pageMem : PageMemory from class org.apache.ignite.internal.processors.cache.database.MemoryPolicy | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.ignite.internal.processors.cache.database.MemoryPolicy from class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabaseSharedManager | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute pageMem : PageMemory to memPlcMap : Map<String,MemoryPolicy> in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabaseSharedManager | From | To | |
| Rename Attribute pageCacheSize : long to sysCacheMemSize : long in class org.apache.ignite.configuration.MemoryConfiguration | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type map : Map<String,Object> to aBuilder : BinaryObjectBuilder in method private ab(id long, name String, age int, txt String) : BinaryObjectBuilder in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Change Variable Type map : Map<String,Object> to builder : BinaryObjectBuilder in method private ba(id long, name String, age int, sex boolean) : BinaryObjectBuilder in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Change Variable Type res : Iterator<IgniteBiTuple<Integer,Map<String,Object>>> to res : Iterator<IgniteBiTuple<Integer,BinaryObjectImpl>> in method public testSpi() : void in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Change Variable Type txtRes : Iterator<IgniteBiTuple<Integer,Map<String,Object>>> to txtRes : Iterator<IgniteBiTuple<Integer,BinaryObjectImpl>> in method public testSpi() : void in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Change Attribute Type | 4 | ||
| Change Attribute Type fieldsAA : Map<String,Class<?>> to fieldsAA : LinkedHashMap<String,String> in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Change Attribute Type fieldsAB : Map<String,Class<?>> to fieldsAB : LinkedHashMap<String,String> in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Change Attribute Type fieldsBA : Map<String,Class<?>> to fieldsBA : LinkedHashMap<String,String> in class org.apache.ignite.internal.processors.query.h2.GridIndexingSpiAbstractSelfTest | From | To | |
| Change Attribute Type pageMem : PageMemory to memPlcMap : Map<String,MemoryPolicy> in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabaseSharedManager | From | To | |
| Extract Method | 1 | ||
| Extract Method private startPageMemoryPools() : void extracted from public init() : void in class org.apache.ignite.internal.processors.cache.database.IgniteCacheDatabaseSharedManager | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter pageCacheSize : long to sysCacheMemSize : long in method public setSystemCacheMemorySize(sysCacheMemSize long) : void in class org.apache.ignite.configuration.MemoryConfiguration | From | To |