a09f3bd8850805ab464d7b872bd507907a4ae3b2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testPopulateAttributesStoresCustomAttributes() : void renamed to public testPopulateAttributesStoresCustomAttributesAndRoles() : void in class org.cloudfoundry.identity.uaa.authentication.manager.ExternalLoginAuthenticationManagerTest | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public put(name String, value String) : void moved from class org.cloudfoundry.identity.uaa.user.UserInfo to class org.cloudfoundry.identity.uaa.provider.oauth.XOAuthAuthenticationManagerTest & inlined to public test_custom_user_attributes_are_stored() : void | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public setUserAttributes(userAttributes MultiValueMap<String,String>) : UserInfo extracted from public test_authentication_attributes(storeUserInfo boolean) : void in class org.cloudfoundry.identity.uaa.authentication.manager.LdapLoginAuthenticationManagerTests & moved to class org.cloudfoundry.identity.uaa.user.UserInfo | From | To | |
Extract And Move Method public setUserAttributes(userAttributes MultiValueMap<String,String>) : UserInfo extracted from public test_custom_user_attributes_are_stored() : void in class org.cloudfoundry.identity.uaa.provider.oauth.XOAuthAuthenticationManagerTest & moved to class org.cloudfoundry.identity.uaa.user.UserInfo | From | To | |
Extract And Move Method public setUserAttributes(userAttributes MultiValueMap<String,String>) : UserInfo extracted from public setup() : void in class org.cloudfoundry.identity.uaa.openid.UserInfoEndpointTests & moved to class org.cloudfoundry.identity.uaa.user.UserInfo | From | To | |
Rename Parameter | 1 | ||
Rename Parameter info : UserInfo to i : UserInfo in method public storeUserInfo(id String, i UserInfo) : UserInfo in class org.cloudfoundry.identity.uaa.user.InMemoryUaaUserDatabase | From | To |