b4d0dfd756f45dc80d412498799127aefb62ab08
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testGetUserInfoEndpointFromWellKnownConfiguration() : void renamed to private getUserInfo(scopes String) : UserInfoResponse in class org.cloudfoundry.identity.uaa.scim.endpoints.UserInfoEndpointMockMvcTests | From | To | |
Rename Method public getUsername() : String renamed to public getUserName() : String in class org.cloudfoundry.identity.uaa.account.UserInfoResponse | From | To | |
Rename Method public setUsername(username String) : void renamed to public setUserName(userName String) : void in class org.cloudfoundry.identity.uaa.account.UserInfoResponse | From | To | |
Inline Method | 2 | ||
Inline Method private getUserInfo(url String, scopes String) : Map<String,Object> inlined to public testGetUserInfo() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.UserInfoEndpointMockMvcTests | From | To | |
Inline Method private getUserInfo(url String, scopes String) : Map<String,Object> inlined to private getUserInfo(scopes String) : UserInfoResponse in class org.cloudfoundry.identity.uaa.scim.endpoints.UserInfoEndpointMockMvcTests | From | To | |
Rename Variable | 4 | ||
Rename Variable map : String to infoResponseString : String in method public testHappyDay() : void in class org.cloudfoundry.identity.uaa.integration.UserInfoEndpointIntegrationTests | From | To | |
Rename Variable ua : Object to uas : Map<String,List<String>> in method public attributesWithRolesAndUserAttributes() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.UserInfoEndpointMockMvcTests | From | To | |
Rename Variable info : Map<String,Object> to userInfo : UserInfoResponse in method public attributesWithNoExtraScopes() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.UserInfoEndpointMockMvcTests | From | To | |
Rename Variable map : UserInfoResponse to userInfoResponse : UserInfoResponse in method public testSunnyDay() : void in class org.cloudfoundry.identity.uaa.openid.UserInfoEndpointTests | From | To | |
Change Return Type | 1 | ||
Change Return Type void to UserInfoResponse in method private getUserInfo(scopes String) : UserInfoResponse in class org.cloudfoundry.identity.uaa.scim.endpoints.UserInfoEndpointMockMvcTests | From | To | |
Change Variable Type | 2 | ||
Change Variable Type ua : Object to uas : Map<String,List<String>> in method public attributesWithRolesAndUserAttributes() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.UserInfoEndpointMockMvcTests | From | To | |
Change Variable Type info : Map<String,Object> to userInfo : UserInfoResponse in method public attributesWithNoExtraScopes() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.UserInfoEndpointMockMvcTests | From | To | |
Rename Parameter | 1 | ||
Rename Parameter username : String to userName : String in method public setUserName(userName String) : void in class org.cloudfoundry.identity.uaa.account.UserInfoResponse | From | To |