|
Rename Variable startVertices : List<NodeImpl> to startNodes : List<NodeImpl> in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Variable edge : Set<RelationshipImpl> to relationship : Set<RelationshipImpl> in method private getGraphResult(nodeMap Map<String,NodeImpl>, relationshipMap Map<String,Set<RelationshipImpl>>) : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Variable endVertex : NodeImpl to endNode : NodeImpl in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Variable vertices : Map<String,NodeImpl> to nodes : Map<String,NodeImpl> in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Variable edges : Map<String,Set<RelationshipImpl>> to relationships : Map<String,Set<RelationshipImpl>> in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Variable endVertices : List<NodeImpl> to endNodes : List<NodeImpl> in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Variable edge : RelationshipImpl to relationship : RelationshipImpl in method private addRelationship(startNode NodeImpl, endNode NodeImpl, relType String, relationshipMap Map<String,Set<RelationshipImpl>>) : RelationshipImpl in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Variable startVertex : NodeImpl to startNode : NodeImpl in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Variable vertex : NodeImpl to node : NodeImpl in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Variable edgesForRel : Set<RelationshipImpl> to relationshipsForType : Set<RelationshipImpl> in method private addRelationship(startNode NodeImpl, endNode NodeImpl, relType String, relationshipMap Map<String,Set<RelationshipImpl>>) : RelationshipImpl in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Variable vertex : NodeImpl to node : NodeImpl in method private getOrCreateLabel(label String, properties Map<String,Object>, nodeMap Map<String,NodeImpl>) : NodeImpl in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Parameter vertices : Map<String,NodeImpl> to nodeMap : Map<String,NodeImpl> in method private getGraphResult(nodeMap Map<String,NodeImpl>, relationshipMap Map<String,Set<RelationshipImpl>>) : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Parameter endVertex : NodeImpl to endNode : NodeImpl in method private addRelationship(startNode NodeImpl, endNode NodeImpl, relType String, relationshipMap Map<String,Set<RelationshipImpl>>) : RelationshipImpl in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Parameter edges : Map<String,Set<RelationshipImpl>> to relationshipMap : Map<String,Set<RelationshipImpl>> in method private getGraphResult(nodeMap Map<String,NodeImpl>, relationshipMap Map<String,Set<RelationshipImpl>>) : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Parameter startVertex : NodeImpl to startNode : NodeImpl in method private addRelationship(startNode NodeImpl, endNode NodeImpl, relType String, relationshipMap Map<String,Set<RelationshipImpl>>) : RelationshipImpl in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Parameter vertices : Map<String,NodeImpl> to nodeMap : Map<String,NodeImpl> in method private getOrCreateLabel(label String, properties Map<String,Object>, nodeMap Map<String,NodeImpl>) : NodeImpl in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |
|
Rename Parameter edges : Map<String,Set<RelationshipImpl>> to relationshipMap : Map<String,Set<RelationshipImpl>> in method private addRelationship(startNode NodeImpl, endNode NodeImpl, relType String, relationshipMap Map<String,Set<RelationshipImpl>>) : RelationshipImpl in class org.neo4j.kernel.builtinprocs.SchemaProcedure |
From |
To |