b9c2d7dd3e0c5c71726825e8dda94effed5f2df9
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private addGroup(name String) : void renamed to private getOrCreateGroup(name String) : ScimGroup in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type g : String to group : ScimGroup in method private addMembers(group ScimGroup) : void in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap | From | To | |
Rename Variable | 2 | ||
Rename Variable value : String to code : String in method private getScopes(scopes ArrayList<String>) : List<Map<String,String>> in class org.cloudfoundry.identity.uaa.oauth.AccessController | From | To | |
Rename Variable g : String to name : String in method private addMembers(group ScimGroup) : void in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap | From | To | |
Change Return Type | 1 | ||
Change Return Type void to ScimGroup in method private getOrCreateGroup(name String) : ScimGroup in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable code1 : String to code : String in method private codeIsPasswordOrOpenId(code String) : int in class org.cloudfoundry.identity.uaa.oauth.AccessController | From | To | |
Change Variable Type | 1 | ||
Change Variable Type g : String to g : ScimGroup in method public afterPropertiesSet() : void in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap | From | To | |
Extract Method | 2 | ||
Extract Method private codeIsPasswordOrOpenId(code String) : int extracted from private getScopes(client ClientDetails, scopes ArrayList<String>) : List<Map<String,String>> in class org.cloudfoundry.identity.uaa.oauth.AccessController | From | To | |
Rename Parameter | 2 | ||
Rename Parameter g : String to group : ScimGroup in method private addMembers(group ScimGroup) : void in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap | From | To | |
Rename Parameter groups : String to commaSeparatedGroups : String in method public setGroups(commaSeparatedGroups String) : void in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap | From | To |