e4286e61960c93faf6fe21a76b142c6f80c43eb6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method protected tryFindFileInWorkspace(location Location, callback AsyncCallback<VirtualFile>) : void renamed to public onFailure(error Throwable) : void in class org.eclipse.che.plugin.debugger.ide.debug.BasicActiveFileHandler.findSourceToOpen.findInProject.onFailure.findInWorkspace.onFailure.searchSource | From | To | |
Rename Method protected trySearchSource(location Location, callback AsyncCallback<VirtualFile>) : void renamed to protected getPath(location Location) : String in class org.eclipse.che.plugin.debugger.ide.debug.BasicActiveFileHandler | From | To | |
Rename Method protected tryFindFileInProject(location Location, callback AsyncCallback<VirtualFile>) : void renamed to protected findInProject(location Location, callback AsyncCallback<VirtualFile>) : void in class org.eclipse.che.plugin.debugger.ide.debug.BasicActiveFileHandler | From | To | |
Change Return Type | 1 | ||
Change Return Type void to String in method protected getPath(location Location) : String in class org.eclipse.che.plugin.debugger.ide.debug.BasicActiveFileHandler | From | To | |
Extract Method | 1 | ||
Extract Method protected findSourceToOpen(location Location, callback AsyncCallback<VirtualFile>) : void extracted from public openFile(location Location, callback AsyncCallback<VirtualFile>) : void in class org.eclipse.che.plugin.debugger.ide.debug.BasicActiveFileHandler | From | To | |
Rename Parameter | 3 | ||
Rename Parameter virtualFile : VirtualFile to result : VirtualFile in method public onSuccess(result VirtualFile) : void in class org.eclipse.che.plugin.debugger.ide.debug.BasicActiveFileHandler.findSourceToOpen.findInProject.onFailure.findInWorkspace.onFailure.searchSource | From | To | |
Rename Parameter result : VirtualFile to virtualFile : VirtualFile in method public onSuccess(virtualFile VirtualFile) : void in class org.eclipse.che.plugin.debugger.ide.debug.BasicActiveFileHandler.findSourceToOpen.findInProject.onFailure.findInWorkspace | From | To | |
Rename Parameter caught : Throwable to error : Throwable in method public onFailure(error Throwable) : void in class org.eclipse.che.plugin.debugger.ide.debug.BasicActiveFileHandler.findSourceToOpen.findInProject.onFailure.findInWorkspace.onFailure.searchSource | From | To |