a35eb159be2a4912a6ecd47d7b283ea214a97cc2
Files Diff
- Added: 9
- Removed: 1
- Renamed: 0
- Modified: 30
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public addNewStructure(location Location, sourceFileStructure SourceFileStructure) : void renamed to protected notifyListeners(location Location, sourceFileStructure SourceFileStructure) : void in class melnorme.lang.ide.ui.editor.structure.StructureModelManager | From | To | |
Rename Method public addElements(elements Collection<? extends E>) : ArrayList2<E> renamed to public addAll(elements Iterable<? extends E>) : ArrayList2<E> in class melnorme.utilbox.collections.ArrayList2 | From | To | |
Change Parameter Type | 9 | ||
Change Parameter Type newListeners : ArrayList<LISTENER> to newListeners : Indexable<LISTENER> in method public setNewListeners(newListeners Indexable<LISTENER>) : void in class melnorme.utilbox.misc.ListenerListHelper | From | To | |
Change Parameter Type cancelMonitor : IProgressMonitor to cancelMonitor : ICancelMonitor in method public RunExternalProcessTask(pb ProcessBuilder, project IProject, cancelMonitor ICancelMonitor, listenersList ListenerListHelper<? extends IStartProcessListener>) in class melnorme.lang.ide.core.utils.process.RunExternalProcessTask | From | To | |
Change Parameter Type pm : IProgressMonitor to cm : ICancelMonitor in method protected startProcess(cm ICancelMonitor) : ExternalProcessNotifyingHelper in class melnorme.lang.ide.core.utils.process.AbstractRunProcessTask | From | To | |
Change Parameter Type cancelMonitor : IProgressMonitor to cancelMonitor : ICancelMonitor in method public AbstractRunProcessTask(pb ProcessBuilder, cancelMonitor ICancelMonitor) in class melnorme.lang.ide.core.utils.process.AbstractRunProcessTask | From | To | |
Change Parameter Type listeners : List<LISTENER> to listeners : Indexable<LISTENER> in method protected ListenerListHelper(listeners Indexable<LISTENER>) in class melnorme.utilbox.misc.ListenerListHelper | From | To | |
Change Parameter Type cancelMonitor : IProgressMonitor to cancelMonitor : ICancelMonitor in method public StartEngineDaemonOperation(abstractToolsManager AbstractToolsManager, pb ProcessBuilder, cancelMonitor ICancelMonitor) in class melnorme.lang.ide.core.operations.StartEngineDaemonOperation | From | To | |
Change Parameter Type elements : Collection<? extends E> to elements : Iterable<? extends E> in method public addAll(elements Iterable<? extends E>) : ArrayList2<E> in class melnorme.utilbox.collections.ArrayList2 | From | To | |
Change Parameter Type cancelMonitor : IProgressMonitor to cancelMonitor : ICancelMonitor in method public RunEngineClientOperation(pb ProcessBuilder, cancelMonitor ICancelMonitor) in class melnorme.lang.ide.core.operations.AbstractToolsManager.RunEngineClientOperation | From | To | |
Change Parameter Type pm : IProgressMonitor to pm : ICancelMonitor in method protected readFromStartedProcess(process Process, pm ICancelMonitor) : ExternalProcessNotifyingHelper in class melnorme.lang.ide.core.utils.process.AbstractRunProcessTask | From | To | |
Change Return Type | 2 | ||
Change Return Type List<LISTENER> to Indexable<LISTENER> in method public getListeners() : Indexable<LISTENER> in class melnorme.utilbox.misc.ListenerListHelper | From | To | |
Change Return Type List<LISTENER> to Indexable<LISTENER> in method public getListeners() : Indexable<LISTENER> in class melnorme.utilbox.misc.IListenerList | From | To | |
Rename Attribute | 1 | ||
Rename Attribute pm : IProgressMonitor to cm : EclipseCancelMonitor in class melnorme.lang.ide.ui.tools.ToolManagerOperationHelper | From | To | |
Change Variable Type | 2 | ||
Change Variable Type newListeners : ArrayList<LISTENER> to newListeners : ArrayList2<LISTENER> in method public removeListener(listener LISTENER) : void in class melnorme.utilbox.misc.ListenerListHelper | From | To | |
Change Variable Type newListeners : ArrayList<LISTENER> to newListeners : ArrayList2<LISTENER> in method public addListener(listener LISTENER) : void in class melnorme.utilbox.misc.ListenerListHelper | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type cancelMonitor : IProgressMonitor to cancelMonitor : ICancelMonitor in class melnorme.lang.ide.core.utils.process.AbstractRunProcessTask | From | To | |
Change Attribute Type listeners : List<LISTENER> to listeners : Indexable<LISTENER> in class melnorme.utilbox.misc.ListenerListHelper | From | To | |
Change Attribute Type pm : IProgressMonitor to cm : EclipseCancelMonitor in class melnorme.lang.ide.ui.tools.ToolManagerOperationHelper | From | To | |
Extract Method | 1 | ||
Extract Method public newRunToolTask(pb ProcessBuilder, project IProject, cm ICancelMonitor) : RunExternalProcessTask extracted from public newRunToolTask(pb ProcessBuilder, project IProject, pm IProgressMonitor) : RunExternalProcessTask in class melnorme.lang.ide.core.operations.AbstractToolsManager | From | To | |
Rename Parameter | 3 | ||
Rename Parameter pm : IProgressMonitor to monitor : IProgressMonitor in method public ToolManagerOperationHelper(monitor IProgressMonitor) in class melnorme.lang.ide.ui.tools.ToolManagerOperationHelper | From | To | |
Rename Parameter pm : IProgressMonitor to cm : ICancelMonitor in method protected startProcess(cm ICancelMonitor) : ExternalProcessNotifyingHelper in class melnorme.lang.ide.core.utils.process.AbstractRunProcessTask | From | To | |
Rename Parameter c : Collection<? extends E> to coll : Collection<? extends E> in method public ArrayList2(coll Collection<? extends E>) in class melnorme.utilbox.collections.ArrayList2 | From | To |