c0a61331d4f40089a9e7906c7f170ea34fe9190c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method protected createAccountWithPMBundleAndSubscriptionAndWaitForFirstInvoice(productName String, invoicePaymentSuccess boolean, paymentSuccess boolean) : Account extracted from protected createAccountWithPMBundleAndSubscriptionAndWaitForFirstInvoice(productName String, paymentSuccess boolean) : Account in class org.killbill.billing.jaxrs.KillbillClient | From | To | |
Rename Parameter | 1 | ||
Rename Parameter paymentSuccess : boolean to invoicePaymentSuccess : boolean in method protected createAccountWithPMBundleAndSubscriptionAndWaitForFirstInvoice(productName String, invoicePaymentSuccess boolean, paymentSuccess boolean) : Account in class org.killbill.billing.jaxrs.KillbillClient | From | To |