dca8b4eeed27020be79548e8b06de23e2c6be35b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type customParams : Map<String,Object> to customParams : Map<String,String> in method public setCustomParams(customParams Map<String,String>) : void in class org.pac4j.oauth.config.OAuth20Configuration | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,Object> to Map<String,String> in method public getCustomParams() : Map<String,String> in class org.pac4j.oauth.config.OAuth20Configuration | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type customParams : Map<String,Object> to customParams : Map<String,String> in class org.pac4j.oauth.config.OAuth20Configuration | From | To |