d9783da9ef8c97376f22ff6d20f28b5f00980916
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected lookupPendingTransaction(initialPayment Payment, transactionId String, transactionExternalKey String, transactionType String) : PaymentTransaction renamed to protected lookupPendingOrSuccessTransaction(initialPayment Payment, transactionId String, transactionExternalKey String, transactionType String) : PaymentTransaction in class org.killbill.billing.jaxrs.resources.JaxRsResourceBase | From | To | |
Rename Variable | 1 | ||
Rename Variable pendingTransaction : PaymentTransaction to pendingOrSuccessTransaction : PaymentTransaction in method private processPayment(json PaymentTransactionJson, account Account, paymentMethodIdStr String, paymentControlPluginNames List<String>, pluginPropertiesString List<String>, uriInfo UriInfo, callContext CallContext) : Response in class org.killbill.billing.jaxrs.resources.AccountResource | From | To |