0f3d02ba3a9afddee5c4b06a323e098d1497003c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public incFilesDeleted(n long) : void renamed to public incPathsDeleted(n long) : void in class tachyon.master.MasterSource | From | To | |
Rename Method public incFilesRenamed() : void renamed to public incPathsRenamed() : void in class tachyon.master.MasterSource | From | To | |
Rename Method public incDeleteFileOps() : void renamed to public incDeletePathOps() : void in class tachyon.master.MasterSource | From | To | |
Rename Method public incCreateFileOps() : void renamed to public incCreatePathOps() : void in class tachyon.master.MasterSource | From | To | |
Rename Method public incFilesCreated(n long) : void renamed to public incPathsCreated(n long) : void in class tachyon.master.MasterSource | From | To | |
Rename Attribute | 5 | ||
Rename Attribute mFilesDeleted : Counter to mPathsDeleted : Counter in class tachyon.master.MasterSource | From | To | |
Rename Attribute mDeleteFileOps : Counter to mDeletePathOps : Counter in class tachyon.master.MasterSource | From | To | |
Rename Attribute mCreateFileOps : Counter to mCreatePathOps : Counter in class tachyon.master.MasterSource | From | To | |
Rename Attribute mFilesRenamed : Counter to mPathsRenamed : Counter in class tachyon.master.MasterSource | From | To | |
Rename Attribute mFilesCreated : Counter to mPathsCreated : Counter in class tachyon.master.MasterSource | From | To |