709c67e68193d78f99f0794622d465fcd7da8983
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable indexDescriptorIterator : Iterator<IndexDescriptor> to indexReferences : Iterator<CapableIndexReference> in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure | From | To | |
Change Return Type | 1 | ||
Change Return Type VirtualRelationshipHack to void in method private addRelationship(startNode VirtualNodeHack, endNode VirtualNodeHack, relType String, relationshipMap Map<String,Set<VirtualRelationshipHack>>) : void in class org.neo4j.kernel.builtinprocs.SchemaProcedure | From | To | |
Change Variable Type | 2 | ||
Change Variable Type index : IndexDescriptor to index : CapableIndexReference in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure | From | To | |
Change Variable Type indexDescriptorIterator : Iterator<IndexDescriptor> to indexReferences : Iterator<CapableIndexReference> in method public buildSchemaGraph() : GraphResult in class org.neo4j.kernel.builtinprocs.SchemaProcedure | From | To | |
Extract Variable | 1 | ||
Extract Variable tokenRead : TokenRead in method public buildSchemaGraph() : GraphResult from class org.neo4j.kernel.builtinprocs.SchemaProcedure | From | To |