c3b02dca7246e998edd878c199abba8232dd1add
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 2 | ||
Move And Inline Method public parentId() : IgniteUuid moved from class org.apache.ignite.internal.processors.igfs.IgfsPathsCreateResult to class org.apache.ignite.internal.processors.igfs.IgfsMetaManager & inlined to package create(path IgfsPath, dirProps Map<String,String>, overwrite boolean, blockSize int, affKey IgniteUuid, evictExclude boolean, fileProps Map<String,String>) : IgfsEntryInfo | From | To | |
Move And Inline Method public parentId() : IgniteUuid moved from class org.apache.ignite.internal.processors.igfs.IgfsPathsCreateResult to class org.apache.ignite.internal.processors.igfs.IgfsMetaManager & inlined to package append(path IgfsPath, dirProps Map<String,String>, create boolean, blockSize int, affKey IgniteUuid, evictExclude boolean, fileProps Map<String,String>) : IgfsEntryInfo | From | To | |
Rename Variable | 3 | ||
Rename Variable t2 : IgniteBiTuple<IgfsEntryInfo,IgniteUuid> to res : IgfsEntryInfo in method public call() : IgfsOutputStream in class org.apache.ignite.internal.processors.igfs.IgfsImpl.create0.safeOp | From | To | |
Rename Variable t2 : IgniteBiTuple<IgfsEntryInfo,IgniteUuid> to res : IgfsEntryInfo in method private createFileAndGetInfo(path String) : IgfsEntryInfo in class org.apache.ignite.internal.processors.igfs.IgfsMetaManagerSelfTest | From | To | |
Rename Variable t2 : IgniteBiTuple<IgfsEntryInfo,IgniteUuid> to res : IgfsEntryInfo in method public call() : IgfsOutputStream in class org.apache.ignite.internal.processors.igfs.IgfsImpl.append.safeOp | From | To | |
Change Return Type | 3 | ||
Change Return Type IgfsEntryInfo to void in method public move(srcPath IgfsPath, dstPath IgfsPath) : void in class org.apache.ignite.internal.processors.igfs.IgfsMetaManager | From | To | |
Change Return Type IgniteBiTuple<IgfsEntryInfo,IgniteUuid> to IgfsEntryInfo in method package create(path IgfsPath, dirProps Map<String,String>, overwrite boolean, blockSize int, affKey IgniteUuid, evictExclude boolean, fileProps Map<String,String>) : IgfsEntryInfo in class org.apache.ignite.internal.processors.igfs.IgfsMetaManager | From | To | |
Change Return Type IgniteBiTuple<IgfsEntryInfo,IgniteUuid> to IgfsEntryInfo in method package append(path IgfsPath, dirProps Map<String,String>, create boolean, blockSize int, affKey IgniteUuid, evictExclude boolean, fileProps Map<String,String>) : IgfsEntryInfo in class org.apache.ignite.internal.processors.igfs.IgfsMetaManager | From | To | |
Change Variable Type | 3 | ||
Change Variable Type t2 : IgniteBiTuple<IgfsEntryInfo,IgniteUuid> to res : IgfsEntryInfo in method public call() : IgfsOutputStream in class org.apache.ignite.internal.processors.igfs.IgfsImpl.append.safeOp | From | To | |
Change Variable Type t2 : IgniteBiTuple<IgfsEntryInfo,IgniteUuid> to res : IgfsEntryInfo in method public call() : IgfsOutputStream in class org.apache.ignite.internal.processors.igfs.IgfsImpl.create0.safeOp | From | To | |
Change Variable Type t2 : IgniteBiTuple<IgfsEntryInfo,IgniteUuid> to res : IgfsEntryInfo in method private createFileAndGetInfo(path String) : IgfsEntryInfo in class org.apache.ignite.internal.processors.igfs.IgfsMetaManagerSelfTest | From | To | |
Extract Method | 1 | ||
Extract Method public sendEvents(kernalCtx GridKernalContext, path IgfsPath, newPath IgfsPath, type int) : void extracted from public sendEvents(kernalCtx GridKernalContext, path IgfsPath, type int) : void in class org.apache.ignite.internal.processors.igfs.IgfsUtils | From | To |