af95c78bc6904b64ff2fc00c4e6f7ed9926ae5f4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getLocationFromEditor(editorInput IEditorInput) : Path renamed to public getLocationFromEditorInput(editorInput IEditorInput) : Location in class melnorme.lang.ide.ui.editor.EditorUtils | From | To | |
Rename Method public workingDirPath(relativePath String) : Path renamed to public workingDirLoc(relativePath String) : Location in class melnorme.utilbox.tests.CommonTestUtils | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type rootPath : Path to rootPath : Location in method protected addErrorMarkers(buildErrors Iterable<ToolSourceMessage>, rootPath Location) : void in class melnorme.lang.ide.core.operations.LangProjectBuilder | From | To | |
Change Parameter Type packageLocation : Path to packageLocation : Location in method public moveToLocation(packageLocation Location) : void in class melnorme.lang.ide.core.tests.AbstractSampleProject | From | To | |
Change Parameter Type loc : melnorme.utilbox.misc.Location to loc : Location in method public epath(loc Location) : org.eclipse.core.runtime.Path in class melnorme.lang.ide.core.utils.ResourceUtils | From | To | |
Change Parameter Type newEditorFilePath : Path to newEditorFilePath : Location in method protected getNewEditorInput(newEditorFilePath Location) : IEditorInput in class melnorme.lang.ide.ui.actions.AbstractOpenElementOperation | From | To | |
Change Parameter Type dir : Path to dir : Location in method public deleteDir(dir Location) : void in class melnorme.utilbox.tests.TestsWorkingDir | From | To | |
Rename Variable | 1 | ||
Rename Variable path : Path to loc : Location in method protected addErrorMarkers(buildErrors Iterable<ToolSourceMessage>, rootPath Location) : void in class melnorme.lang.ide.core.operations.LangProjectBuilder | From | To | |
Change Return Type | 3 | ||
Change Return Type Path to Location in method public getProjectLocation(project IProject) : Location in class melnorme.lang.ide.core.utils.ResourceUtils | From | To | |
Change Return Type Path to Location in method public workingDirLoc(relativePath String) : Location in class melnorme.utilbox.tests.CommonTestUtils | From | To | |
Change Return Type Path to Location in method public getLocationFromEditorInput(editorInput IEditorInput) : Location in class melnorme.lang.ide.ui.editor.EditorUtils | From | To | |
Rename Attribute | 1 | ||
Rename Attribute inputPath : Path to inputLoc : Location in class melnorme.lang.ide.ui.actions.AbstractEditorOperation | From | To | |
Change Variable Type | 4 | ||
Change Variable Type path : Path to loc : Location in method protected addErrorMarkers(buildErrors Iterable<ToolSourceMessage>, rootPath Location) : void in class melnorme.lang.ide.core.operations.LangProjectBuilder | From | To | |
Change Variable Type filePath : String to filePath : Path in method public getLocationFromEditorInput(editorInput IEditorInput) : Location in class melnorme.lang.ide.ui.editor.EditorUtils | From | To | |
Change Variable Type projectLocation : Path to projectLocation : Location in method protected createSDKProcessBuilder(sdkOptions String...) : ProcessBuilder in class melnorme.lang.ide.core.operations.LangProjectBuilder | From | To | |
Change Variable Type workingDir : Path to workingDir : Location in method public runTool(project IProject, pm IProgressMonitor, pb ProcessBuilder, processInput String, throwOnNonZero boolean) : ExternalProcessResult in class melnorme.lang.ide.core.operations.AbstractToolsManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type inputPath : Path to inputLoc : Location in class melnorme.lang.ide.ui.actions.AbstractEditorOperation | From | To | |
Rename Parameter | 2 | ||
Rename Parameter string : String to pathString : String in method protected parsePath(pathString String) : Path in class melnorme.lang.utils.ParseHelper | From | To | |
Rename Parameter location : SourceLineColumnRange to sourceLocation : SourceLineColumnRange in method protected openEditorForLocation(sourceLocation SourceLineColumnRange) : void in class melnorme.lang.ide.ui.actions.AbstractOpenElementOperation | From | To |