da1c913cfc7c1fce845dc20195dd0812018b28b3
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 34
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getInputStream() : InputStream renamed to private getInput() : InputStream in class org.eclipse.che.plugin.gdb.server.GdbProcess.OutputReader | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to GdbOutput in method private sendCommand(command String) : GdbOutput in class org.eclipse.che.plugin.gdb.server.Gdb | From | To | |
| Move Class | 1 | ||
| Move Class org.eclipse.che.plugin.gdb.server.parser.GdbParseException moved to org.eclipse.che.plugin.gdb.server.exception.GdbParseException | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.eclipse.che.plugin.gdb.server.exception.GdbException from classes [org.eclipse.che.plugin.gdb.server.exception.GdbParseException] | From | To | |
| Extract Variable | 1 | ||
| Extract Variable gdbInfoProgram : GdbInfoProgram in method public next() : GdbInfoLine from class org.eclipse.che.plugin.gdb.server.Gdb | From | To | |
| Extract Method | 2 | ||
| Extract Method private init(host String, port int, file String, srcDirectory String, debuggerCallback DebuggerCallback) : GdbDebugger extracted from public newInstance(host String, port int, file String, srcDirectory String, debuggerCallback DebuggerCallback) : GdbDebugger in class org.eclipse.che.plugin.gdb.server.GdbDebugger | From | To | |
| Extract Method private sendCommand(command String, grabOutput boolean) : GdbOutput extracted from private sendCommand(command String) : void in class org.eclipse.che.plugin.gdb.server.Gdb | From | To |