9b49458e4ab6ca83f7e7dfda8ea502079ce66ec5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createConfigurationEmptySchemaForm(callback AsyncCallback<RecordField>) : void renamed to public createConfigurationSchemaFormCtlSchema(ctlSchemaForm CtlSchemaFormDto, callback AsyncCallback<ConfigurationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type callback : AsyncCallback<RecordField> to callback : AsyncCallback<ConfigurationSchemaViewDto> in method public createConfigurationSchemaFormCtlSchema(ctlSchemaForm CtlSchemaFormDto, callback AsyncCallback<ConfigurationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : RecordField to result : ConfigurationSchemaViewDto in method public createConfigurationSchemaFormCtlSchema(ctlSchemaForm CtlSchemaFormDto, callback AsyncCallback<ConfigurationSchemaViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To |