897d81c8a256cd8e78b7610d06800344198344da
Files Diff
- Added: 12
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected getImageForCustomElements(element Object) : Image renamed to public getBaseImage_Other(element Object) : Image in class com.googlecode.goclipse.ui.navigator.GoNavigatorLabelProvider | From | To | |
Rename Method public getStyledText(element Object) : StyledString renamed to public getStyledText_other(element Object) : StyledString in class com.googlecode.goclipse.ui.navigator.GoNavigatorLabelProvider | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type iterable : Iterable<? extends E> to iterable : Iterable<? extends ELEM> in method public addAll(collection COLL, iterable Iterable<? extends ELEM>) : COLL in class melnorme.utilbox.misc.CollectionUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type elem : E to elem : ELEM in method public addAll(collection COLL, iterable Iterable<? extends ELEM>) : COLL in class melnorme.utilbox.misc.CollectionUtil | From | To | |
Rename Parameter | 1 | ||
Rename Parameter elements : Iterable<? extends E> to iterable : Iterable<? extends E> in method public addAll(iterable Iterable<? extends E>) : ArrayList2<E> in class melnorme.utilbox.collections.ArrayList2 | From | To |