baac297748f0e6fc9cf0b4293cf1d5ac5af23acd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method private constructDownloadSchemaColumn(text String) : Column<LogSchemaDto,LogSchemaDto> from class org.kaaproject.kaa.server.admin.client.mvp.view.log.LogSchemaGrid to protected constructDownloadSchemaColumn(text String) : Column<T,T> from class org.kaaproject.kaa.server.admin.client.mvp.view.schema.BaseSchemasGrid | From | To | |
Change Return Type | 1 | ||
Change Return Type Column<LogSchemaDto,LogSchemaDto> to Column<T,T> in method protected constructDownloadSchemaColumn(text String) : Column<T,T> in class org.kaaproject.kaa.server.admin.client.mvp.view.schema.BaseSchemasGrid | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected constructActions(table DataGrid<T>, prefWidth float) : float extracted from protected constructActions(table DataGrid<LogSchemaDto>, prefWidth float) : float in class org.kaaproject.kaa.server.admin.client.mvp.view.log.LogSchemaGrid & moved to class org.kaaproject.kaa.server.admin.client.mvp.view.schema.BaseSchemasGrid | From | To |