|
Change Parameter Type page : AbstractPreferencesEditorsPrefPage to store : IPreferenceStore in method public GoEditorConfigurationBlock(store IPreferenceStore) in class com.googlecode.goclipse.ui.preferences.GoEditorConfigurationBlock |
From |
To |
|
Change Parameter Type field : IDomainField<String> to field : IFieldView<?> in method public addFieldValidation(init boolean, field IFieldView<?>, validationSource IValidationSource) : void in class melnorme.lang.tooling.data.MultipleFieldValidation |
From |
To |
|
Change Parameter Type mainPreferencePage : AbstractPreferencesEditorsPrefPage to store : IPreferenceStore in method public LangEditorConfigurationBlock(store IPreferenceStore) in class melnorme.lang.ide.ui.preferences.LangEditorConfigurationBlock |
From |
To |
|
Change Parameter Type field : IProperty<String> to field : IFieldView<String> in method public ValidatedField(field IFieldView<String>, validator IFieldValidator) in class melnorme.lang.tooling.data.IValidatedField.ValidatedField |
From |
To |
|
Move Method protected createDaemonPathFieldEditor(group Group) : ButtonTextField from class melnorme.lang.ide.ui.tools.AbstractDeamonToolPrefPage to protected createDaemonPathFieldEditor(group Group) : ButtonTextField from class melnorme.lang.ide.ui.tools.AbstractDeamonToolPrefPage.ServerToolsBlock |
From |
To |
|
Move Method public AbstractPreferencesBlockPrefPage() from class melnorme.lang.ide.ui.preferences.AbstractPreferencesBlockPrefPage to public AbstractPreferencesBlockPrefPage() from class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlockPrefPage |
From |
To |
|
Move Method public createControl(parent Composite) : void from class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesEditorsPrefPage to public createControl(parent Composite) : void from class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlockPrefPage |
From |
To |
|
Move Method public statusLevelToMessageType(statusLevel StatusLevel) : int from class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesEditorsPrefPage to public statusLevelToMessageType(statusLevel StatusLevel) : int from class melnorme.lang.ide.ui.utils.DialogPageUtils |
From |
To |
|
Move Method protected getDaemonToolName() : String from class melnorme.lang.ide.ui.tools.AbstractDeamonToolPrefPage to protected getDaemonToolName() : String from class melnorme.lang.ide.ui.tools.AbstractDeamonToolPrefPage.ServerToolsBlock |
From |
To |
|
Move Method public createOptionsSection(parent Composite, label String, gridData GridData, numColumns int) : Group from class melnorme.lang.ide.ui.preferences.common.AbstractStoreComponentsPrefPage to public createOptionsSection(parent Composite, label String, numColumns int, gridData GridData) : Group from class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlock |
From |
To |
|
Move Method protected getDaemonToolName() : String from class com.googlecode.goclipse.ui.preferences.GoToolsPreferencePage to protected getDaemonToolName() : String from class com.googlecode.goclipse.ui.preferences.GoToolsPreferencePage.GoServerToolsBlock |
From |
To |
|
Move Method protected createInstallPackageButton(group Group, baseButtonLabel String, goPackage String, exeName String, textFieldEditor ButtonTextField) : void from class com.googlecode.goclipse.ui.preferences.GoToolsPreferencePage to protected createInstallPackageButton(group Group, baseButtonLabel String, goPackage String, exeName String, textFieldEditor ButtonTextField) : void from class com.googlecode.goclipse.ui.preferences.GoToolsPreferencePage.GoServerToolsBlock |
From |
To |
|
Move Method protected createDaemonPathFieldEditor(daemonGroup Group) : ButtonTextField from class com.googlecode.goclipse.ui.preferences.GoToolsPreferencePage to protected createDaemonPathFieldEditor(daemonGroup Group) : ButtonTextField from class com.googlecode.goclipse.ui.preferences.GoToolsPreferencePage.GoServerToolsBlock |
From |
To |
|
Move Attribute protected daemonPathEditor : ButtonTextField from class melnorme.lang.ide.ui.tools.AbstractDeamonToolPrefPage to protected daemonPathEditor : ButtonTextField from class melnorme.lang.ide.ui.tools.AbstractDeamonToolPrefPage.ServerToolsBlock |
From |
To |
|
Move Attribute protected oracleGroup : Group from class com.googlecode.goclipse.ui.preferences.GoToolsPreferencePage to protected oracleGroup : Group from class com.googlecode.goclipse.ui.preferences.GoToolsPreferencePage.GoServerToolsBlock |
From |
To |
|
Move Attribute protected store : IPreferenceStore from class melnorme.lang.ide.ui.preferences.common.AbstractStoreComponentsPrefPage to protected store : IPreferenceStore from class melnorme.lang.ide.ui.preferences.LangEditorConfigurationBlock |
From |
To |
|
Move Attribute protected prefAdapters : ArrayList2<IPreferencesEditor> from class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesEditorsPrefPage to protected prefAdapters : ArrayList2<IPreferencesEditor> from class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlock |
From |
To |
|
Move Attribute protected toolGroup : Group from class melnorme.lang.ide.ui.tools.AbstractDeamonToolPrefPage to protected toolGroup : Group from class melnorme.lang.ide.ui.tools.AbstractDeamonToolPrefPage.ServerToolsBlock |
From |
To |
|
Rename Method protected createPreferencesBlock() : LangEditorContentAssistConfigurationBlock renamed to protected init_createPreferencesBlock() : LangEditorContentAssistConfigurationBlock in class com.googlecode.goclipse.ui.preferences.GoContentAssistPreferencePage |
From |
To |
|
Rename Method protected createPreferencesBlock() : LangEditorTypingConfigurationBlock renamed to protected init_createPreferencesBlock() : LangEditorTypingConfigurationBlock in class melnorme.lang.ide.ui.preferences.LangEditorTypingPreferencePage |
From |
To |
|
Rename Method protected createPreferencesBlock() : GoEditorConfigurationBlock renamed to protected init_createPreferencesBlock() : GoEditorConfigurationBlock in class com.googlecode.goclipse.ui.preferences.GoEditorPreferencePage |
From |
To |
|
Rename Method public saveSettings() : boolean renamed to public doSaveSettings() : void in class melnorme.lang.ide.ui.preferences.EditorAppearanceColorsComponent |
From |
To |
|
Rename Method public addValidatedField(field IDomainField<String>, validator IFieldValidator) : void renamed to public addFieldValidation(init boolean, field IFieldView<?>, validationSource IValidationSource) : void in class melnorme.lang.tooling.data.MultipleFieldValidation |
From |
To |
|
Rename Method public saveSettings() : boolean renamed to public doSaveSettings() : void in class melnorme.lang.ide.ui.preferences.common.IPreferencesEditor |
From |
To |
|
Rename Method public saveSettings() : void renamed to public doSaveSettings() : void in class melnorme.lang.ide.ui.preferences.ProjectAndPreferencesBlock.PreferencePropertyBinding |
From |
To |
|
Rename Method public applyStatusMessageToPage(page DialogPage, status IStatus) : void renamed to public applyStatusToPage(page DialogPage, status IStatus) : void in class melnorme.lang.ide.ui.utils.DialogPageUtils |
From |
To |
|
Rename Method protected createPreferencesBlock() : GoSourceColoringConfigurationBlock renamed to protected init_createPreferencesBlock() : GoSourceColoringConfigurationBlock in class com.googlecode.goclipse.ui.preferences.GoSyntaxHighlightingPreferencePage |
From |
To |
|
Rename Method public applyStatusToPreferencePage(status IStatus, preferencePage PreferencePage) : void renamed to public applyStatusToPage(preferencePage PreferencePage, status IStatus) : void in class melnorme.lang.ide.ui.utils.DialogPageUtils |
From |
To |
|
Rename Method protected createPreferencesBlock() : LangEditorTypingConfigurationBlock renamed to protected init_createPreferencesBlock() : LangEditorTypingConfigurationBlock in class com.googlecode.goclipse.ui.preferences.GoEditorTypingPreferencePage |
From |
To |