56c44b996205a071e2e8ccc26a707bddf023bcd5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type componentGenerator : SerializableFunction<T,Component> to componentGenerator : EditorComponentGenerator<T> in method public setEditorComponentGenerator(componentGenerator EditorComponentGenerator<T>) : Column<T,V> in class com.vaadin.ui.Grid.Column | From | To | |
Change Return Type | 1 | ||
Change Return Type SerializableFunction<T,Component> to EditorComponentGenerator<T> in method public getEditorComponentGenerator() : EditorComponentGenerator<T> in class com.vaadin.ui.Grid.Column | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type componentGenerator : SerializableFunction<T,Component> to componentGenerator : EditorComponentGenerator<T> in class com.vaadin.ui.Grid.Column | From | To |