788ee2c9514ae64880008f911e46bba36e2ba5e0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable num : String to baseStepNumber : String in method private refreshView() : void in class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To | |
Rename Variable tIndex : Integer to baseStepNumber : int in method private refreshView() : void in class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To | |
Rename Variable status : StepStatus to subStepStatus : StepStatus in method private refreshView() : void in class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To | |
Rename Variable subIndex : int to subStepIndex : int in method private refreshView() : void in class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To | |
Inline Method | 1 | ||
Inline Method public sortTable(sortField int, sortingDescending boolean, resetRowNums boolean) : void inlined to public sortTable(sortField int, sortingDescending boolean) : void in class org.pentaho.di.ui.core.widget.TableView | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private STEP_NUMBER_COLUMN : int in class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To | |
Extract Attribute private STEP_NAME_COLUMN : int in class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable ti : TableItem to row : TableItem in method private updateRowFromBaseStep(baseStep StepInterface, row TableItem) : void in class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tIndex : Integer to baseStepNumber : int in method private refreshView() : void in class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To | |
Inline Variable | 1 | ||
Inline Variable nrSteps : int in method private refreshView() : void from class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To | |
Extract Method | 2 | ||
Extract Method private updateRowFromBaseStep(baseStep StepInterface, row TableItem) : void extracted from private refreshView() : void in class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To | |
Extract Method private showSelected(selectedSteps List<StepMeta>, baseStep StepInterface) : boolean extracted from private refreshView() : void in class org.pentaho.di.ui.spoon.trans.TransGridDelegate | From | To |