27af4f192d661cc27b3df19e79ebff346090e977
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type pluginProperties : byte[] to pluginProperties : List<PluginProperty> in method public DefaultPaymentAttempt(accountId UUID, paymentMethodId UUID, id UUID, createdDate DateTime, updatedDate DateTime, effectiveDate DateTime, paymentExternalKey String, transactionId UUID, transactionExternalKey String, transactionType TransactionType, stateName String, amount BigDecimal, currency Currency, pluginName String, pluginProperties List<PluginProperty>) in class org.killbill.billing.payment.api.DefaultPaymentAttempt | From | To | |
Rename Variable | 1 | ||
Rename Variable result : List<PaymentAttempt> to paymentAttempts : List<PaymentAttempt> in method private getPaymentAttempts(purchasedTransactions List<PaymentTransaction>, pastPaymentAttempts List<PaymentAttemptModelDao>, internalTenantContext InternalTenantContext) : List<PaymentAttempt> in class org.killbill.billing.payment.core.PaymentProcessor | From | To | |
Change Return Type | 1 | ||
Change Return Type byte[] to List<PluginProperty> in method public getPluginProperties() : List<PluginProperty> in class org.killbill.billing.payment.api.DefaultPaymentAttempt | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public SCHEDULED : String in class org.killbill.billing.payment.core.PaymentProcessor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pluginProperties : byte[] to pluginProperties : List<PluginProperty> in class org.killbill.billing.payment.api.DefaultPaymentAttempt | From | To | |
Rename Parameter | 1 | ||
Rename Parameter paymentAttempts : List<PaymentAttemptModelDao> to pastPaymentAttempts : List<PaymentAttemptModelDao> in method private getPaymentAttempts(purchasedTransactions List<PaymentTransaction>, pastPaymentAttempts List<PaymentAttemptModelDao>, internalTenantContext InternalTenantContext) : List<PaymentAttempt> in class org.killbill.billing.payment.core.PaymentProcessor | From | To |