acb484c70f5352fb00d71d079dfdf7db829af4e4
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getSourceRange() : SourceRange renamed to public getOperationRange() : SourceRange in class melnorme.lang.tooling.toolchain.ops.SourceOpContext | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public isDocumentDirty() : boolean from class melnorme.lang.ide.core.text.DocumentSourceOpContext to public isDocumentDirty() : boolean from class melnorme.lang.tooling.toolchain.ops.SourceOpContext | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute protected isDirty : boolean from class melnorme.lang.ide.core.text.DocumentSourceOpContext to protected isDirty : boolean from class melnorme.lang.tooling.toolchain.ops.SourceOpContext | From | To | |
Change Return Type | 3 | ||
Change Return Type DocumentSourceOpContext to SourceOpContext in method public getContext2() : SourceOpContext in class melnorme.lang.ide.ui.utils.operations.AbstractEditorOperation2 | From | To | |
Change Return Type DocumentSourceOpContext to SourceOpContext in method public getContext() : SourceOpContext in class melnorme.lang.ide.ui.editor.actions.EditorOperationContext | From | To | |
Change Return Type void to ArrayList2<Integer> in method protected calculateLines(parser StringCharSource) : ArrayList2<Integer> in class melnorme.lang.tooling.parser.SourceLinesInfo | From | To | |
Rename Class | 1 | ||
Rename Class melnorme.lang.ide.ui.editor.EditorSourceModule renamed to melnorme.lang.ide.ui.editor.EditorSourceBuffer | From | To | |
Inline Variable | 1 | ||
Inline Variable sampleSource : String in method public test$() : void from class melnorme.lang.tooling.parser.SourceLinesInfo_Test | From | To | |
Extract Method | 1 | ||
Extract Method public getSourceLinesInfo(sampleSource String) : SourceLinesInfo extracted from public test$() : void in class melnorme.lang.tooling.parser.SourceLinesInfo_Test | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type context : DocumentSourceOpContext to context : SourceOpContext in class melnorme.lang.ide.ui.editor.actions.EditorOperationContext | From | To | |
Change Attribute Type sourceOpContext : DocumentSourceOpContext to sourceOpContext : SourceOpContext in class melnorme.lang.ide.ui.utils.operations.AbstractEditorOperation2 | From | To |