b681f131a52ffb2fd6e96bb3a2f8686c153c2b08
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 3 | ||
Merge Attribute [baseUrl : String, authEndpoint : String] to authUrl : String in class org.pac4j.scribe.builder.api.GenericApi20 | From | To | |
Merge Attribute [authEndpoint : String, tokenEndpoint : String] to tokenUrl : String in class org.pac4j.oauth.client.GenericOAuth20StateClient | From | To | |
Merge Attribute [authEndpoint : String, tokenEndpoint : String] to tokenUrl : String in class org.pac4j.oauth.client.GenericOAuth20Client | From | To | |
Rename Method | 1 | ||
Rename Method protected getOAuthScope() : String renamed to public getTokenUrl() : String in class org.pac4j.oauth.client.GenericOAuth20Client | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type attributes : GenericAttributesDefinition to attributes : AttributesDefinition in method public setAttributesDefinition(attributes AttributesDefinition) : void in class org.pac4j.oauth.profile.generic.GenericOAuth20Profile | From | To | |
Change Return Type | 1 | ||
Change Return Type GenericAttributesDefinition to AttributesDefinition in method public getAttributesDefinition() : AttributesDefinition in class org.pac4j.oauth.profile.generic.GenericOAuth20Profile | From | To | |
Rename Attribute | 3 | ||
Rename Attribute profileEndpoint : String to profileUrl : String in class org.pac4j.oauth.client.GenericOAuth20StateClient | From | To | |
Rename Attribute tokenEndpoint : String to tokenUrl : String in class org.pac4j.scribe.builder.api.GenericApi20 | From | To | |
Rename Attribute profileEndpoint : String to profileUrl : String in class org.pac4j.oauth.client.GenericOAuth20Client | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type attributes : GenericAttributesDefinition to attributes : AttributesDefinition in class org.pac4j.oauth.profile.generic.GenericOAuth20Profile | From | To | |
Change Attribute Type attributesDefinition : GenericAttributesDefinition to attributesDefinition : AttributesDefinition in class org.pac4j.oauth.client.GenericOAuth20Client | From | To | |
Change Attribute Type attributesDefinition : GenericAttributesDefinition to attributesDefinition : AttributesDefinition in class org.pac4j.oauth.client.GenericOAuth20StateClient | From | To | |
Rename Parameter | 3 | ||
Rename Parameter baseUrl : String to authUrl : String in method public GenericOAuth20Client(key String, secret String, authUrl String, tokenUrl String, profileUrl String, scope String) in class org.pac4j.oauth.client.GenericOAuth20Client | From | To | |
Rename Parameter baseUrl : String to authUrl : String in method public GenericOAuth20StateClient(key String, secret String, authUrl String, tokenUrl String, profileUrl String, scope String) in class org.pac4j.oauth.client.GenericOAuth20StateClient | From | To | |
Rename Parameter baseUrl : String to authUrl : String in method public GenericApi20(authUrl String, tokenUrl String) in class org.pac4j.scribe.builder.api.GenericApi20 | From | To |