3ee72f34cfce27c8fca966025a78f09816d60bb0
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getErrorMessage() : String renamed to public getMessage() : String in class melnorme.lang.tooling.ops.ToolSourceMessage | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type location : SourceLineColumnLocation to location : SourceLineColumnRange in method public FindDefinitionResult(infoMessage String, location SourceLineColumnRange) in class melnorme.lang.tooling.ops.FindDefinitionResult | From | To | |
Change Parameter Type location : SourceLineColumnLocation to location : SourceLineColumnRange in method protected openEditorForLocation(location SourceLineColumnRange) : void in class melnorme.lang.ide.ui.actions.AbstractOpenElementOperation | From | To | |
Change Parameter Type location : SourceLineColumnLocation to range : SourceLineColumnRange in method public ToolSourceMessage(range SourceLineColumnRange, level StatusLevel, message String) in class melnorme.lang.tooling.ops.ToolSourceMessage | From | To | |
Change Parameter Type buildErrors : ArrayList2<ToolSourceError> to buildErrors : Iterable<ToolSourceMessage> in method protected addErrorMarkers(buildErrors Iterable<ToolSourceMessage>, rootPath Path) : void in class melnorme.lang.ide.core.operations.LangProjectBuilder | From | To | |
Change Parameter Type buildError : ToolSourceError to buildError : ToolSourceMessage in method protected addErrorMarker(resource IResource, buildError ToolSourceMessage) : void in class melnorme.lang.ide.core.operations.LangProjectBuilder | From | To | |
Change Return Type | 3 | ||
Change Return Type SourceLineColumnLocation to SourceLineColumnRange in method public getLocation() : SourceLineColumnRange in class melnorme.lang.tooling.ops.FindDefinitionResult | From | To | |
Change Return Type ByteArrayOutputStreamExt to IByteSequence in method public getStdOutBytes() : IByteSequence in class melnorme.utilbox.process.ExternalProcessHelper.ExternalProcessResult | From | To | |
Change Return Type ByteArrayOutputStreamExt to IByteSequence in method public getStdErrBytes() : IByteSequence in class melnorme.utilbox.process.ExternalProcessHelper.ExternalProcessResult | From | To | |
Rename Class | 2 | ||
Rename Class melnorme.lang.tooling.ops.SourceLineColumnLocation renamed to melnorme.lang.tooling.ops.SourceLineColumnRange | From | To | |
Rename Class melnorme.lang.tooling.ops.ToolSourceError renamed to melnorme.lang.tooling.ops.ToolSourceMessage | From | To | |
Move Class | 1 | ||
Move Class melnorme.lang.tooling.data.StatusException.StatusLevel moved to melnorme.lang.tooling.data.StatusLevel | From | To | |
Rename Attribute | 2 | ||
Rename Attribute errorMessage : String to message : String in class melnorme.lang.tooling.ops.ToolSourceMessage | From | To | |
Rename Attribute location : SourceLineColumnLocation to range : SourceLineColumnRange in class melnorme.lang.tooling.ops.ToolSourceMessage | From | To | |
Change Variable Type | 4 | ||
Change Variable Type other : SourceLineColumnLocation to other : SourceLineColumnRange in method public equals(obj Object) : boolean in class melnorme.lang.tooling.ops.SourceLineColumnRange | From | To | |
Change Variable Type other : ToolSourceError to other : ToolSourceMessage in method public equals(obj Object) : boolean in class melnorme.lang.tooling.ops.ToolSourceMessage | From | To | |
Change Variable Type buildError : ToolSourceError to buildError : ToolSourceMessage in method protected addErrorMarkers(buildErrors Iterable<ToolSourceMessage>, rootPath Path) : void in class melnorme.lang.ide.core.operations.LangProjectBuilder | From | To | |
Change Variable Type location : SourceLineColumnLocation to location : SourceLineColumnRange in method protected performOperation_handleResult() : void in class melnorme.lang.ide.ui.actions.AbstractOpenElementOperation | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type location : SourceLineColumnLocation to range : SourceLineColumnRange in class melnorme.lang.tooling.ops.ToolSourceMessage | From | To | |
Change Attribute Type location : SourceLineColumnLocation to location : SourceLineColumnRange in class melnorme.lang.tooling.ops.FindDefinitionResult | From | To | |
Rename Parameter | 2 | ||
Rename Parameter errorMessage : String to message : String in method public ToolSourceMessage(range SourceLineColumnRange, level StatusLevel, message String) in class melnorme.lang.tooling.ops.ToolSourceMessage | From | To | |
Rename Parameter location : SourceLineColumnLocation to range : SourceLineColumnRange in method public ToolSourceMessage(range SourceLineColumnRange, level StatusLevel, message String) in class melnorme.lang.tooling.ops.ToolSourceMessage | From | To |