133e2486cc9ac9738ae88940079843bd12e2da1e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public jwt_bearer_grant_default_zone() : void renamed to public default_zone_jwt_grant() : void in class org.cloudfoundry.identity.uaa.mock.token.JwtBearerGrantMockMvcTests | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable defaultZone : IdentityZone to theZone : IdentityZone in method public perform_grant_in_zone(theZone IdentityZone, assertion String, verificationKey String) : ResultActions in class org.cloudfoundry.identity.uaa.mock.token.JwtBearerGrantMockMvcTests | From | To | |
Inline Variable | 1 | ||
Inline Variable idToken : String in method public jwt_bearer_grant_default_zone() : void from class org.cloudfoundry.identity.uaa.mock.token.JwtBearerGrantMockMvcTests | From | To | |
Extract Method | 1 | ||
Extract Method public perform_grant_in_zone(theZone IdentityZone, assertion String, verificationKey String) : ResultActions extracted from public jwt_bearer_grant_default_zone() : void in class org.cloudfoundry.identity.uaa.mock.token.JwtBearerGrantMockMvcTests | From | To |