adff433ce8101d72095b65084814192713a4fff9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getPaymentInfoPlugin() : PaymentTransactionInfoPlugin renamed to public getPaymentTransactionInfoPlugin() : PaymentTransactionInfoPlugin in class org.killbill.billing.payment.core.sm.PaymentStateContext | From | To | |
Rename Method public setPaymentInfoPlugin(paymentInfoPlugin PaymentTransactionInfoPlugin) : void renamed to public setPaymentTransactionInfoPlugin(paymentTransactionInfoPlugin PaymentTransactionInfoPlugin) : void in class org.killbill.billing.payment.core.sm.PaymentStateContext | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public paymentPluginStatusToTransactionStatus(paymentInfoPlugin PaymentTransactionInfoPlugin) : TransactionStatus from class org.killbill.billing.payment.core.sm.payments.PaymentEnteringStateCallback to public toTransactionStatus(paymentTransactionInfoPlugin PaymentTransactionInfoPlugin) : TransactionStatus from class org.killbill.billing.payment.core.PaymentTransactionInfoPluginConverter | From | To | |
Move And Rename Method private processPaymentInfoPlugin() : OperationResult from class org.killbill.billing.payment.core.sm.payments.PaymentOperation to public toOperationResult(paymentTransactionInfoPlugin PaymentTransactionInfoPlugin) : OperationResult from class org.killbill.billing.payment.core.PaymentTransactionInfoPluginConverter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute paymentInfoPlugin : PaymentTransactionInfoPlugin to paymentTransactionInfoPlugin : PaymentTransactionInfoPlugin in class org.killbill.billing.payment.core.sm.PaymentStateContext | From | To | |
Rename Parameter | 3 | ||
Rename Parameter paymentStatus : TransactionStatus to transactionStatus : TransactionStatus in method public processPaymentInfoPlugin(transactionStatus TransactionStatus, paymentInfoPlugin PaymentTransactionInfoPlugin, currentPaymentStateName String) : void in class org.killbill.billing.payment.core.sm.PaymentAutomatonDAOHelper | From | To | |
Rename Parameter paymentInfoPlugin : PaymentTransactionInfoPlugin to paymentTransactionInfoPlugin : PaymentTransactionInfoPlugin in method public setPaymentTransactionInfoPlugin(paymentTransactionInfoPlugin PaymentTransactionInfoPlugin) : void in class org.killbill.billing.payment.core.sm.PaymentStateContext | From | To | |
Rename Parameter paymentInfoPlugin : PaymentTransactionInfoPlugin to paymentTransactionInfoPlugin : PaymentTransactionInfoPlugin in method public toTransactionStatus(paymentTransactionInfoPlugin PaymentTransactionInfoPlugin) : TransactionStatus in class org.killbill.billing.payment.core.PaymentTransactionInfoPluginConverter | From | To |