359416350ced41df3552b7ce36b27e364d3c7ba3
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getGenerateSdkView() : GenerateSdkView renamed to public getAddSdkProfileView() : AddSdkProfileView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory | From | To | |
Rename Method public getGenerateSdkView() : GenerateSdkView renamed to public getAddSdkProfileView() : AddSdkProfileView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type place : GenerateSdkPlace to place : AddSdkProfilePlace in method public AddSdkProfileActivity(place AddSdkProfilePlace, clientFactory ClientFactory) in class org.kaaproject.kaa.server.admin.client.mvp.activity.AddSdkProfileActivity | From | To | |
Change Parameter Type place : GenerateSdkPlace to place : AddSdkProfilePlace in method protected getEntityId(place AddSdkProfilePlace) : String in class org.kaaproject.kaa.server.admin.client.mvp.activity.AddSdkProfileActivity | From | To | |
Change Parameter Type place : GenerateSdkPlace to place : AddSdkProfilePlace in method public getToken(place AddSdkProfilePlace) : String in class org.kaaproject.kaa.server.admin.client.mvp.place.AddSdkProfilePlace.Tokenizer | From | To | |
Change Return Type | 4 | ||
Change Return Type GenerateSdkView to AddSdkProfileView in method protected getView(create boolean) : AddSdkProfileView in class org.kaaproject.kaa.server.admin.client.mvp.activity.AddSdkProfileActivity | From | To | |
Change Return Type GenerateSdkView to AddSdkProfileView in method public getAddSdkProfileView() : AddSdkProfileView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactory | From | To | |
Change Return Type GenerateSdkPlace to AddSdkProfilePlace in method public getPlace(token String) : AddSdkProfilePlace in class org.kaaproject.kaa.server.admin.client.mvp.place.AddSdkProfilePlace.Tokenizer | From | To | |
Change Return Type GenerateSdkView to AddSdkProfileView in method public getAddSdkProfileView() : AddSdkProfileView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl | From | To | |
Rename Class | 4 | ||
Rename Class org.kaaproject.kaa.server.admin.client.mvp.activity.GenerateSdkActivity renamed to org.kaaproject.kaa.server.admin.client.mvp.activity.AddSdkProfileActivity | From | To | |
Rename Class org.kaaproject.kaa.server.admin.client.mvp.view.GenerateSdkView renamed to org.kaaproject.kaa.server.admin.client.mvp.view.AddSdkProfileView | From | To | |
Rename Class org.kaaproject.kaa.server.admin.client.mvp.view.sdk.GenerateSdkViewImpl renamed to org.kaaproject.kaa.server.admin.client.mvp.view.sdk.AddSdkProfileViewImpl | From | To | |
Rename Class org.kaaproject.kaa.server.admin.client.mvp.place.GenerateSdkPlace renamed to org.kaaproject.kaa.server.admin.client.mvp.place.AddSdkProfilePlace | From | To | |
Change Variable Type | 1 | ||
Change Variable Type other : GenerateSdkPlace to other : AddSdkProfilePlace in method public equals(obj Object) : boolean in class org.kaaproject.kaa.server.admin.client.mvp.place.AddSdkProfilePlace | From | To | |
Extract Method | 2 | ||
Extract Method public checkSdkProfileId(sdkProfileId String) : SdkProfileDto extracted from public getSdkProfile(sdkProfileId String) : SdkProfileDto in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl | From | To | |
Extract Method public checkSdkProfileId(sdkProfileId String) : SdkProfileDto extracted from public deleteSdkProfile(sdkProfileId String) : void in class org.kaaproject.kaa.server.admin.services.KaaAdminServiceImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type generateSdkView : GenerateSdkView to generateSdkView : AddSdkProfileView in class org.kaaproject.kaa.server.admin.client.mvp.ClientFactoryImpl | From | To |