31f85da7dafe569dd386fca092670847cbfca3aa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private splitAndReverseHostName(host String) : String[] from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver to private splitAndReverseHost(host String) : String[] from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver.ClientRedirectUriPattern | From | To | |
Move Method | 2 | ||
Move Method private extractHost(authority String) : String from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver to private extractHost(authority String) : String from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver.ClientRedirectUriPattern | From | To | |
Move Method private isWildcard(configuredRedirectPattern String) : boolean from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver to private isWildcard(configuredRedirectPattern String) : boolean from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver.ClientRedirectUriPattern | From | To | |
Move Attribute | 2 | ||
Move Attribute private URI_EXTRACTOR : Pattern from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver to private URI_EXTRACTOR : Pattern from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver.ClientRedirectUriPattern | From | To | |
Move Attribute private URI_EXTRACTOR_AUTHORITY_GROUP : int from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver to private URI_EXTRACTOR_AUTHORITY_GROUP : int from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver.ClientRedirectUriPattern | From | To | |
Extract Class | 1 | ||
Extract Class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver.ClientRedirectUriPattern from class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver | From | To | |
Rename Parameter | 1 | ||
Rename Parameter redirectPattern : String to clientRedirect : String in method protected redirectMatches(requestedRedirect String, clientRedirect String) : boolean in class org.cloudfoundry.identity.uaa.oauth.AntPathRedirectResolver | From | To |