a6f120b1b3f88cdd77c2f6c309361e76a25166d3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 44
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable grantType : String to refreshGrantType : String in method public refreshAccessToken(refreshTokenValue String, request TokenRequest) : OAuth2AccessToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Move Attribute | 1 | ||
Move Attribute public AUTHORIZATION_CODE : String from class org.cloudfoundry.identity.uaa.oauth.TokenTestSupport to public AUTHORIZATION_CODE : String from class org.cloudfoundry.identity.uaa.oauth.token.TokenConstants | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private OPENID : String in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Extract Attribute private CODE : String in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Move And Rename Attribute | 1 | ||
Move And Rename Attribute private GRANT_TYPE : String renamed to public AUTHORIZATION_CODE : String and moved from class org.cloudfoundry.identity.uaa.oauth.HybridTokenGranterForAuthorizationCode to class org.cloudfoundry.identity.uaa.oauth.token.TokenConstants | From | To | |
Extract Variable | 2 | ||
Extract Variable refreshTokenValue : String in method public createAccessToken(authentication OAuth2Authentication) : OAuth2AccessToken from class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Extract Variable grantType : String in method public refreshAccessToken(refreshTokenValue String, request TokenRequest) : OAuth2AccessToken from class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To |