ce649bdf60ccc74366c9dc24f48cd8080efd944d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type tf : TextField to ctrl : Control in method private checkInput(ctrl Control, trim boolean, msg String) : boolean in class org.apache.ignite.schema.ui.SchemaLoadApp | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable info : Properties to jdbcInfo : Properties in method private connect(jdbcDrvJarPath String, jdbcDrvCls String, jdbcUrl String, jdbcInfo Properties) : Connection in class org.apache.ignite.schema.ui.SchemaLoadApp | From | To | |
Parameterize Variable drvCls : String to jdbcDrvCls : String in method private connect(jdbcDrvJarPath String, jdbcDrvCls String, jdbcUrl String, jdbcInfo Properties) : Connection in class org.apache.ignite.schema.ui.SchemaLoadApp | From | To | |
Rename Attribute | 2 | ||
Rename Attribute jdbcDrvClsTf : TextField to jdbcDrvClsCb : ComboBox<String> in class org.apache.ignite.schema.ui.SchemaLoadApp | From | To | |
Rename Attribute jdbcUrlTf : TextField to jdbcUrlCb : ComboBox<String> in class org.apache.ignite.schema.ui.SchemaLoadApp | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type jdbcDrvClsTf : TextField to jdbcDrvClsCb : ComboBox<String> in class org.apache.ignite.schema.ui.SchemaLoadApp | From | To | |
Change Attribute Type jdbcUrlTf : TextField to jdbcUrlCb : ComboBox<String> in class org.apache.ignite.schema.ui.SchemaLoadApp | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tf : TextField to ctrl : Control in method private checkInput(ctrl Control, trim boolean, msg String) : boolean in class org.apache.ignite.schema.ui.SchemaLoadApp | From | To |