d208c14e6d8024cb7c220fc3bc6ce1d644e29472
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public getUser() : UaaUser from class org.cloudfoundry.identity.uaa.authentication.manager.NewUserAuthenticatedEvent to public getUser() : UaaUser from class org.cloudfoundry.identity.uaa.authentication.manager.AuthEvent | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type event : NewUserAuthenticatedEvent to event : AuthEvent in method public onApplicationEvent(event AuthEvent) : void in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimUserBootstrap | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.cloudfoundry.identity.uaa.authentication.manager.AuthEvent from classes [org.cloudfoundry.identity.uaa.authentication.manager.ExternalGroupAuthorizationEvent, org.cloudfoundry.identity.uaa.authentication.manager.NewUserAuthenticatedEvent] | From | To |