74ebf4fe4c115201280b4336dabeb0c1b5aecca3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 3 | ||
| Extract Method private addNamesToCollection(labelIterator Iterator<NamedToken>, collection Map<Integer,String>) : void extracted from private calculateSchema() : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Extract Method private getCypherTypeString(valueType Object) : String extracted from public calculateTabularResultStream() : Stream<BuiltInSchemaProcedures.SchemaInfoResult> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Extract Method private deriveValueType(currentValue Value, typeExampleValue Object) : Object extracted from private calculateSchema() : void in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type labelSetAndNodePropertyKeyIdToValueTypeMapping : Table<LabelSet,Integer,Object> to labelSetAndNodePropertyKeyIdToValueTypeMapping : Map<Pair<LabelSet,Integer>,Object> in class org.neo4j.kernel.builtinprocs.SchemaCalculator | From | To |