9c6087ebcef955203805326d370d5e0b4796e91a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type resultSet : Collection<OIdentifiable> to resultSet : List<OIdentifiable> in method public writeRecords(resultSet List<OIdentifiable>, limit int, iAfterDump OCallable<Object,OIdentifiable>) : void in class com.orientechnologies.orient.console.OTableFormatter | From | To | |
| Change Parameter Type resultSet : Collection<OIdentifiable> to resultSet : List<OIdentifiable> in method public writeRecords(resultSet List<OIdentifiable>, limit int) : void in class com.orientechnologies.orient.console.OTableFormatter | From | To | |
| Change Parameter Type iConsole : OConsoleApplication to iConsole : OTableOutput in method public OTableFormatter(iConsole OTableOutput) in class com.orientechnologies.orient.console.OTableFormatter | From | To | |
| Rename Variable | 1 | ||
| Rename Variable col : Entry<String,Integer> to column : Entry<String,Integer> in method private printHeaderLine(iColumns Map<String,Integer>) : void in class com.orientechnologies.orient.console.OTableFormatter | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type vargs : List<Object> to vargs : List<String> in method public dumpRecordInTable(iIndex int, iRecord OIdentifiable, iColumns Map<String,Integer>) : void in class com.orientechnologies.orient.console.OTableFormatter | From | To | |
| Extract Variable | 2 | ||
| Extract Variable columnWidth : int in method public dumpRecordInTable(iIndex int, iRecord OIdentifiable, iColumns Map<String,Integer>) : void from class com.orientechnologies.orient.console.OTableFormatter | From | To | |
| Extract Variable columnName : String in method public dumpRecordInTable(iIndex int, iRecord OIdentifiable, iColumns Map<String,Integer>) : void from class com.orientechnologies.orient.console.OTableFormatter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type out : OConsoleApplication to out : OTableOutput in class com.orientechnologies.orient.console.OTableFormatter | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public onMessage(text String, args Object...) : void extracted from public dumpRecordInTable(iIndex int, iRecord OIdentifiable, iColumns Map<String,Integer>) : void in class com.orientechnologies.orient.console.OTableFormatter & moved to class com.orientechnologies.orient.console.OrientConsole | From | To |