c76d7bdcfe86ed1d1b1ab74cd6af9205bde25fad
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testSteps() : void renamed to public testIntoAndOut() : void in class org.eclipse.che.plugin.nodejsdbg.server.NodeJsDebuggerTest | From | To | |
Change Return Type | 5 | ||
Change Return Type Location to Void in method public cont() : Void in class org.eclipse.che.plugin.nodejsdbg.server.command.NodeJsDebugCommandsLibrary | From | To | |
Change Return Type Location to Void in method public stepOut() : Void in class org.eclipse.che.plugin.nodejsdbg.server.command.NodeJsDebugCommandsLibrary | From | To | |
Change Return Type Location to Void in method public next() : Void in class org.eclipse.che.plugin.nodejsdbg.server.command.NodeJsDebugCommandsLibrary | From | To | |
Change Return Type Location to Void in method public stepIn() : Void in class org.eclipse.che.plugin.nodejsdbg.server.command.NodeJsDebugCommandsLibrary | From | To | |
Change Return Type Location to Void in method public backtrace() : Void in class org.eclipse.che.plugin.nodejsdbg.server.command.NodeJsDebugCommandsLibrary | From | To | |
Move Class | 1 | ||
Move Class org.eclipse.che.plugin.nodejsdbg.server.NodeJsDebugProcess.OutputReader moved to org.eclipse.che.plugin.nodejsdbg.server.OutputReader | From | To | |
Inline Variable | 5 | ||
Inline Variable nextCommand : NodeJsDebugCommand<Location> in method public cont() : Location from class org.eclipse.che.plugin.nodejsdbg.server.command.NodeJsDebugCommandsLibrary | From | To | |
Inline Variable nextCommand : NodeJsDebugCommand<Location> in method public backtrace() : Location from class org.eclipse.che.plugin.nodejsdbg.server.command.NodeJsDebugCommandsLibrary | From | To | |
Inline Variable nextCommand : NodeJsDebugCommand<Location> in method public stepIn() : Location from class org.eclipse.che.plugin.nodejsdbg.server.command.NodeJsDebugCommandsLibrary | From | To | |
Inline Variable nextCommand : NodeJsDebugCommand<Location> in method public next() : Location from class org.eclipse.che.plugin.nodejsdbg.server.command.NodeJsDebugCommandsLibrary | From | To | |
Inline Variable nextCommand : NodeJsDebugCommand<Location> in method public stepOut() : Location from class org.eclipse.che.plugin.nodejsdbg.server.command.NodeJsDebugCommandsLibrary | From | To | |
Extract Method | 2 | ||
Extract Method private proceedResponse(in InputStream) : void extracted from public run() : void in class org.eclipse.che.plugin.nodejsdbg.server.OutputReader | From | To | |
Extract Method private initializeNodeJsDebugProcess(options String[]) : Process extracted from private NodeJsDebugProcess(outputSeparator String, options String...) in class org.eclipse.che.plugin.nodejsdbg.server.NodeJsDebugProcess | From | To |