77fbb690b0f9dc5da6bde46e0121ed53489abba8
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 23
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public getExpireSecretInMonths() : int from class org.cloudfoundry.identity.uaa.zone.ClientSecretPolicy to public getExpireInMonths() : int from class org.cloudfoundry.identity.uaa.authentication.GenericPasswordPolicy | From | To | |
| Pull Up Method public setExpireSecretInMonths(expireSecretInMonths int) : ClientSecretPolicy from class org.cloudfoundry.identity.uaa.zone.ClientSecretPolicy to public setExpireInMonths(expireInMonths int) : T from class org.cloudfoundry.identity.uaa.authentication.GenericPasswordPolicy | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method public getMinLength() : int moved from class org.cloudfoundry.identity.uaa.provider.PasswordPolicy to class org.cloudfoundry.identity.uaa.authentication.GenericPasswordPolicy & inlined to public hashCode() : int | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ClientSecretPolicy to T in method public setExpireInMonths(expireInMonths int) : T in class org.cloudfoundry.identity.uaa.authentication.GenericPasswordPolicy | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type that : PasswordPolicy to that : GenericPasswordPolicy<?> in method public equals(o Object) : boolean in class org.cloudfoundry.identity.uaa.authentication.GenericPasswordPolicy | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter expirePasswordsInMonths : int to expirePasswordInMonths : int in method public PasswordPolicy(minLength int, maxLength int, requireUpperCaseCharacter int, requireLowerCaseCharacter int, requireDigit int, requireSpecialCharacter int, expirePasswordInMonths int) in class org.cloudfoundry.identity.uaa.provider.PasswordPolicy | From | To | |
| Rename Parameter expireSecretInMonths : int to expireInMonths : int in method public setExpireInMonths(expireInMonths int) : T in class org.cloudfoundry.identity.uaa.authentication.GenericPasswordPolicy | From | To |