d89e25a27f59b612e3f9218fdf7ab4d30b50b6f9
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public setDisableInternalUserManagement(disableInternalUserManagement boolean) : void from class org.cloudfoundry.identity.uaa.zone.IdentityProvider to public setDisableInternalUserManagement(disableInternalUserManagement boolean) : void from class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrap | From | To | |
| Move Method public isDisableInternalUserManagement() : boolean from class org.cloudfoundry.identity.uaa.zone.IdentityProvider to public isDisableInternalUserManagement() : boolean from class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrap | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private disableInternalUserManagement : boolean from class org.cloudfoundry.identity.uaa.zone.IdentityProvider to private disableInternalUserManagement : boolean from class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrap | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter disableUserManagement : boolean to disableInternalUserManagement : boolean in method public setDisableInternalUserManagement(disableInternalUserManagement boolean, applicationContext ApplicationContext) : void in class org.cloudfoundry.identity.uaa.mock.util.MockMvcUtils | From | To |