d01636fe8f2d9212a565a9b93af5065c656234ce
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private entry(labelsOrRelType String, propertyName String, propertyValueTypes List<String>, mandatory Boolean) : Object[] renamed to private relEntry(labelsOrRelType String, propertyName String, propertyValueTypes List<String>, mandatory Boolean) : Object[] in class org.neo4j.kernel.builtinprocs.BuiltInSchemaProceduresIT | From | To | |
Rename Attribute | 1 | ||
Rename Attribute relationshipType : String to relType : String in class org.neo4j.kernel.builtinprocs.RelationshipPropertySchemaInfoResult | From | To | |
Extract Variable | 1 | ||
Extract Variable finalName : String in method private produceResultsForRelationships(relMappings RelationshipMappings) : List<RelationshipPropertySchemaInfoResult> from class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter nodeLabels : String to nodeType : String in method public NodePropertySchemaInfoResult(nodeType String, nodeLabelsList List<String>, propertyName String, cypherTypes List<String>, mandatory boolean) in class org.neo4j.kernel.builtinprocs.NodePropertySchemaInfoResult | From | To |