20d6e67bf114543ea6feaabf5510510a14eecc8d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setPathDetailsBuilderFactory(calculatorFactory PathDetailsBuilderFactory) : PathMerger renamed to public setPathDetailsBuilders(pathBuilderFactory PathDetailsBuilderFactory, requestedPathDetails List<String>) : PathMerger in class com.graphhopper.util.PathMerger | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private requestedPathDetails : List<String> from class com.graphhopper.util.details.PathDetailsBuilderFactory to private requestedPathDetails : List<String> from class com.graphhopper.util.PathMerger | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute calculatorFactory : PathDetailsBuilderFactory to pathBuilderFactory : PathDetailsBuilderFactory in class com.graphhopper.util.PathMerger | From | To | |
| Extract Variable | 1 | ||
| Extract Variable pathDetailList : List<PathDetail> in method public PathSimplification(pathWrapper PathWrapper, douglasPeucker DouglasPeucker, enableInstructions boolean) from class com.graphhopper.util.PathSimplification | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter calculatorFactory : PathDetailsBuilderFactory to pathBuilderFactory : PathDetailsBuilderFactory in method public setPathDetailsBuilders(pathBuilderFactory PathDetailsBuilderFactory, requestedPathDetails List<String>) : PathMerger in class com.graphhopper.util.PathMerger | From | To |