3d769b7e58c127abe700def0c0c1d265258375e2
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private isCorsXhrAllowedRequestUri(uri String) : boolean renamed to protected isAllowedRequestUri(uri String, configuration CorsConfiguration) : boolean in class org.cloudfoundry.identity.uaa.security.web.CorsFilter | From | To | |
| Rename Method public testBootstrappedIdps_and_ExcludedClaims() : void renamed to public testBootstrappedIdps_and_ExcludedClaims_and_CorsConfig() : void in class org.cloudfoundry.identity.uaa.login.BootstrapTests | From | To | |
| Move Method | 1 | ||
| Move Method public setAllowedHeaders(allowedHeaders List<String>) : void from class org.cloudfoundry.identity.uaa.security.web.CorsFilter to public setAllowedHeaders(allowedHeaders List<String>) : void from class org.cloudfoundry.identity.uaa.security.web.CorsFilter.CorsConfiguration | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private allowedHeaders : List<String> from class org.cloudfoundry.identity.uaa.security.web.CorsFilter to private allowedHeaders : List<String> from class org.cloudfoundry.identity.uaa.security.web.CorsFilter.CorsConfiguration | From | To | |
| Extract Class | 1 | ||
| Extract Class org.cloudfoundry.identity.uaa.security.web.CorsFilter.CorsConfiguration from class org.cloudfoundry.identity.uaa.security.web.CorsFilter | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute public WILDCARD : String in class org.cloudfoundry.identity.uaa.security.web.CorsFilter | From | To | |
| Move Class | 1 | ||
| Move Class org.cloudfoundry.identity.uaa.web.CorsFilterTests moved to org.cloudfoundry.identity.uaa.security.web.CorsFilterTests | From | To | |
| Extract Method | 1 | ||
| Extract Method protected handleRequest(request HttpServletRequest, response HttpServletResponse, filterChain FilterChain, configuration CorsConfiguration) : boolean extracted from protected doFilterInternal(request HttpServletRequest, response HttpServletResponse, filterChain FilterChain) : void in class org.cloudfoundry.identity.uaa.security.web.CorsFilter | From | To |