ffc85bdbb2d4645ad6b4df44508b9301ec828980
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 4 | ||
| Rename Variable labelSet : LabelSet to typeId : Integer in method private produceResultsForRelationships() : List<BuiltInSchemaProcedures.SchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Rename Variable propertyKeyId : int to propertyKey : int in method private scanEverythingBelongingToRelationships(dataRead Read, cursors CursorFactory) : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Rename Variable labels : LabelSet to typeId : int in method private scanEverythingBelongingToRelationships(dataRead Read, cursors CursorFactory) : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Rename Variable nodeCursor : NodeCursor to relationshipScanCursor : RelationshipScanCursor in method private scanEverythingBelongingToRelationships(dataRead Read, cursors CursorFactory) : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute propertyIds : Set<Integer> to labelSetANDNodePropertyKeyIdToValueTypeMapping : Map<Pair<LabelSet,Integer>,Object> in method private calculateSchema() : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute labelSetAndNodePropertyKeyIdToValueTypeMapping : Map<Pair<LabelSet,Integer>,Object> to relationshipTypeIdANDPropertyTypeIdToValueTypeMapping : Map<Pair<Integer,Integer>,Object> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Extract Variable | 1 | ||
| Extract Variable relationshipTypeCount : int in method private calculateSchema() : void from class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type labelSet : LabelSet to typeId : Integer in method private produceResultsForRelationships() : List<BuiltInSchemaProcedures.SchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Change Variable Type key : Pair<LabelSet,Integer> to key : Pair<Integer,Integer> in method private scanEverythingBelongingToRelationships(dataRead Read, cursors CursorFactory) : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Change Variable Type propertyIds : Set<Integer> to labelSetANDNodePropertyKeyIdToValueTypeMapping : Map<Pair<LabelSet,Integer>,Object> in method private calculateSchema() : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Change Variable Type labels : LabelSet to typeId : int in method private scanEverythingBelongingToRelationships(dataRead Read, cursors CursorFactory) : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Change Variable Type nodeCursor : NodeCursor to relationshipScanCursor : RelationshipScanCursor in method private scanEverythingBelongingToRelationships(dataRead Read, cursors CursorFactory) : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type labelSetAndNodePropertyKeyIdToValueTypeMapping : Map<Pair<LabelSet,Integer>,Object> to relationshipTypeIdANDPropertyTypeIdToValueTypeMapping : Map<Pair<Integer,Integer>,Object> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Extract Method | 4 | ||
| Extract Method private produceResultsForNodes() : List<BuiltInSchemaProcedures.SchemaInfoResult> extracted from public calculateTabularResultStream() : Stream<BuiltInSchemaProcedures.SchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Extract Method private produceResultsForRelationships() : List<BuiltInSchemaProcedures.SchemaInfoResult> extracted from public calculateTabularResultStream() : Stream<BuiltInSchemaProcedures.SchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Extract Method private scanEverythingBelongingToNodes(dataRead Read, cursors CursorFactory) : void extracted from private calculateSchema() : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Extract Method private scanEverythingBelongingToRelationships(dataRead Read, cursors CursorFactory) : void extracted from private calculateSchema() : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To |