66173e07f13bf8dd1facf02c9156e4e5d233fee1
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method protected resolveFilePathByLocation(location Location) : List<String> renamed to protected fqnToPath(location Location) : List<String> in class org.eclipse.che.ide.ext.java.jdi.client.debug.JavaDebugger | From | To | |
| Rename Method public testParse() : void renamed to public testParse1() : void in class org.eclipse.che.ide.gdb.server.parser.GdbInfoLineTest | From | To | |
| Rename Method protected abstract resolveFilePathByLocation(location Location) : List<String> renamed to protected abstract fqnToPath(location Location) : List<String> in class org.eclipse.che.ide.ext.debugger.client.debug.AbstractDebugger | From | To | |
| Rename Method protected resolveFilePathByLocation(location Location) : List<String> renamed to protected fqnToPath(location Location) : List<String> in class org.eclipse.che.ide.ext.debugger.client.debug.DebuggerTest.TestDebugger | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type variable : String to variable : Variable in method public getValue(id String, variable Variable) : Value in class org.eclipse.che.ide.gdb.server.GdbDebuggerService | From | To | |
| Rename Variable | 1 | ||
| Rename Variable resolver : FqnResolver to fqn : String in method public addBreakpoint(file VirtualFile, lineNumber int) : void in class org.eclipse.che.ide.ext.debugger.client.debug.AbstractDebugger | From | To | |
| Rename Class | 1 | ||
| Rename Class org.eclipse.che.ide.ext.java.jdi.server.DebuggerService renamed to org.eclipse.che.ide.ext.java.jdi.server.JavaDebuggerService | From | To | |
| Extract Variable | 2 | ||
| Extract Variable varValue : String in method public dumpStackFrame() : StackFrameDump from class org.eclipse.che.ide.gdb.server.GdbDebugger | From | To | |
| Extract Variable varType : String in method public dumpStackFrame() : StackFrameDump from class org.eclipse.che.ide.gdb.server.GdbDebugger | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type resolver : FqnResolver to fqn : String in method public addBreakpoint(file VirtualFile, lineNumber int) : void in class org.eclipse.che.ide.ext.debugger.client.debug.AbstractDebugger | From | To | |
| Extract Method | 1 | ||
| Extract Method private isRemoteConnection() : boolean extracted from public start() : void in class org.eclipse.che.ide.gdb.server.GdbDebugger | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method protected pathToFqn(file VirtualFile) : String extracted from public addBreakpoint(file VirtualFile, lineNumber int) : void in class org.eclipse.che.ide.ext.debugger.client.debug.AbstractDebugger & moved to class org.eclipse.che.ide.ext.java.jdi.client.debug.JavaDebugger | From | To | |
| Extract And Move Method protected pathToFqn(file VirtualFile) : String extracted from public deleteBreakpoint(file VirtualFile, lineNumber int) : void in class org.eclipse.che.ide.ext.debugger.client.debug.AbstractDebugger & moved to class org.eclipse.che.ide.ext.java.jdi.client.debug.JavaDebugger | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter srcDirectory : String to sources : String in method public create(host String, port int, file String, sources String) : DebuggerInfo in class org.eclipse.che.ide.gdb.server.GdbDebuggerService | From | To |