9480895535c53a5b5874b4acecc6a6a91ae05a2b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private filterBlockingStatesForTypeAndId(blockingStateType BlockingStateType, blockableId UUID) : List<BlockingState> renamed to private filterBlockingStatesForEntitlementService(blockingStateType BlockingStateType, blockableId UUID) : List<BlockingState> in class org.killbill.billing.entitlement.engine.core.DefaultEventsStream | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type allBlockingStates : Iterable<BlockingState> to type : BlockingStateType in method private filterCurrentBlockableStatePerService(type BlockingStateType) : List<BlockingState> in class org.killbill.billing.entitlement.engine.core.DefaultEventsStream | From | To | |
Inline Method | 1 | ||
Inline Method public getPendingEntitlementEvents(types String...) : Collection<BlockingState> inlined to public getPendingEntitlementCancellationEvents() : Collection<BlockingState> in class org.killbill.billing.entitlement.engine.core.DefaultEventsStream | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute allBlockingStates : Iterable<BlockingState> to blockingStates : List<BlockingState> in method private filterCurrentBlockableStatePerService(type BlockingStateType) : List<BlockingState> in class org.killbill.billing.entitlement.engine.core.DefaultEventsStream | From | To | |
Change Variable Type | 1 | ||
Change Variable Type allBlockingStates : Iterable<BlockingState> to blockingStates : List<BlockingState> in method private filterCurrentBlockableStatePerService(type BlockingStateType) : List<BlockingState> in class org.killbill.billing.entitlement.engine.core.DefaultEventsStream | From | To | |
Rename Parameter | 1 | ||
Rename Parameter allBlockingStates : Iterable<BlockingState> to type : BlockingStateType in method private filterCurrentBlockableStatePerService(type BlockingStateType) : List<BlockingState> in class org.killbill.billing.entitlement.engine.core.DefaultEventsStream | From | To |