829bcf5eafc9ed584e2c4716abdd9b9433c83ac2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type scopes : List<ScopeRepresentation> to scopes : Set<String> in method public setScopes(scopes Set<String>) : void in class org.keycloak.representations.idm.authorization.PolicyEvaluationResponse.PolicyResultRepresentation | From | To | |
Change Return Type | 1 | ||
Change Return Type List<ScopeRepresentation> to Set<String> in method public getScopes() : Set<String> in class org.keycloak.representations.idm.authorization.PolicyEvaluationResponse.PolicyResultRepresentation | From | To | |
Extract Method | 1 | ||
Extract Method protected doCreatePolicyTypeResource(type String) : PolicyTypeService extracted from public getResource(type String) : Object in class org.keycloak.authorization.admin.PolicyService | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type scopes : List<ScopeRepresentation> to scopes : Set<String> in class org.keycloak.representations.idm.authorization.PolicyEvaluationResponse.PolicyResultRepresentation | From | To |