6945b6c05311588333f2c692b13150e1b4243f42
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public createPartitionScanner() : IPartitionTokenScanner inlined to public createDocumentPartitioner() : FastPartitioner in class melnorme.lang.ide.core.text.LangDocumentPartitionerSetup | From | To | |
Change Return Type | 2 | ||
Change Return Type void to FastPartitioner in method protected setupDocumentPartitioner(document IDocument, partitioning String) : FastPartitioner in class melnorme.lang.ide.core.text.LangDocumentPartitionerSetup | From | To | |
Change Return Type IDocumentPartitioner to FastPartitioner in method public createDocumentPartitioner() : FastPartitioner in class melnorme.lang.ide.core.text.LangDocumentPartitionerSetup | From | To | |
Change Variable Type | 1 | ||
Change Variable Type partitioner : IDocumentPartitioner to partitioner : FastPartitioner in method protected setupDocumentPartitioner(document IDocument, partitioning String) : FastPartitioner in class melnorme.lang.ide.core.text.LangDocumentPartitionerSetup | From | To | |
Extract Method | 1 | ||
Extract Method public setupDocument(document IDocument) : FastPartitioner extracted from public setup(document IDocument) : void in class melnorme.lang.ide.core.text.LangDocumentPartitionerSetup | From | To |