60b32ae2a5cd737d5f8d8708f1f4133090a79ae9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getTagsForAccountId(includedDeleted boolean, context InternalTenantContext) : List<Tag> renamed to public getTagsForAccount(includedDeleted boolean, context InternalTenantContext) : List<Tag> in class org.killbill.billing.tag.TagInternalApi | From | To | |
| Rename Method public getTagsForAccountId(includedDeleted boolean, context InternalTenantContext) : List<Tag> renamed to public getTagsForAccount(includedDeleted boolean, context InternalTenantContext) : List<Tag> in class org.killbill.billing.util.tag.DefaultTagInternalApi | From | To | |
| Rename Variable | 1 | ||
| Rename Variable tags : List<Tag> to tagsForAccount : List<Tag> in method public getBillingEventsForAccountAndUpdateAccountBCD(accountId UUID, dryRunArguments DryRunArguments, context InternalCallContext) : BillingEventSet in class org.killbill.billing.junction.plumbing.billing.DefaultInternalBillingApi | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter tags : List<Tag> to tagsForAccount : List<Tag> in method private addBillingEventsForBundles(bundles List<SubscriptionBaseBundle>, account ImmutableAccountData, dryRunArguments DryRunArguments, context InternalCallContext, result DefaultBillingEventSet, skipSubscriptionsSet Set<UUID>, catalog Catalog, tagsForAccount List<Tag>) : void in class org.killbill.billing.junction.plumbing.billing.DefaultInternalBillingApi | From | To |