2fe6f87a2cc39d02aa7423e40b8f155a7e06929c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private getAccountData() : AccountData inlined to public testMergeWithDelegate() : void in class org.killbill.billing.account.api.TestDefaultAccount | From | To | |
Rename Variable | 4 | ||
Rename Variable secondAccount : Account to accountUpdates1 : Account in method public testMergeWithDelegate() : void in class org.killbill.billing.account.api.TestDefaultAccount | From | To | |
Rename Variable secondAccountData : AccountData to accountDataUpdates1 : AccountData in method public testMergeWithDelegate() : void in class org.killbill.billing.account.api.TestDefaultAccount | From | To | |
Rename Variable accountToUpdate : AccountModelDao to updatedAccountModelDao : AccountModelDao in method private updateAccount(currentAccount Account, accountData AccountData, context CallContext) : void in class org.killbill.billing.account.api.user.DefaultAccountUserApi | From | To | |
Rename Variable finalAccount : Account to updatedAccount1 : Account in method public testMergeWithDelegate() : void in class org.killbill.billing.account.api.TestDefaultAccount | From | To | |
Extract Variable | 1 | ||
Extract Variable mergedAccount : Account in method private updateAccount(currentAccount Account, accountData AccountData, context CallContext) : void from class org.killbill.billing.account.api.user.DefaultAccountUserApi | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type isNotifiedForInvoices : boolean to isNotifiedForInvoices : Boolean in class org.killbill.billing.account.api.DefaultMutableAccountData | From | To | |
Change Attribute Type isMigrated : boolean to isMigrated : Boolean in class org.killbill.billing.account.api.DefaultMutableAccountData | From | To | |
Change Attribute Type firstNameLength : int to firstNameLength : Integer in class org.killbill.billing.account.api.DefaultMutableAccountData | From | To |