43f65fe91d85ba8f3c16e13bdf5ea815d3a48d71
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private summary0(fileId IgniteUuid, sum IgfsPathSummary) : void renamed to private summaryRecursive(file IgfsFile, sum IgfsPathSummary) : void in class org.apache.ignite.internal.processors.igfs.IgfsImpl | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type fileId : IgniteUuid to file : IgfsFile in method private summaryRecursive(file IgfsFile, sum IgfsPathSummary) : void in class org.apache.ignite.internal.processors.igfs.IgfsImpl | From | To | |
| Rename Variable | 1 | ||
| Rename Variable fileId : IgniteUuid to info : IgfsFile in method private summary0(path IgfsPath) : IgfsPathSummary in class org.apache.ignite.internal.processors.igfs.IgfsImpl | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable info : IgfsEntryInfo to file : IgfsFile in method private summaryRecursive(file IgfsFile, sum IgfsPathSummary) : void in class org.apache.ignite.internal.processors.igfs.IgfsImpl | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type info : IgfsEntryInfo to file : IgfsFile in method private summaryRecursive(file IgfsFile, sum IgfsPathSummary) : void in class org.apache.ignite.internal.processors.igfs.IgfsImpl | From | To | |
| Change Variable Type fileId : IgniteUuid to info : IgfsFile in method private summary0(path IgfsPath) : IgfsPathSummary in class org.apache.ignite.internal.processors.igfs.IgfsImpl | From | To | |
| Extract Method | 1 | ||
| Extract Method private summary0(path IgfsPath) : IgfsPathSummary extracted from public summary(path IgfsPath) : IgfsPathSummary in class org.apache.ignite.internal.processors.igfs.IgfsImpl | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter fileId : IgniteUuid to file : IgfsFile in method private summaryRecursive(file IgfsFile, sum IgfsPathSummary) : void in class org.apache.ignite.internal.processors.igfs.IgfsImpl | From | To |