1b72dc54123b103c8b2d8d20a328baf733451e6d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getInMemoryPercentage() : int renamed to public getInAlluxioPercentage() : int in class alluxio.web.UIFileInfo | From | To | |
| Rename Method public getInMemory() : boolean renamed to public getInAlluxio() : boolean in class alluxio.web.UIFileInfo | From | To | |
| Rename Variable | 1 | ||
| Rename Variable inMemoryFiles : List<AlluxioURI> to inAlluxioFiles : List<AlluxioURI> in method public doGet(request HttpServletRequest, response HttpServletResponse) : void in class alluxio.web.WebInterfaceMemoryServlet | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute mInMemoryPercent : int to mInAlluxioPercentage : int in class alluxio.web.UIFileInfo | From | To | |
| Rename Attribute mInMemory : boolean to mInAlluxio : boolean in class alluxio.web.UIFileInfo | From | To |