42efbf452f16eab526b1602f81d3d348fa92601b
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method protected getRequestParameters(state String) : Map<String,List<String>> from class org.eclipse.che.security.oauth.OAuthAuthenticationService to public getQueryParametersFromState(state String) : Map<String,List<String>> from class org.eclipse.che.commons.lang.UrlUtils | From | To | |
Move Method | 3 | ||
Move Method protected getState(requestUrl URL) : String from class org.eclipse.che.security.oauth.OAuthAuthenticationService to public getState(requestUrl URL) : String from class org.eclipse.che.commons.lang.UrlUtils | From | To | |
Move Method protected getRequestUrl(uriInfo UriInfo) : URL from class org.eclipse.che.security.oauth.OAuthAuthenticationService to public getRequestUrl(uriInfo UriInfo) : URL from class org.eclipse.che.commons.lang.UrlUtils | From | To | |
Move Method protected getParameter(params Map<String,List<String>>, name String) : String from class org.eclipse.che.security.oauth.OAuthAuthenticationService to public getParameter(parameters Map<String,List<String>>, name String) : String from class org.eclipse.che.commons.lang.UrlUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter params : Map<String,List<String>> to parameters : Map<String,List<String>> in method public getParameter(parameters Map<String,List<String>>, name String) : String in class org.eclipse.che.commons.lang.UrlUtils | From | To |