|
Change Variable Type propertyIds : Set<Integer> to propertyIds : MutableIntSet in method private produceResultsForRelationships() : List<SchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator |
From |
To |
|
Change Variable Type oldPropertyKeySet : Set<Integer> to oldPropertyKeySet : MutableIntSet in method private scanEverythingBelongingToNodes(dataRead Read, cursors CursorFactory) : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator |
From |
To |
|
Change Variable Type propertyIds : Set<Integer> to propertyIds : MutableIntSet in method private produceResultsForNodes() : List<SchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator |
From |
To |
|
Change Variable Type oldPropertyKeySet : Set<Integer> to oldPropertyKeySet : MutableIntSet in method private scanEverythingBelongingToRelationships(dataRead Read, cursors CursorFactory) : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator |
From |
To |