27b38da2ef4e836c65e517e2161af9e11db049c5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type thisSideShortest : org.apache.commons.lang3.mutable.MutableDouble to thisSideShortest : MutableDouble in method package DijkstraBidirectionalPathExpander(source PathExpander, shortestSoFar MutableDouble, stopAfterLowestCost boolean, thisSideShortest MutableDouble, otherSideShortest MutableDouble, epsilon double) in class org.neo4j.graphalgo.impl.path.DijkstraBidirectional.DijkstraBidirectionalPathExpander | From | To | |
Change Parameter Type shortestSoFar : org.apache.commons.lang3.mutable.MutableDouble to shortestSoFar : MutableDouble in method public DijkstraBranchCollisionDetector(evaluator Evaluator, costEvaluator CostEvaluator, shortestSoFar MutableDouble, epsilon double, pathPredicate Predicate<Path>) in class org.neo4j.graphalgo.impl.util.DijkstraBranchCollisionDetector | From | To | |
Change Variable Type | 1 | ||
Change Variable Type startSideShortest : org.apache.commons.lang3.mutable.MutableDouble to startSideShortest : MutableDouble in method private traverser(start Node, end Node, interest PathInterest) : Traverser in class org.neo4j.graphalgo.impl.path.DijkstraBidirectional | From | To |