b973852a59b8e36dc3ae616193189747d630143f
Files Diff
- Added: 7
- Removed: 2
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type om : IOperationMonitor to pm : IProgressMonitor in method public execute_asCore(pm IProgressMonitor, commonOperation Operation) : void in class melnorme.lang.ide.core.utils.EclipseUtils | From | To | |
Move Method | 1 | ||
Move Method protected doDeleteProjectMarkers(markerType String, parentOM IOperationMonitor) : boolean from class melnorme.lang.ide.core.operations.build.BuildOperationCreator to protected doDeleteProjectMarkers(markerType String, parentOM IOperationMonitor) : boolean from class melnorme.lang.ide.core.operations.build.ClearMarkersOperation | From | To | |
Rename Class | 1 | ||
Rename Class melnorme.lang.ide.ui.utils.StatusMessageDialog renamed to melnorme.lang.ide.ui.utils.StatusMessageDialogWithIgnore | From | To | |
Move Class | 1 | ||
Move Class melnorme.lang.tooling.common.ops.OperationFuture.BiDelegatingOperationMonitor moved to melnorme.lang.tooling.common.ops.BiDelegatingOperationMonitor | From | To | |
Extract Method | 1 | ||
Extract Method protected createIgnoreArea(parent Composite) : void extracted from protected createDialogArea(parent Composite) : Control in class melnorme.lang.ide.ui.utils.StatusMessageDialogWithIgnore | From | To | |
Rename Method | 3 | ||
Rename Method protected doExecute(monitor IOperationMonitor) : void renamed to public innerExecute(monitor IOperationMonitor) : void in class melnorme.lang.ide.core.operations.build.CompositeBuildOperation | From | To | |
Rename Method public newBuildTargetOperation(om IOperationMonitor, project IProject, buildTarget BuildTarget) : CompositeBuildOperation renamed to public executeBuildTargetOperation(om IOperationMonitor, project IProject, buildTarget BuildTarget) : void in class melnorme.lang.ide.core.operations.build.BuildManager | From | To | |
Rename Method public newProjectBuildOperation(om IOperationMonitor, buildOps Collection2<Operation>, clearMarkers boolean) : CompositeBuildOperation renamed to public newProjectBuildOperation2(clearMarkers boolean, buildOps Collection2<Operation>) : ProjectBuildOperation in class melnorme.lang.ide.core.operations.build.BuildOperationCreator | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public notifyMessage(statusLevel StatusLevel, title String, message String) : void from class melnorme.lang.ide.core.operations.ToolManager to public notifyMessage(statusLevel StatusLevel, title String, message String) : void from class melnorme.lang.ide.core.operations.IStatusMessageHandler | From | To | |
Pull Up Method public notifyMessage(statusLevel StatusLevel, title String, message String) : void from class melnorme.lang.ide.core.operations.ILangOperationsListener_Default to public notifyMessage(statusLevel StatusLevel, title String, message String) : void from class melnorme.lang.ide.core.operations.IStatusMessageHandler | From | To | |
Rename Variable | 1 | ||
Rename Variable composite : Composite to dialogParent : Composite in method protected createDialogArea(parent Composite) : Control in class melnorme.lang.ide.ui.utils.StatusMessageDialogWithIgnore | From | To | |
Inline Method | 1 | ||
Inline Method protected doBuild(project IProject, kind int, args Map<String,String>, monitor IProgressMonitor) : IProject[] inlined to protected build(kind int, args Map<String,String>, monitor IProgressMonitor) : IProject[] in class melnorme.lang.ide.core.operations.LangProjectBuilder | From | To | |
Change Return Type | 2 | ||
Change Return Type CompositeBuildOperation to void in method public executeBuildTargetOperation(om IOperationMonitor, project IProject, buildTarget BuildTarget) : void in class melnorme.lang.ide.core.operations.build.BuildManager | From | To | |
Change Return Type CompositeBuildOperation to ProjectBuildOperation in method public newProjectBuildOperation2(clearMarkers boolean, buildOps Collection2<Operation>) : ProjectBuildOperation in class melnorme.lang.ide.core.operations.build.BuildOperationCreator | From | To | |
Rename Attribute | 2 | ||
Rename Attribute rule : ISchedulingRule to opFuture : OperationFuture2<Void> in class melnorme.lang.ide.core.operations.build.CompositeBuildOperation | From | To | |
Rename Attribute opMonitor : IToolOperationMonitor to toolMonitor : IToolOperationMonitor in class melnorme.lang.ide.core.operations.build.BuildOperationCreator | From | To | |
Extract Interface | 1 | ||
Extract Interface melnorme.lang.ide.core.operations.IStatusMessageHandler from classes [melnorme.lang.ide.core.operations.ILangOperationsListener_Default, melnorme.lang.ide.core.operations.ToolManager] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type rule : ISchedulingRule to opFuture : OperationFuture2<Void> in class melnorme.lang.ide.core.operations.build.CompositeBuildOperation | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public fromResultOperation(om IOperationMonitor, resultOperation ResultOperation<RET>) : OperationFuture<RET> extracted from public toRunnableFuture(om IOperationMonitor) : IRunnableFuture2<OperationResult<RET>> in class melnorme.lang.tooling.common.ops.ResultOperation & moved to class melnorme.lang.tooling.common.ops.OperationFuture | From | To | |
Rename Parameter | 2 | ||
Rename Parameter om : IOperationMonitor to pm : IProgressMonitor in method public execute_asCore(pm IProgressMonitor, commonOperation Operation) : void in class melnorme.lang.ide.core.utils.EclipseUtils | From | To | |
Rename Parameter opMonitor : IToolOperationMonitor to toolMonitor : IToolOperationMonitor in method public BuildOperationCreator(project IProject, toolMonitor IToolOperationMonitor) in class melnorme.lang.ide.core.operations.build.BuildOperationCreator | From | To |