0021f36a905c2b706a1e8259cc6ddd5b8b04b941
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private performSearch(fareType FareType, rides List<Ride>, fareRules Collection<FareRuleSet>) : FareSearch extracted from protected getLowestCost(fareType FareType, rides List<Ride>, fareRules Collection<FareRuleSet>) : float in class org.opentripplanner.routing.impl.DefaultFareServiceImpl | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected populateFare(fare Fare, currency Currency, fareType FareType, rides List<Ride>, fareRules Collection<FareRuleSet>) : boolean extracted from public getCost(path GraphPath) : Fare in class org.opentripplanner.routing.impl.DefaultFareServiceImpl & moved to class org.opentripplanner.routing.impl.SFBayFareServiceImpl | From | To |