0fc37f1ea6e2fcc19a762920524e6311fc5e1e6d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type passwordChange : PasswordChange to passwordReset : PasswordReset in method public changePassword(passwordReset PasswordReset) : ResponseEntity<Map<String,String>> in class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoint | From | To | |
Move Method | 4 | ||
Move Method public getCode() : String from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordChange to public getCode() : String from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordReset | From | To | |
Move Method public getNewPassword() : String from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordChange to public getNewPassword() : String from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordReset | From | To | |
Move Method public setNewPassword(newPassword String) : void from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordChange to public setNewPassword(newPassword String) : void from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordReset | From | To | |
Move Method public setCode(code String) : void from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordChange to public setCode(code String) : void from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordReset | From | To | |
Move Attribute | 2 | ||
Move Attribute private code : String from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordChange to private code : String from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordReset | From | To | |
Move Attribute private newPassword : String from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordChange to private newPassword : String from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordReset | From | To | |
Extract Class | 1 | ||
Extract Class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordReset from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordChange | From | To | |
Rename Parameter | 1 | ||
Rename Parameter passwordChange : PasswordChange to passwordReset : PasswordReset in method public changePassword(passwordReset PasswordReset) : ResponseEntity<Map<String,String>> in class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoint | From | To |