5dcb71549353e5a7a16a71511f044875f1d03f0c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From org.kill-bill.billing:killbill-client-java 0.40.2 To 0.40.3 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type data : AccountData to data : Account in method public updateAccount(json AccountJson, accountId String, treatNullValueAsReset Boolean, createdBy String, reason String, comment String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.AccountResource | From | To | |
Extract Method | 1 | ||
Extract Method public validateAccountUpdateInput(currentAccount Account, ignoreNullInput boolean) : void extracted from public mergeWithDelegate(currentAccount Account) : Account in class org.killbill.billing.account.api.DefaultAccount | From | To |