32927800eb8e394b89cfab8f832eb1955098fd14
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getSimpleMessage() : String renamed to public getDetailsMessage() : String in class melnorme.utilbox.fields.validation.ValidationException | From | To | |
Rename Method protected openErrorDialog(shell Shell, title String, status StatusException) : void renamed to protected openMessageDialog(shell Shell, title String, status StatusException) : void in class melnorme.lang.ide.ui.utils.UIOperationErrorHandlerImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute simpleMessage : String to detailsMessage : String in class melnorme.utilbox.fields.validation.ValidationException | From | To | |
Extract Method | 1 | ||
Extract Method public removeStart(startMatch String, string String) : String extracted from public trimStart(string String, startMatch String) : String in class melnorme.utilbox.misc.StringUtil | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public openPreferencePage(shell Shell, prefPageId String) : void extracted from protected openPreferencePage() : void in class melnorme.lang.ide.ui.dialogs.LangProjectWizardFirstPage.PreferencesValidationGroup & moved to class melnorme.lang.ide.ui.utils.WorkbenchUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter simpleMessage : String to detailsMessage : String in method public ValidationException(severity Severity, message String, detailsMessage String) in class melnorme.utilbox.fields.validation.ValidationException | From | To |