d94d3bb542f509ceaf8dcded226af0ba3d4895b4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method private confirmDialog(callback Callable<Void>, title String, msg String, yes String, no String) : void from class org.pentaho.di.ui.repository.pur.repositoryexplorer.controller.TrashBrowseController to protected confirmDialog(callback Callable<Void>, title String, msg String, yes String, no String) : void from class org.pentaho.di.ui.repository.repositoryexplorer.controllers.BrowseController | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute private DIALOG_HEIGHT : int from class org.pentaho.di.ui.repository.pur.repositoryexplorer.controller.TrashBrowseController to private DIALOG_HEIGHT : int from class org.pentaho.di.ui.repository.repositoryexplorer.controllers.BrowseController | From | To | |
Pull Up Attribute private DIALOG_COLOR : int from class org.pentaho.di.ui.repository.pur.repositoryexplorer.controller.TrashBrowseController to private DIALOG_COLOR : int from class org.pentaho.di.ui.repository.repositoryexplorer.controllers.BrowseController | From | To | |
Pull Up Attribute private DIALOG_WIDTH : int from class org.pentaho.di.ui.repository.pur.repositoryexplorer.controller.TrashBrowseController to private DIALOG_WIDTH : int from class org.pentaho.di.ui.repository.repositoryexplorer.controllers.BrowseController | From | To | |
Extract Method | 1 | ||
Extract Method protected confirmDialog(callback Callable<Void>, title String, msg String, yes String, no String) : void extracted from protected confirm(title String, message String, onAccept Callable<Void>) : void in class org.pentaho.di.ui.repository.repositoryexplorer.controllers.BrowseController | From | To |