7d93a94e4da25dbd5141e936e8e2947050ec8443
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isCurrentlyActive() : boolean renamed to public isActiveAsOf(currentDate Date) : boolean in class org.cloudfoundry.identity.uaa.approval.Approval | From | To | |
Rename Variable | 1 | ||
Rename Variable theclient : BaseClientDetails to client : BaseClientDetails in method public testClientWildcard() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests | From | To | |
Inline Method | 2 | ||
Inline Method public setAccessToken(accessToken OAuth2AccessToken) : void inlined to public testClientDeleteSecret() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests | From | To | |
Inline Method public setAccessToken(accessToken OAuth2AccessToken) : void inlined to public testClientAddSecret() : void in class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests | From | To | |
Extract Variable | 2 | ||
Extract Variable validitySeconds : Integer in method public testExpiredToken() : void from class org.cloudfoundry.identity.uaa.oauth.CheckTokenEndpointTests | From | To | |
Extract Variable timeService : TimeService in method public refreshAccessToken_buildsIdTokenWithRoleInformation() : void from class org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getCurrentDate() : Date extracted from public create(clientId String, userId String, userAuthenticationData UserAuthenticationData) : IdToken in class org.cloudfoundry.identity.uaa.oauth.openid.IdTokenCreator & moved to class org.cloudfoundry.identity.uaa.util.TimeService | From | To |