1d24d6e275a6cb115058d7036cf74fba6af14745
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isUserUpdated() : boolean renamed to public isUserModified() : boolean in class org.cloudfoundry.identity.uaa.authentication.manager.AuthEvent | From | To | |
Rename Variable | 1 | ||
Rename Variable userUpdated : boolean to userModified : boolean in method protected userAuthenticated(request Authentication, user UaaUser) : UaaUser in class org.cloudfoundry.identity.uaa.authentication.manager.LdapLoginAuthenticationManager | From | To | |
Rename Attribute | 1 | ||
Rename Attribute userUpdated : boolean to userModified : boolean in class org.cloudfoundry.identity.uaa.authentication.manager.AuthEvent | From | To | |
Rename Parameter | 1 | ||
Rename Parameter userUpdated : boolean to userModified : boolean in method public ExternalGroupAuthorizationEvent(user UaaUser, userModified boolean, externalAuthorities Collection<? extends GrantedAuthority>, addGroups boolean) in class org.cloudfoundry.identity.uaa.authentication.manager.ExternalGroupAuthorizationEvent | From | To |