c0103565e82cf21681078f5fbdebf89d7d2af3ec
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 29
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type effectiveDate : LocalDate to effectiveDate : DateTime in method public BlockingStateJson(blockedId String, stateName String, service String, blockChange Boolean, blockEntitlement Boolean, blockBilling Boolean, effectiveDate DateTime, type BlockingStateType, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.BlockingStateJson | From | To | |
Change Return Type | 1 | ||
Change Return Type LocalDate to DateTime in method public getEffectiveDate() : DateTime in class org.killbill.billing.jaxrs.json.BlockingStateJson | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type effectiveDate : LocalDate to effectiveDate : DateTime in class org.killbill.billing.jaxrs.json.BlockingStateJson | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public addBlockingState(json BlockingStateJson, id String, type BlockingStateType, requestedDate String, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest) : Response extracted from public addBundleBlockingState(json BlockingStateJson, id String, requestedDate String, pluginPropertiesString List<String>, createdBy String, reason String, comment String, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.BundleResource & moved to class org.killbill.billing.jaxrs.resources.JaxRsResourceBase | From | To |