b7e8aed415aea477c79839e08895b69e00142a39
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private executeReturn(lastCommand String, lastResult Object) : Object renamed to private executeConsoleLog(lastCommand String) : void in class com.orientechnologies.orient.core.command.script.OCommandExecutorScript | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Object to void in method private executeConsoleLog(lastCommand String) : void in class com.orientechnologies.orient.core.command.script.OCommandExecutorScript | From | To | |
| Extract Method | 1 | ||
| Extract Method private getValue(lastCommand String, lastResult Object) : Object extracted from private executeReturn(lastCommand String, lastResult Object) : Object in class com.orientechnologies.orient.core.command.script.OCommandExecutorScript | From | To |