725d299c98e7f432eb99efb83d659310626a6fb2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected toSingleParameter(requestParameters Map<String,String[]>) : Map<String,String> renamed to protected retrieveParameters(context WebContext) : Map<String,String> in class org.pac4j.oidc.credentials.extractor.OidcExtractor | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public getParametersFromUrl(url String) : Map<String,String> from class org.pac4j.core.util.TestsHelper to private populateContextWithUrl(context MockWebContext, url String) : void from class org.pac4j.core.run.RunClient | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type requestParameters : Map<String,String[]> to context : WebContext in method protected retrieveParameters(context WebContext) : Map<String,String> in class org.pac4j.oidc.credentials.extractor.OidcExtractor | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,String> to void in method private populateContextWithUrl(context MockWebContext, url String) : void in class org.pac4j.core.run.RunClient | From | To | |
Extract Variable | 1 | ||
Extract Variable state : State in method public extract(context WebContext) : OidcCredentials from class org.pac4j.oidc.credentials.extractor.OidcExtractor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter requestParameters : Map<String,String[]> to context : WebContext in method protected retrieveParameters(context WebContext) : Map<String,String> in class org.pac4j.oidc.credentials.extractor.OidcExtractor | From | To |