917f1c88c901cab73b625b0b75e9d85e1a86b37d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setProfileMethod(profileMethod String) : void renamed to public setProfileVerb(profileVerb Verb) : void in class org.pac4j.oauth.client.GenericOAuth20Client | From | To | |
Rename Method public setProfileMethod(value String) : void renamed to public setProfileVerb(value Verb) : void in class org.pac4j.oauth.profile.generic.GenericOAuth20ProfileDefinition | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type profileMethod : String to profileVerb : Verb in method public setProfileVerb(profileVerb Verb) : void in class org.pac4j.oauth.client.GenericOAuth20Client | From | To | |
Change Parameter Type value : String to value : Verb in method public setProfileVerb(value Verb) : void in class org.pac4j.oauth.profile.generic.GenericOAuth20ProfileDefinition | From | To | |
Rename Attribute | 2 | ||
Rename Attribute profileMethod : String to profileVerb : Verb in class org.pac4j.oauth.client.GenericOAuth20Client | From | To | |
Rename Attribute profileMethod : String to profileVerb : Verb in class org.pac4j.oauth.profile.generic.GenericOAuth20ProfileDefinition | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type profileMethod : String to profileVerb : Verb in class org.pac4j.oauth.profile.generic.GenericOAuth20ProfileDefinition | From | To | |
Change Attribute Type profileMethod : String to profileVerb : Verb in class org.pac4j.oauth.client.GenericOAuth20Client | From | To | |
Rename Parameter | 1 | ||
Rename Parameter profileMethod : String to profileVerb : Verb in method public setProfileVerb(profileVerb Verb) : void in class org.pac4j.oauth.client.GenericOAuth20Client | From | To |