cc2ce39938afb04ec69fab205bfe35788b78844c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type inputList : List<ChangedField> to inputList : Collection<ChangedField> in method private addIfValueChanged(inputList Collection<ChangedField>, key String, oldData String, newData String, changeDate DateTime) : void in class org.killbill.billing.account.api.user.DefaultAccountChangeEvent | From | To | |
Change Variable Type | 1 | ||
Change Variable Type results : List<AccountModelDao> to results : Collection<AccountModelDao> in method public searchAccounts(searchKey String, offset Long, limit Long, context InternalTenantContext) : Pagination<AccountModelDao> in class org.killbill.billing.account.dao.MockAccountDao | From | To |