ccda6dda546f421342208684f5a9661827a092b8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getReplaceString() : String renamed to public getBaseReplaceString() : String in class melnorme.lang.tooling.completion.LangToolCompletionProposal | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method protected getReplacementStringEndOffset() : int moved from class melnorme.lang.ide.ui.text.completion.LangCompletionProposal to class melnorme.lang.ide.ui.text.completion.LangCompletionProposal.CompletionProposalExitPolicy & inlined to public doExit(model LinkedModeModel, event VerifyEvent, offset int, length int) : ExitFlags | From | To | |
Inline Method | 1 | ||
Inline Method protected getCursorPosition() : int inlined to public getSelection(document IDocument) : Point in class melnorme.lang.ide.ui.text.completion.LangCompletionProposal | From | To | |
Rename Attribute | 2 | ||
Rename Attribute replaceString : String to baseReplaceString : String in class melnorme.lang.tooling.completion.LangToolCompletionProposal | From | To | |
Rename Attribute cursorPosition : int to positionAfterApply : Point in class melnorme.lang.ide.ui.text.completion.LangCompletionProposal | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cursorPosition : int to positionAfterApply : Point in class melnorme.lang.ide.ui.text.completion.LangCompletionProposal | From | To | |
Rename Parameter | 1 | ||
Rename Parameter replaceString : String to baseReplaceString : String in method public LangToolCompletionProposal(replaceOffset int, replaceLength int, baseReplaceString String, label String, kind CompletionProposalKind, attributes ElementAttributes, moduleName String, description String, fullReplaceString String, sourceSubElements Indexable<SourceRange>) in class melnorme.lang.tooling.completion.LangToolCompletionProposal | From | To |