35341491fc7ca26f552d1c6c4900f437f7e2079e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testParse() : void renamed to private runParseSubscriptionTest(kind WebhookNotification.Kind) : void in class org.apache.camel.component.braintree.WebhookNotificationGatewayIntegrationTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : Result to result : Result<Transaction> in method public testRefundWithAmount() : void in class org.apache.camel.component.braintree.TransactionGatewayIntegrationTest | From | To | |
Extract Method | 2 | ||
Extract Method protected buildBraintreeConfiguration() : BraintreeConfiguration extracted from protected createCamelContext() : CamelContext in class org.apache.camel.component.braintree.AbstractBraintreeTestSupport | From | To | |
Extract Method private sendSampleNotification(kind WebhookNotification.Kind, id String) : WebhookNotification extracted from public testParse() : void in class org.apache.camel.component.braintree.WebhookNotificationGatewayIntegrationTest | From | To |