0eb6a6a744b8936336375f87bdd5ff1088c0ee29
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type items : String... to items : T... in method public comboBox(tip String, items T...) : ComboBox<T> in class org.apache.ignite.schema.ui.Controls | From | To | |
Change Return Type | 1 | ||
Change Return Type ComboBox<String> to ComboBox<T> in method public comboBox(tip String, items T...) : ComboBox<T> in class org.apache.ignite.schema.ui.Controls | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cb : ComboBox<String> to cb : ComboBox<T> in method public comboBox(tip String, items T...) : ComboBox<T> in class org.apache.ignite.schema.ui.Controls | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type rdbmsCb : ComboBox<String> to rdbmsCb : ComboBox<Preset> in class org.apache.ignite.schema.ui.SchemaLoadApp | From | To |