02be46bbbd4dc9fb8a1cccb100e61b7d40d027d3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 4 | ||
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 | |
Change Attribute Type | 4 | ||
Change Attribute Type labelSetToPropertyKeysMapping : Map<LabelSet,Set<Integer>> to labelSetToPropertyKeysMapping : Map<LabelSet,MutableIntSet> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Change Attribute Type isNullable : Boolean to isNullable : boolean in class org.neo4j.kernel.builtinprocs.SchemaCalculator.ValueTypeDecider | From | To | |
Change Attribute Type emptyPropertyIdSet : Set<Integer> to emptyPropertyIdSet : MutableIntSet in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Change Attribute Type relationshipTypeIdToPropertyKeysMapping : Map<Integer,Set<Integer>> to relationshipTypeIdToPropertyKeysMapping : Map<Integer,MutableIntSet> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To |