727fa14ef8687c37c3435fb5a17c8bd388e4a1f1
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getKey() : Object renamed to public getKey2() : LocationKey in class melnorme.lang.ide.core.engine.SourceModelManager.StructureInfo | From | To | |
Change Parameter Type | 8 | ||
Change Parameter Type key : Object to key : LocationKey in method protected testBasicFlow(key LocationKey, doc Document, initialConnect boolean) : void in class melnorme.lang.ide.core.engine.StructureModelTest | From | To | |
Change Parameter Type key : Object to key : LocationKey in method public connectStructureUpdates(key LocationKey, document IDocument, structureListener IStructureModelListener) : StructureModelRegistration in class melnorme.lang.ide.core.engine.SourceModelManager | 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.tests.CommonCoreTest | From | To | |
Change Parameter Type key : Object to key : LocationKey in method public StructureInfo(key LocationKey) in class melnorme.lang.ide.core.engine.SourceModelManager.StructureInfo | From | To | |
Change Parameter Type key : Object to key : LocationKey in method protected testDisconnectUpdates(key LocationKey, regist StructureModelRegistration, hasOtherConnections boolean) : void in class melnorme.lang.ide.core.engine.StructureModelTest | From | To | |
Change Parameter Type key : Object to key : LocationKey in method protected testConnectUpdates(key LocationKey, doc Document, initialConnect boolean) : StructureModelRegistration in class melnorme.lang.ide.core.engine.StructureModelTest | From | To | |
Change Parameter Type key : Object to key : LocationKey in method protected testMultipleConnects(key LocationKey, doc Document) : void in class melnorme.lang.ide.core.engine.StructureModelTest | From | To | |
Change Parameter Type key : Object to key : LocationKey in method public getStoredStructureInfo(key LocationKey) : StructureInfo in class melnorme.lang.ide.core.engine.SourceModelManager | From | To | |
Change Return Type | 2 | ||
Change Return Type Object to LocationKey in method public getKey2() : LocationKey in class melnorme.lang.ide.core.engine.SourceModelManager.StructureInfo | From | To | |
Change Return Type Object to LocationKey in method public getStructureModelKeyFromEditorInput(input IEditorInput) : LocationKey in class melnorme.lang.ide.ui.editor.structure.AbstractLangStructureEditor | From | To | |
Move Attribute | 2 | ||
Move Attribute public createUpdateTaskCount : int from class melnorme.lang.ide.core.engine.StructureModelTest to public createUpdateTaskCount : int from class melnorme.lang.ide.core.engine.StructureModelTest.FixtureSourceModelManager | From | To | |
Move Attribute protected defaultSourceFileStructure : SourceFileStructure from class melnorme.lang.ide.core.engine.StructureModelTest to protected defaultSourceFileStructure : SourceFileStructure from class melnorme.lang.ide.core.engine.StructureModelTest.FixtureSourceModelManager | From | To | |
Extract Class | 1 | ||
Extract Class melnorme.lang.ide.core.engine.StructureModelTest.FixtureSourceModelManager from class melnorme.lang.ide.core.engine.StructureModelTest | From | To | |
Rename Class | 1 | ||
Rename Class melnorme.lang.ide.core.engine.StructureModelManager_WithActualTest renamed to melnorme.lang.ide.core.engine.StructureModelManager_WithActual_Test | From | To | |
Rename Attribute | 3 | ||
Rename Attribute manager : SourceModelManager to mgr : SourceModelManager in class melnorme.lang.ide.core.engine.StructureModelTest | From | To | |
Rename Attribute key : Object to key2 : LocationKey in class melnorme.lang.ide.core.engine.SourceModelManager.StructureInfo | From | To | |
Rename Attribute manager2 : InstrumentedSourceModelManager to fixtureMgr : FixtureSourceModelManager in class melnorme.lang.ide.core.engine.StructureModelTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type editorKey : Object to editorKey : LocationKey in method protected internalDoSetInput(input IEditorInput) : void in class melnorme.lang.ide.ui.editor.structure.AbstractLangStructureEditor | From | To | |
Inline Variable | 1 | ||
Inline Variable instanceLocation : Location in method private initializeWorkingDirToEclipseInstanceLocation() : void from class melnorme.lang.ide.core.tests.CommonCoreTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type key : Object to key2 : LocationKey in class melnorme.lang.ide.core.engine.SourceModelManager.StructureInfo | From | To | |
Change Attribute Type manager2 : InstrumentedSourceModelManager to fixtureMgr : FixtureSourceModelManager in class melnorme.lang.ide.core.engine.StructureModelTest | From | To | |
Change Attribute Type infosMap : SynchronizedEntryMap<Object,StructureInfo> to infosMap : SynchronizedEntryMap<LocationKey,StructureInfo> in class melnorme.lang.ide.core.engine.SourceModelManager | From | To | |
Split Attribute | 1 | ||
Split Attribute manager : SourceModelManager to [mgr : SourceModelManager, NIL_LISTENER : IStructureModelListener] in class melnorme.lang.ide.core.engine.StructureModelTest | From | To |