b3bcf4aeecf9aa1bd6d19e94c8da7b09741f5410
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable primarySize : int to dataCache : GridCacheAdapter<IgfsBlockKey,byte[]> in method public testFormat() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest | From | To | |
Rename Variable ignite1 : Ignite to ignitePrimary : Ignite in method protected beforeTestsStarted() : void in class org.apache.ignite.internal.processors.igfs.IgfsClientCacheSelfTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type primarySize : int to dataCache : GridCacheAdapter<IgfsBlockKey,byte[]> in method public testFormat() : void in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest | From | To | |
Change Variable Type cacheCfg : CacheConfiguration to cacheCfg : CacheConfiguration<?,?> in method protected cacheConfiguration(cacheName String) : CacheConfiguration in class org.apache.ignite.internal.processors.igfs.IgfsClientCacheSelfTest | From | To | |
Extract Method | 1 | ||
Extract Method private lockIds(fileIds Collection<IgniteUuid>) : Map<IgniteUuid,IgfsFileInfo> extracted from private lockIds(fileIds IgniteUuid...) : Map<IgniteUuid,IgfsFileInfo> in class org.apache.ignite.internal.processors.igfs.IgfsMetaManager | From | To | |
Rename Parameter | 1 | ||
Rename Parameter length : int to len : int in method package createChunk(len int) : byte[] in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest | From | To |