6a93fe318b92f2564f0bf07f2a1bade9fc354313
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 6 | ||
Change Parameter Type stylingPref : ColoringItemPreference to stylingPref : TextStylingPreference in method protected createTextAttribute(stylingPref TextStylingPreference) : TextAttribute in class melnorme.lang.ide.ui.text.coloring.TokenRegistry | From | To | |
Change Parameter Type coloringPref : ColoringItemPreference to coloringPref : TextStylingPreference in method public SourceColoringElement(labelText String, coloringPref TextStylingPreference) in class melnorme.lang.ide.ui.text.coloring.AbstractSourceColoringConfigurationBlock.SourceColoringElement | From | To | |
Change Parameter Type coloringItem : ColoringItemPreference to coloringItem : TextStylingPreference in method public getToken(coloringItem TextStylingPreference) : IToken in class melnorme.lang.ide.ui.text.coloring.TokenRegistry | From | To | |
Change Parameter Type coloringPref : ColoringItemPreference to coloringPref : TextStylingPreference in method protected doGetToken(coloringPref TextStylingPreference) : Token in class melnorme.lang.ide.ui.text.coloring.TokenRegistry | From | To | |
Change Parameter Type coloringItem : ColoringItemPreference to coloringItem : TextStylingPreference in method public SingleTokenScanner(tokenStore TokenRegistry, coloringItem TextStylingPreference) in class melnorme.lang.ide.ui.text.coloring.SingleTokenScanner | From | To | |
Change Parameter Type coloringPref : ColoringItemPreference to coloringPref : TextStylingPreference in method public getToken(coloringPref TextStylingPreference) : IToken in class melnorme.lang.ide.ui.text.AbstractLangScanner | From | To | |
Change Return Type | 1 | ||
Change Return Type ColoringItemPreference to TextStylingPreference in method protected getRelatedColorKey(property String) : TextStylingPreference in class melnorme.lang.ide.ui.text.coloring.TokenRegistry | From | To | |
Rename Class | 1 | ||
Rename Class melnorme.lang.ide.ui.text.coloring.ColoringItemPreference renamed to melnorme.lang.ide.ui.text.coloring.TextStylingPreference | From | To | |
Change Variable Type | 3 | ||
Change Variable Type entry : Entry<String,Pair<ColoringItemPreference,Token>> to entry : Entry<String,Pair<TextStylingPreference,Token>> in method protected getRelatedColorKey(property String) : TextStylingPreference in class melnorme.lang.ide.ui.text.coloring.TokenRegistry | From | To | |
Change Variable Type coloringPref : ColoringItemPreference to coloringPref : TextStylingPreference in method protected handlePreferenceChange(event PropertyChangeEvent) : boolean in class melnorme.lang.ide.ui.text.coloring.TokenRegistry | From | To | |
Change Variable Type pair : Pair<ColoringItemPreference,Token> to pair : Pair<TextStylingPreference,Token> in method protected doGetToken(coloringPref TextStylingPreference) : Token in class melnorme.lang.ide.ui.text.coloring.TokenRegistry | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type tokens : HashMap2<String,Pair<ColoringItemPreference,Token>> to tokens : HashMap2<String,Pair<TextStylingPreference,Token>> in class melnorme.lang.ide.ui.text.coloring.TokenRegistry | From | To | |
Change Attribute Type coloringPref : ColoringItemPreference to coloringPref : TextStylingPreference in class melnorme.lang.ide.ui.text.coloring.AbstractSourceColoringConfigurationBlock.SourceColoringElement | From | To |