9854a8c2191f55608f8894cf99398119fdf25db9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private computeBlockingAggregator() : void renamed to private computeCurrentBlockingAggregator() : void in class org.killbill.billing.entitlement.engine.core.DefaultEventsStream | From | To | |
Rename Attribute | 1 | ||
Rename Attribute blockingAggregator : BlockingAggregator to currentStateBlockingAggregator : BlockingAggregator in class org.killbill.billing.entitlement.engine.core.DefaultEventsStream | From | To | |
Extract Variable | 2 | ||
Extract Variable resolvedUpTo : DateTime in method private filterCurrentBlockableStatePerService(type BlockingStateType, blockableId UUID, upTo DateTime) : List<BlockingState> from class org.killbill.billing.entitlement.engine.core.DefaultEventsStream | From | To | |
Extract Variable blockingStateDate : LocalDate in method public testPauseUnpause() : void from class org.killbill.billing.entitlement.api.TestDefaultEntitlementApi | From | To | |
Extract Method | 1 | ||
Extract Method private getBlockingAggregator(upTo DateTime) : BlockingAggregator extracted from private computeBlockingAggregator() : void in class org.killbill.billing.entitlement.engine.core.DefaultEventsStream | From | To |