2cf664731b1603aaf12baa6723080682e77a827c
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 56
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getEndpointProfileViewDtoByEndpointProfileKeyHash(endpointKeyHash String, callback AsyncCallback<EndpointProfileViewDto>) : void renamed to public getEndpointProfileViewByKeyHash(endpointKeyHash String, callback AsyncCallback<EndpointProfileViewDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Rename Method public updateEndpointProfile(endpointProfileDto EndpointProfileDto) : EndpointProfileDto renamed to public updateServerProfile(endpointKeyHash String, version int, serverProfile String) : EndpointProfileDto in class org.kaaproject.kaa.server.control.service.ControlService | From | To | |
Rename Method public updateEndpointProfile(endpointProfileDto EndpointProfileDto) : EndpointProfileDto renamed to public updateServerProfile(endpointKeyHash String, version int, serverProfile String) : EndpointProfileDto in class org.kaaproject.kaa.server.control.service.DefaultControlService | From | To | |
Push Down Method | 1 | ||
Push Down Method protected generateCTLSchema(fqn String, tenant Tenant, version int, body String) : CTLSchema from class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateAbstractTest to private generateCTLSchema(fqn String, tenant Tenant, version int, body String) : CTLSchema from class org.kaaproject.kaa.server.common.dao.impl.sql.HibernateCTLSchemaDaoTest | From | To | |
Move Class | 1 | ||
Move Class org.kaaproject.kaa.common.dto.plugin.PluginInfoDto moved to org.kaaproject.kaa.server.admin.shared.plugin.PluginInfoDto | From | To | |
Split Parameter | 1 | ||
Split Parameter endpointProfileDto : EndpointProfileDto to [serverProfile : String, endpointKeyHash : String] in method public updateServerProfile(endpointKeyHash String, version int, serverProfile String) : EndpointProfileDto in class org.kaaproject.kaa.server.control.service.DefaultControlService | From | To | |
Extract Variable | 1 | ||
Extract Variable listBox : ListBox in method public MultiValueListBox(renderer Renderer<T>, keyProvider ProvidesKey<T>) from class org.kaaproject.kaa.server.admin.client.mvp.view.widget.MultiValueListBox | From | To | |
Extract Method | 1 | ||
Extract Method public setTitle(title String) : void extracted from public RecordPanel(config AvroWidgetsConfig, title String, hasErrorMessage HasErrorMessage, optional boolean, readOnly boolean) in class org.kaaproject.kaa.server.admin.client.mvp.view.widget.RecordPanel | From | To | |
Inline Variable | 1 | ||
Inline Variable serverProfileRecord : RecordField in method protected onEntityRetrieved() : void from class org.kaaproject.kaa.server.admin.client.mvp.activity.EndpointProfileActivity | From | To | |
Rename Parameter | 4 | ||
Rename Parameter endpointProfileKeyHash : String to endpointKeyHash : String in method public getEndpointProfileBodyByKeyHash(endpointKeyHash String) : EndpointProfileBodyDto in class org.kaaproject.kaa.server.control.service.ControlService | From | To | |
Rename Parameter appServerProfileVersopnKey : AppVersionKey to appServerProfileVersionKey : AppVersionKey in method public getAllMatchingFilters(appProfileVersionKey AppVersionKey, appServerProfileVersionKey AppVersionKey, profile EndpointProfileDto) : List<ProfileFilterDto> in class org.kaaproject.kaa.server.operations.service.filter.DefaultFilterService | From | To | |
Rename Parameter endpointProfileKeyHash : String to endpointKeyHash : String in method public getEndpointProfileBodyByKeyHash(endpointKeyHash String) : EndpointProfileBodyDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService | From | To | |
Rename Parameter endpointProfileKeyHash : String to endpointKeyHash : String in method public getEndpointProfileByKeyHash(endpointKeyHash String) : EndpointProfileDto in class org.kaaproject.kaa.server.control.service.ControlService | From | To |