02a4cd95c3402aaf5121db384be4bea861fe9a7d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Iterable<Path> to Collection<Path> in method private hitsToPaths(depthHits Collection<Hit>, start Node, end Node, stopAsap boolean) : Collection<Path> in class org.neo4j.graphalgo.impl.path.ShortestPath | From | To | |
Extract Method | 1 | ||
Extract Method private hitToPaths(hit Hit, start Node, end Node, stopAsap boolean) : Collection<Path> extracted from private hitsToPaths(depthHits Collection<Hit>, start Node, end Node, stopAsap boolean) : Iterable<Path> in class org.neo4j.graphalgo.impl.path.ShortestPath | From | To |