|
Change Parameter Type shortestSoFar : MutableDouble to shortestSoFar : org.apache.commons.lang3.mutable.MutableDouble in method public DijkstraBranchCollisionDetector(evaluator Evaluator, costEvaluator CostEvaluator, shortestSoFar org.apache.commons.lang3.mutable.MutableDouble, epsilon double, pathPredicate Predicate<Path>) in class org.neo4j.graphalgo.impl.util.DijkstraBranchCollisionDetector |
From |
To |
|
Change Parameter Type shortestSoFar : MutableDouble to shortestSoFar : org.apache.commons.lang3.mutable.MutableDouble in method package DijkstraPathExpander(source PathExpander, shortestSoFar org.apache.commons.lang3.mutable.MutableDouble, epsilon double, stopAfterLowestCost boolean) in class org.neo4j.graphalgo.impl.path.Dijkstra.DijkstraPathExpander |
From |
To |
|
Change Parameter Type sharedCurrentDepth : MutableInteger to sharedCurrentDepth : MutableInt in method package DirectionData(startNode Node, sharedVisitedRels Collection<Long>, sharedFrozenDepth MutableInt, sharedStop MutableBoolean, sharedCurrentDepth MutableInt, expander PathExpander) in class org.neo4j.graphalgo.impl.path.ShortestPath.DirectionData |
From |
To |
|
Change Parameter Type thisSideShortest : MutableDouble to thisSideShortest : org.apache.commons.lang3.mutable.MutableDouble in method package DijkstraBidirectionalPathExpander(source PathExpander, shortestSoFar MutableDouble, stopAfterLowestCost boolean, thisSideShortest org.apache.commons.lang3.mutable.MutableDouble, otherSideShortest MutableDouble, epsilon double) in class org.neo4j.graphalgo.impl.path.DijkstraBidirectional.DijkstraBidirectionalPathExpander |
From |
To |
|
Change Parameter Type sharedFrozenDepth : MutableInteger to sharedFrozenDepth : MutableInt in method package DirectionData(startNode Node, sharedVisitedRels Collection<Long>, sharedFrozenDepth MutableInt, sharedStop MutableBoolean, sharedCurrentDepth MutableInt, expander PathExpander) in class org.neo4j.graphalgo.impl.path.ShortestPath.DirectionData |
From |
To |
|
Change Parameter Type nodesVisited : MutableInteger to nodesVisited : MutableInt in method public CountingPathExpander(delegate PathExpander, nodesVisited MutableInt) in class org.neo4j.graphalgo.impl.path.TestShortestPath.CountingPathExpander |
From |
To |
|
Change Variable Type sharedFrozenDepth : MutableInteger to sharedFrozenDepth : MutableInt in method private internalPaths(start Node, end Node, stopAsap boolean) : Iterable<Path> in class org.neo4j.graphalgo.impl.path.ShortestPath |
From |
To |
|
Change Variable Type startSideShortest : MutableDouble to startSideShortest : org.apache.commons.lang3.mutable.MutableDouble in method private traverser(start Node, end Node, interest PathInterest) : Traverser in class org.neo4j.graphalgo.impl.path.DijkstraBidirectional |
From |
To |
|
Change Variable Type id : MutableInteger to id : MutableInt in method private createPropertyKey() : int in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type id : MutableInteger to id : MutableInt in method private createLabel() : int in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type shortestSoFar : MutableDouble to shortestSoFar : org.apache.commons.lang3.mutable.MutableDouble in method private traverser(start Node, end Node, interest PathInterest<Double>) : Traverser in class org.neo4j.graphalgo.impl.path.Dijkstra |
From |
To |
|
Change Variable Type sharedCurrentDepth : MutableInteger to sharedCurrentDepth : MutableInt in method private internalPaths(start Node, end Node, stopAsap boolean) : Iterable<Path> in class org.neo4j.graphalgo.impl.path.ShortestPath |
From |
To |
|
Change Variable Type id : MutableInteger to id : MutableInt in method private createRelType() : int in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |