|
Change Parameter Type source : Iterator<T> to source : ResourceIterator<T> in method public LimitingResourceIterator(source ResourceIterator<T>, limit int) in class org.neo4j.helpers.collection.LimitingResourceIterator |
From |
To |
|
Change Parameter Type paths : Iterator<Path> to paths : ResourceIterator<Path> in method public WeightedPathIterator(paths ResourceIterator<Path>, costEvaluator CostEvaluator<Double>, epsilon double, stopAfterLowestWeight boolean) in class org.neo4j.graphalgo.impl.util.WeightedPathIterator |
From |
To |
|
Change Parameter Type paths : Iterator<Path> to paths : ResourceIterator<Path> in method public WeightedPathIterator(paths ResourceIterator<Path>, costEvaluator CostEvaluator<Double>, epsilon double, interest PathInterest) in class org.neo4j.graphalgo.impl.util.WeightedPathIterator |
From |
To |
|
Change Parameter Type iterator : Iterator<T> to iterator : Iterator<R> in method public newResourceIterator(resource Resource, iterator Iterator<R>) : ResourceIterator<R> in class org.neo4j.helpers.collection.ResourceClosingIterator |
From |
To |
|
Change Parameter Type iterableToWrap : Iterable<Relationship> to iterableToWrap : ResourceIterable<Relationship> in method private RelationshipToNodeIterable(iterableToWrap ResourceIterable<Relationship>, fromNode Node) in class org.neo4j.shell.impl.RelationshipToNodeIterable |
From |
To |
|
Change Parameter Type relationships : Iterable<Relationship> to relationships : ResourceIterable<Relationship> in method public wrap(relationships ResourceIterable<Relationship>, fromNode Node) : MappingResourceIterator<Node,Relationship> in class org.neo4j.shell.impl.RelationshipToNodeIterable |
From |
To |
|
Change Parameter Type source : Iterable<T> to source : ResourceIterable<T> in method public LimitingResourceIterable(source ResourceIterable<T>, limit int) in class org.neo4j.helpers.collection.LimitingResourceIterable |
From |
To |
|
Change Parameter Type paths : Iterator<Path> to paths : ResourceIterator<Path> in method public WeightedPathIterator(paths ResourceIterator<Path>, costEvaluator CostEvaluator<Double>, stopAfterLowestWeight boolean) in class org.neo4j.graphalgo.impl.util.WeightedPathIterator |
From |
To |
|
Inline Method private tokenWrite() : TokenWriteOperations inlined to private createLabel(name String) : int in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Inline Method private read() : ReadOperations inlined to public visitsRelationshipTypeIds() : void in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Inline Method private read() : ReadOperations inlined to public visitsLabelIds() : void in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Inline Method private readOps() : ReadOperations inlined to private typeId(typeName String) : int in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Inline Method private schemaWrite() : SchemaWriteOperations inlined to private createUniqueConstraint(labelId int, pkId int) : UniquenessConstraintDescriptor in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Inline Method private dataWrite() : DataWriteOperations inlined to private createLabeledNode(labelId int) : long in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Inline Method private tokenWrite() : TokenWriteOperations inlined to private createRelTypeId(name String) : int in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Inline Method private tokenWrite() : TokenWriteOperations inlined to private createPropertyKey(name String) : int in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Inline Method private readOps() : ReadOperations inlined to private propId(propName String) : int in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Inline Method private schemaWrite() : SchemaWriteOperations inlined to private createSchemaIndex(labelId int, pkId int) : IndexDescriptor in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Inline Method private readOps() : ReadOperations inlined to private labelId(labelName String) : int in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Inline Method private dataWrite() : DataWriteOperations inlined to private createRel(startId long, relTypeId int, endId long) : void in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Change Return Type Iterator<Relationship> to ResourceIterator<Relationship> in method package doExpand(path Path, state BranchState) : ResourceIterator<Relationship> in class org.neo4j.graphdb.impl.StandardExpander.WrappingExpander |
From |
To |
|
Change Return Type Iterable<WeightedPath> to ResourceIterable<WeightedPath> in method private findPaths(start Node, end Node, multiplePaths boolean) : ResourceIterable<WeightedPath> in class org.neo4j.graphalgo.impl.path.TraversalAStar |
From |
To |
|
Change Return Type Iterator<Relationship> to ResourceIterator<Relationship> in method package doExpand(path Path, state BranchState) : ResourceIterator<Relationship> in class org.neo4j.graphdb.impl.StandardExpander.FilteringExpander |
From |
To |
|
Change Return Type ResourceIterator<T> to ResourceIterator<R> in method public newResourceIterator(resource Resource, iterator Iterator<R>) : ResourceIterator<R> in class org.neo4j.helpers.collection.ResourceClosingIterator |
From |
To |
|
Change Return Type Iterator<Relationship> to ResourceIterator<Relationship> in method package doExpand(path Path, state BranchState) : ResourceIterator<Relationship> in class org.neo4j.graphdb.impl.StandardExpander.ExcludingExpander |
From |
To |
|
Change Return Type Iterator<Relationship> to ResourceIterator<Relationship> in method package abstract doExpand(path Path, state BranchState) : ResourceIterator<Relationship> in class org.neo4j.graphdb.impl.StandardExpander |
From |
To |
|
Change Return Type Iterator<T> to ResourceIterator<T> in method public iterator() : ResourceIterator<T> in class org.neo4j.helpers.collection.LimitingResourceIterable |
From |
To |
|
Change Return Type Iterator<Relationship> to ResourceIterator<Relationship> in method package doExpand(path Path, state BranchState) : ResourceIterator<Relationship> in class org.neo4j.graphdb.impl.StandardExpander.RegularExpander |
From |
To |
|
Change Return Type Iterator<Relationship> to ResourceIterator<Relationship> in method protected expandRelationshipsWithoutChecks(expander PathExpander) : ResourceIterator<Relationship> in class org.neo4j.kernel.impl.traversal.TraversalBranchWithState |
From |
To |
|
Change Return Type Iterable<Node> to MappingResourceIterator<Node,Relationship> in method public wrap(relationships ResourceIterable<Relationship>, fromNode Node) : MappingResourceIterator<Node,Relationship> in class org.neo4j.shell.impl.RelationshipToNodeIterable |
From |
To |
|
Change Return Type ReadOperations to Statement in method protected statement() : Statement in class org.neo4j.kernel.impl.api.store.StorageLayerTest |
From |
To |
|
Change Return Type Iterable<Relationship> to ResourceIterable<Relationship> in method public relationships(relationships Iterable<Relationship>) : ResourceIterable<Relationship> in class org.neo4j.shell.kernel.ReadOnlyGraphDatabaseProxy |
From |
To |
|
Change Return Type Iterator<Node> to ResourceIterator<Node> in method public iterator() : ResourceIterator<Node> in class org.neo4j.graphdb.impl.StandardExpander.NodeExpansion |
From |
To |
|
Change Return Type Iterator<Relationship> to ResourceIterator in method protected expandRelationshipsWithoutChecks(expander PathExpander) : ResourceIterator in class org.neo4j.kernel.impl.traversal.TraversalBranchImpl |
From |
To |
|
Change Return Type Iterator<Relationship> to ResourceIterator<Relationship> in method public iterator() : ResourceIterator<Relationship> in class org.neo4j.graphdb.impl.StandardExpander.RelationshipExpansion |
From |
To |
|
Change Return Type Iterator<Relationship> to ResourceIterator<Relationship> in method package doExpand(path Path, state BranchState) : ResourceIterator<Relationship> in class org.neo4j.graphdb.impl.OrderedByTypeExpander |
From |
To |
|
Change Return Type Iterator<Relationship> to ResourceIterator<Relationship> in method package doExpand(path Path, state BranchState) : ResourceIterator<Relationship> in class org.neo4j.graphdb.impl.StandardExpander.AllExpander |
From |
To |
|
Change Variable Type elem : T to elem : R in method public newResourceIterator(resource Resource, iterator Iterator<R>) : ResourceIterator<R> in class org.neo4j.helpers.collection.ResourceClosingIterator |
From |
To |
|
Change Variable Type allRels : Iterable<Relationship> to allRels : ResourceIterable<Relationship> in method public testBasicNodeRelationships() : void in class org.neo4j.kernel.impl.core.TestNeo4j |
From |
To |
|
Change Variable Type relIterator : Iterator<Relationship> to relIterator : ResourceIterator<Relationship> in method private getAncestorsPlusSelf(node Node, expander PathExpander) : LinkedList<Node> in class org.neo4j.graphalgo.impl.ancestor.AncestorsUtil |
From |
To |
|
Change Variable Type relationships : Iterable<Relationship> to relationships : ResourceIterable<Relationship> in method public getRelationship(node1Id String, node2Id String) : Relationship in class common.SimpleGraphBuilder |
From |
To |
|
Change Variable Type iterable : Iterable<Relationship> to expandIterable : Iterable in method protected expandRelationshipsWithoutChecks(expander PathExpander) : ResourceIterator<Relationship> in class org.neo4j.kernel.impl.traversal.TraversalBranchWithState |
From |
To |
|
Change Variable Type paths : Iterable<WeightedPath> to paths : ResourceIterable<WeightedPath> in method public allPathsToSelfReturnsZero() : void in class org.neo4j.graphalgo.path.TestAStar |
From |
To |
|
Change Variable Type allNodesIterator : Iterator<Node> to allNodesIterator : ResourceIterator<Node> in method public testGetAllNodes() : void in class org.neo4j.kernel.impl.core.TestNeo4j |
From |
To |