81f2d71e7711e268681ee3ab7740624c7c3f06eb
Files Diff
- Added: 6
- Removed: 6
- Renamed: 0
- Modified: 54
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
oauth.signpost:signpost-core:1.2.1.2 | |
Updated | |
From org.springframework:spring-core 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-oxm 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-orm 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-instrument 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-web 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-beans 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-oxm 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-core 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-test 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-webmvc-portlet 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-jms 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.apache.httpcomponents:httpmime 4.3.2 To 4.2.6 | |
From org.springframework:spring-aop 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-jdbc 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-instrument-tomcat 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-context-support 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-context 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-aspects 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-webmvc 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-expression 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-webmvc-portlet 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-expression 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-test 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-tx 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-instrument-tomcat 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-aop 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.apache.httpcomponents:httpmime 4.2.6 To 4.3.2 | |
From org.springframework:spring-context-support 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-jms 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-beans 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.apache.httpcomponents:httpclient 4.3.2 To 4.2.6 | |
From org.apache.httpcomponents:httpclient 4.2.6 To 4.3.2 | |
From org.springframework:spring-jdbc 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-aspects 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-webmvc 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-context 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-tx 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-instrument 4.0.2.RELEASE To 3.2.10.RELEASE | |
From org.springframework:spring-web 3.2.10.RELEASE To 4.0.2.RELEASE | |
From org.springframework:spring-orm 4.0.2.RELEASE To 3.2.10.RELEASE |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 16 | ||
Rename Method public editProfileSchema(profileSchema ProfileSchemaDto, fileItemName String) : ProfileSchemaDto renamed to public editProfileSchemaForm(profileSchema ProfileSchemaDto) : ProfileSchemaDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService | From | To | |
Rename Method public editLogSchema(logSchema LogSchemaDto, fileItemName String, callback AsyncCallback<LogSchemaDto>) : void renamed to protected onResult(result LogSchemaDto) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource.editLogSchemaForm.editLogSchemaForm | From | To | |
Rename Method public editLogSchema(logSchema LogSchemaDto, fileItemName String) : LogSchemaDto renamed to public editLogSchemaForm(logSchema LogSchemaDto) : LogSchemaDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService | From | To | |
Rename Method public editNotificationSchema(notificationSchema NotificationSchemaDto, fileItemName String) : NotificationSchemaDto renamed to public editNotificationSchemaForm(notificationSchema NotificationSchemaDto) : NotificationSchemaDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService | From | To | |
Rename Method public editConfigurationSchema(configurationSchema ConfigurationSchemaDto, fileItemName String) : ConfigurationSchemaDto renamed to public editConfigurationSchemaForm(configurationSchema ConfigurationSchemaDto) : ConfigurationSchemaDto in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService | From | To | |
Rename Method public editConfigurationSchema(configurationSchema ConfigurationSchemaDto, fileItemName String, callback AsyncCallback<ConfigurationSchemaDto>) : void renamed to public editNotificationSchemaForm(notificationSchema NotificationSchemaDto, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Rename Method public editProfileSchema(profileSchema ProfileSchemaDto, fileItemName String, callback AsyncCallback<ProfileSchemaDto>) : void renamed to public getProfileSchemaForm(profileSchemaId String, callback AsyncCallback<ProfileSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Rename Method public getConfigurationSchema(configurationSchemaId String, callback AsyncCallback<ConfigurationSchemaDto>) : void renamed to public getConfigurationSchemaForm(configurationSchemaId String, callback AsyncCallback<ConfigurationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Rename Method public editProfileSchema(profileSchema ProfileSchemaDto, fileItemName String) : ProfileSchemaDto renamed to public editProfileSchemaForm(profileSchema ProfileSchemaDto) : ProfileSchemaDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl | From | To | |
Rename Method public addEventClassFamilySchema(eventClassFamilyId String, fileItemName String) : void renamed to public addEventClassFamilySchemaForm(eventClassFamilyId String, schemaForm RecordField) : void in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl | From | To | |
Rename Method public editNotificationSchema(notificationSchema NotificationSchemaDto, fileItemName String, callback AsyncCallback<NotificationSchemaDto>) : void renamed to public getNotificationSchemaForm(notificationSchemaId String, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Rename Method public addEventClassFamilySchema(eventClassFamilyId String, fileItemName String) : void renamed to public addEventClassFamilySchemaForm(eventClassFamilyId String, schemaForm RecordField) : void in class org.kaaproject.kaa.server.admin.shared.services.KaaAdminService | From | To | |
Rename Method public getLogSchema(logSchemaId String, callback AsyncCallback<LogSchemaDto>) : void renamed to public getLogSchemaForm(logSchemaId String, callback AsyncCallback<LogSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Rename Method public editNotificationSchema(notificationSchema NotificationSchemaDto, fileItemName String) : NotificationSchemaDto renamed to public editNotificationSchemaForm(notificationSchema NotificationSchemaDto) : NotificationSchemaDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl | From | To | |
Rename Method public editConfigurationSchema(configurationSchema ConfigurationSchemaDto, fileItemName String) : ConfigurationSchemaDto renamed to public editConfigurationSchemaForm(configurationSchema ConfigurationSchemaDto) : ConfigurationSchemaDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl | From | To | |
Rename Method public editLogSchema(logSchema LogSchemaDto, fileItemName String) : LogSchemaDto renamed to public editLogSchemaForm(logSchema LogSchemaDto) : LogSchemaDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public onChange(event ChangeEvent) : void from class org.kaaproject.kaa.server.admin.client.mvp.view.dialog.AddEcfSchemaDialog to public onValueChange(event ValueChangeEvent<RecordField>) : void from class org.kaaproject.kaa.server.admin.client.mvp.view.event.EcfSchemaViewImpl | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type event : ChangeEvent to event : ValueChangeEvent<RecordField> in method public onValueChange(event ValueChangeEvent<RecordField>) : void in class org.kaaproject.kaa.server.admin.client.mvp.view.event.EcfSchemaViewImpl | From | To | |
Change Parameter Type fileItemName : String to schemaForm : RecordField in method public addEcfSchema(ecfId String, schemaForm RecordField, callback AsyncCallback<Void>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Change Parameter Type configurationSchema : ConfigurationSchemaDto to notificationSchema : NotificationSchemaDto in method public editNotificationSchemaForm(notificationSchema NotificationSchemaDto, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Change Parameter Type callback : AsyncCallback<ConfigurationSchemaDto> to callback : AsyncCallback<NotificationSchemaDto> in method public editNotificationSchemaForm(notificationSchema NotificationSchemaDto, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Move Method | 1 | ||
Move Method private toSdkPlatform(sdkPlatform SdkPlatform) : SdkPlatform from class org.kaaproject.kaa.server.admin.services.CacheServiceImpl to private toSdkPlatform(sdkPlatform SdkPlatform) : SdkPlatform from class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable sdk : Sdk to sdkFile : FileData in method public doGet(request HttpServletRequest, response HttpServletResponse) : void in class org.kaaproject.kaa.server.admin.servlet.SdkServlet | From | To | |
Change Return Type | 2 | ||
Change Return Type Sdk to FileData in method public getSdk(key SdkKey) : FileData in class org.kaaproject.kaa.server.admin.services.CacheServiceImpl | From | To | |
Change Return Type Sdk to FileData in method public getSdk(key SdkKey) : FileData in class org.kaaproject.kaa.server.admin.services.cache.CacheService | From | To | |
Move Class | 1 | ||
Move Class org.kaaproject.kaa.server.admin.shared.file.FileData moved to org.kaaproject.kaa.common.dto.file.FileData | From | To | |
Rename Attribute | 1 | ||
Rename Attribute schemaFileUpload : FileUploadForm to schemaForm : RecordPanel in class org.kaaproject.kaa.server.admin.client.mvp.view.schema.BaseSchemaViewImpl | From | To | |
Change Variable Type | 4 | ||
Change Variable Type result : ConfigurationSchemaDto to result : NotificationSchemaDto in method public editNotificationSchemaForm(notificationSchema NotificationSchemaDto, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Change Variable Type sdk : Sdk to sdkFile : FileData in method public doGet(request HttpServletRequest, response HttpServletResponse) : void in class org.kaaproject.kaa.server.admin.servlet.SdkServlet | From | To | |
Change Variable Type action : RowAction to action : int in method protected onCustomRowAction(event RowActionEvent<String>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.LogSchemasActivity | From | To | |
Change Variable Type sdkData : org.kaaproject.kaa.server.admin.shared.file.FileData to sdkData : FileData in method public getSdk(key SdkKey, request HttpServletRequest, response HttpServletResponse) : void in class org.kaaproject.kaa.server.admin.controller.KaaAdminController | From | To | |
Extract Method | 2 | ||
Extract Method private doGenerateSdk(key SdkKey) : FileData extracted from public generateSdk(key SdkKey) : String in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl | From | To | |
Extract Method private doGenerateSdk(key SdkKey) : FileData extracted from public getSdk(key SdkKey) : FileData in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type schemaFileUpload : FileUploadForm to schemaForm : RecordPanel in class org.kaaproject.kaa.server.admin.client.mvp.view.schema.BaseSchemaViewImpl | From | To | |
Rename Parameter | 5 | ||
Rename Parameter configurationSchema : ConfigurationSchemaDto to notificationSchema : NotificationSchemaDto in method public editNotificationSchemaForm(notificationSchema NotificationSchemaDto, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Rename Parameter fileItemName : String to notificationSchemaId : String in method public getNotificationSchemaForm(notificationSchemaId String, callback AsyncCallback<NotificationSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Rename Parameter fileItemName : String to profileSchemaId : String in method public getProfileSchemaForm(profileSchemaId String, callback AsyncCallback<ProfileSchemaDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To | |
Rename Parameter logSchema : LogSchemaDto to result : LogSchemaDto in method protected onResult(result LogSchemaDto) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource.editLogSchemaForm.editLogSchemaForm | From | To | |
Rename Parameter fileItemName : String to schemaForm : RecordField in method public addEcfSchema(ecfId String, schemaForm RecordField, callback AsyncCallback<Void>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To |