d72a39fa477ea0dcab15da4ffa078cea70e9a56d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getFileIds(tachyonClient TachyonFS) : List<Integer> renamed to private getSortedFileIds() : List<Integer> in class tachyon.web.WebInterfaceWorkerBlockInfoServlet | From | To | |
Extract Method | 2 | ||
Extract Method private getUiFileInfo(tachyonClient TachyonFS, filePath TachyonURI) : UiFileInfo extracted from protected doGet(request HttpServletRequest, response HttpServletResponse) : void in class tachyon.web.WebInterfaceWorkerBlockInfoServlet | From | To | |
Extract Method private getUiFileInfo(tachyonClient TachyonFS, fileId int) : UiFileInfo extracted from protected doGet(request HttpServletRequest, response HttpServletResponse) : void in class tachyon.web.WebInterfaceWorkerBlockInfoServlet | From | To |