dabd7c0b27b4899eccc87b3b4ae56dd8e1b58d0f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable protectedUri : String to expectedUri : String in method private exactMatch(expectedUri String, targetUri String, value String) : boolean in class org.keycloak.adapters.authorization.PathMatcher | From | To | |
Rename Attribute | 1 | ||
Rename Attribute ANY_RESOURCE_PATTERN : String to WILDCARD : char in class org.keycloak.adapters.authorization.PathMatcher | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ANY_RESOURCE_PATTERN : String to WILDCARD : char in class org.keycloak.adapters.authorization.PathMatcher | From | To | |
Extract Method | 2 | ||
Extract Method private exactMatch(expectedUri String, targetUri String, value String) : boolean extracted from package matches(requestedUri String, paths Map<String,PathConfig>) : PathConfig in class org.keycloak.adapters.authorization.PathMatcher | From | To | |
Extract Method private isTemplate(uri String) : boolean extracted from package matches(requestedUri String, paths Map<String,PathConfig>) : PathConfig in class org.keycloak.adapters.authorization.PathMatcher | From | To | |
Rename Parameter | 1 | ||
Rename Parameter requestedUri : String to targetUri : String in method public matches(targetUri String, paths Map<String,PathConfig>) : PathConfig in class org.keycloak.adapters.authorization.PathMatcher | From | To |