47f173822d6730300e28d60117d513c89f78fa2b
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private authorize(clientId String, clientSecret String) : Credential inlined to public makeClient(clientId String, clientSecret String, applicationName String, refreshToken String, accessToken String) : Sheets in class org.apache.camel.component.google.sheets.BatchGoogleSheetsClientFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute configuration : GoogleSheetsConfiguration to endpointConfiguration : GoogleSheetsConfiguration in class org.apache.camel.component.google.sheets.GoogleSheetsEndpoint | From | To | |
Extract Variable | 1 | ||
Extract Variable clientBuilder : Sheets.Builder in method public makeClient(clientId String, clientSecret String, applicationName String, refreshToken String, accessToken String) : Sheets from class org.apache.camel.component.google.sheets.BatchGoogleSheetsClientFactory | From | To | |
Extract Method | 1 | ||
Extract Method private authorize(clientId String, clientSecret String, refreshToken String, accessToken String) : Credential extracted from public makeClient(clientId String, clientSecret String, applicationName String, refreshToken String, accessToken String) : Sheets in class org.apache.camel.component.google.sheets.BatchGoogleSheetsClientFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type transport : NetHttpTransport to transport : HttpTransport in class org.apache.camel.component.google.sheets.BatchGoogleSheetsClientFactory | From | To |