9640c132f418b1b4bfb09b1480e3b6118a6c8258
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public calculateTabularResultStream() : Stream<SchemaInfoResult> renamed to private produceResultsForNodes(nodeMappings NodeMappings) : List<NodePropertySchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Rename Method public propertySchema() : Stream<SchemaInfoResult> renamed to public relationshipPropertySchema() : Stream<RelationshipPropertySchemaInfoResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures | From | To | |
Rename Method private entry(entityType String, labelsOrRelType List<String>, propertyName String, propertyValueTypes List<String>, nullable Boolean) : Object[] renamed to private nodeEntry(escapedLabels String, labels List<String>, propertyName String, propertyValueTypes List<String>, mandatory Boolean) : Object[] in class org.neo4j.kernel.builtinprocs.BuiltInSchemaProceduresIT | From | To | |
Rename Method public testWithNodes() : void renamed to public testWithAllDifferentNodes() : void in class org.neo4j.kernel.builtinprocs.BuiltInSchemaProceduresIT | From | To | |
Rename Method public testWithRelationships() : void renamed to public testWithAllDifferentRelationships() : void in class org.neo4j.kernel.builtinprocs.BuiltInSchemaProceduresIT | From | To | |
Rename Method public isNullable() : boolean renamed to public isMandatory() : boolean in class org.neo4j.kernel.builtinprocs.SchemaCalculator.ValueTypeListHelper | From | To | |
Rename Variable | 1 | ||
Rename Variable typeId : Integer to labelSet : SortedLabels in method private produceResultsForNodes(nodeMappings NodeMappings) : List<NodePropertySchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Inline Method | 4 | ||
Inline Method private produceResultsForRelationships() : List<SchemaInfoResult> inlined to private produceResultsForNodes(nodeMappings NodeMappings) : List<NodePropertySchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Inline Method private produceResultsForNodes() : List<SchemaInfoResult> inlined to private produceResultsForNodes(nodeMappings NodeMappings) : List<NodePropertySchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Change Return Type | 2 | ||
Change Return Type Stream<SchemaInfoResult> to List<NodePropertySchemaInfoResult> in method private produceResultsForNodes(nodeMappings NodeMappings) : List<NodePropertySchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Change Return Type Stream<SchemaInfoResult> to Stream<RelationshipPropertySchemaInfoResult> in method public relationshipPropertySchema() : Stream<RelationshipPropertySchemaInfoResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures | From | To | |
Move Attribute | 2 | ||
Move Attribute private nullableLabelSets : Set<SortedLabels> from class org.neo4j.kernel.builtinprocs.SchemaCalculator to package nullableLabelSets : Set<SortedLabels> from class org.neo4j.kernel.builtinprocs.SchemaCalculator.NodeMappings | From | To | |
Move Attribute private nullableRelationshipTypes : Set<Integer> from class org.neo4j.kernel.builtinprocs.SchemaCalculator to package nullableRelationshipTypes : Set<Integer> from class org.neo4j.kernel.builtinprocs.SchemaCalculator.RelationshipMappings | From | To | |
Rename Attribute | 1 | ||
Rename Attribute propertyIdToPropertylNameMapping : Map<Integer,String> to propertyIdToPropertyNameMapping : Map<Integer,String> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Change Variable Type | 4 | ||
Change Variable Type results : List<SchemaInfoResult> to results : List<NodePropertySchemaInfoResult> in method private produceResultsForNodes(nodeMappings NodeMappings) : List<NodePropertySchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Change Variable Type typeId : Integer to labelSet : SortedLabels in method private produceResultsForNodes(nodeMappings NodeMappings) : List<NodePropertySchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Rename Parameter | 3 | ||
Rename Parameter entityType : String to escapedLabels : String in method private nodeEntry(escapedLabels String, labels List<String>, propertyName String, propertyValueTypes List<String>, mandatory Boolean) : Object[] in class org.neo4j.kernel.builtinprocs.BuiltInSchemaProceduresIT | From | To | |
Rename Parameter labelsOrRelType : List<String> to labels : List<String> in method private nodeEntry(escapedLabels String, labels List<String>, propertyName String, propertyValueTypes List<String>, mandatory Boolean) : Object[] in class org.neo4j.kernel.builtinprocs.BuiltInSchemaProceduresIT | From | To | |
Rename Parameter nullable : Boolean to mandatory : Boolean in method private nodeEntry(escapedLabels String, labels List<String>, propertyName String, propertyValueTypes List<String>, mandatory Boolean) : Object[] in class org.neo4j.kernel.builtinprocs.BuiltInSchemaProceduresIT | From | To |