5b78ad8dc63c06835a621cff49e614bf46a54f1e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public decorate(defaultAlgoFactory RoutingAlgorithmFactory, map HintsMap) : RoutingAlgorithmFactory renamed to public getDecoratedAlgorithmFactory(defaultAlgoFactory RoutingAlgorithmFactory, map HintsMap) : RoutingAlgorithmFactory in class com.graphhopper.routing.ch.CHAlgoFactoryDecorator | From | To | |
| Rename Method public decorate(defaultAlgoFactory RoutingAlgorithmFactory, map HintsMap) : RoutingAlgorithmFactory renamed to public getDecoratedAlgorithmFactory(algoFactory RoutingAlgorithmFactory, optionsMap HintsMap) : RoutingAlgorithmFactory in class com.graphhopper.routing.RoutingAlgorithmFactoryDecorator | From | To | |
| Rename Method public hasPreparations() : boolean renamed to public isForcingFlexibleModeAllowed() : boolean in class com.graphhopper.routing.ch.CHAlgoFactoryDecorator | From | To | |
| Rename Variable | 1 | ||
| Rename Variable pickedRAFactory : RoutingAlgorithmFactory to routingAlgorithmFactory : RoutingAlgorithmFactory in method public getAlgorithmFactory(map HintsMap) : RoutingAlgorithmFactory in class com.graphhopper.GraphHopper | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private forcingFlexibleModeAllowed : boolean from class com.graphhopper.GraphHopper to private forcingFlexibleModeAllowed : boolean from class com.graphhopper.routing.ch.CHAlgoFactoryDecorator | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute public FORCE_FLEXIBLE_ROUTING : String in class com.graphhopper.routing.ch.CHAlgoFactoryDecorator | From | To | |
| Extract Method | 1 | ||
| Extract Method public setCHEnabled(enable boolean) : GraphHopper extracted from public setCHEnable(enable boolean) : GraphHopper in class com.graphhopper.GraphHopper | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type algoDecorators : List<RoutingAlgorithmFactoryDecorator> to algoDecorators : Set<RoutingAlgorithmFactoryDecorator> in class com.graphhopper.GraphHopper | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter defaultAlgoFactory : RoutingAlgorithmFactory to algoFactory : RoutingAlgorithmFactory in method public getDecoratedAlgorithmFactory(algoFactory RoutingAlgorithmFactory, optionsMap HintsMap) : RoutingAlgorithmFactory in class com.graphhopper.routing.RoutingAlgorithmFactoryDecorator | From | To | |
| Rename Parameter map : HintsMap to optionsMap : HintsMap in method public getDecoratedAlgorithmFactory(algoFactory RoutingAlgorithmFactory, optionsMap HintsMap) : RoutingAlgorithmFactory in class com.graphhopper.routing.RoutingAlgorithmFactoryDecorator | From | To |