bf9371a3ddb020209a6b031e11282706e19c58cb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable fileId : IgniteUuid to info : IgfsEntryInfo in method public call() : Collection<IgfsPath> in class org.apache.ignite.internal.processors.igfs.IgfsImpl.listPaths.safeOp | From | To | |
Change Variable Type | 3 | ||
Change Variable Type fileId : IgniteUuid to info : IgfsEntryInfo in method public call() : Collection<IgfsPath> in class org.apache.ignite.internal.processors.igfs.IgfsImpl.listPaths.safeOp | From | To | |
Change Variable Type files : Set<IgfsFile> to files : Collection<IgfsFile> in method public call() : Collection<IgfsFile> in class org.apache.ignite.internal.processors.igfs.IgfsImpl.listFiles.safeOp | From | To | |
Change Variable Type files : Collection<String> to files : Collection<IgfsPath> in method public call() : Collection<IgfsPath> in class org.apache.ignite.internal.processors.igfs.IgfsImpl.listPaths.safeOp | From | To | |
Extract Method | 2 | ||
Extract Method private primaryInfoForListing(path IgfsPath) : IgfsEntryInfo extracted from public listFiles(path IgfsPath) : Collection<IgfsFile> in class org.apache.ignite.internal.processors.igfs.IgfsImpl | From | To | |
Extract Method private primaryInfoForListing(path IgfsPath) : IgfsEntryInfo extracted from public listPaths(path IgfsPath) : Collection<IgfsPath> in class org.apache.ignite.internal.processors.igfs.IgfsImpl | From | To |