6db2c64e1c4a259a7ae48c890276d6e699fdabb4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Attribute | 1 | ||
Pull Up Attribute private janitor : Janitor from class org.killbill.billing.payment.TestJanitor to protected janitor : Janitor from class org.killbill.billing.payment.PaymentTestSuiteWithEmbeddedDB | From | To | |
Move Attribute | 1 | ||
Move Attribute private locker : GlobalLocker from class org.killbill.billing.payment.core.janitor.Janitor to protected locker : GlobalLocker from class org.killbill.billing.payment.PaymentTestSuiteWithEmbeddedDB | From | To | |
Extract Method | 2 | ||
Extract Method protected tryToDoJanitorOperationWithAccountLock(callback JanitorIterationCallback, internalTenantContext InternalTenantContext) : T extracted from protected doJanitorOperationWithAccountLock(callback JanitorIterationCallback, internalTenantContext InternalTenantContext) : T in class org.killbill.billing.payment.core.janitor.CompletionTaskBase | From | To | |
Extract Method public tryToProcessNotification(notificationKey JanitorNotificationKey, userToken UUID, accountRecordId Long, tenantRecordId long) : void extracted from public processNotification(notificationKey JanitorNotificationKey, userToken UUID, accountRecordId Long, tenantRecordId long) : void in class org.killbill.billing.payment.core.janitor.IncompletePaymentTransactionTask | From | To |