299b8d795232a707c41c3ae3e760ebe621584f35
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type Collection<Plan> to Plan[] in method public getPlans() : Plan[] in class org.killbill.billing.catalog.DefaultPriceList | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type cur : DefaultPlan to cur : Plan in method public findPlans(product Product, period BillingPeriod) : DefaultPlan[] in class org.killbill.billing.catalog.DefaultPriceList | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type data : HashMap<String,T> to data : Map<String,T> in class org.killbill.billing.catalog.CatalogEntityCollection | From | To |