d820493f464ec611ca99924cec8949b7fbba6be1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldPrintWarningsIfHeaderHasLessColumnsThanData() : void renamed to public shouldFailIfHeaderHasLessColumnsThanData() : void in class org.neo4j.tooling.ImportToolTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type collectorFactory : Function<OutputStream,Collector> to badCollector : Collector in method public CsvInput(nodeDataFactory Iterable<DataFactory<InputNode>>, nodeHeaderFactory Header.Factory, relationshipDataFactory Iterable<DataFactory<InputRelationship>>, relationshipHeaderFactory Header.Factory, idType IdType, config Configuration, badCollector Collector) in class org.neo4j.unsafe.impl.batchimport.input.csv.CsvInput | From | To | |
Change Parameter Type badTolerance : int to badCollector : Collector in method public input(nodes InputIterable<InputNode>, relationships InputIterable<InputRelationship>, idMapper IdMapper, idGenerator IdGenerator, specificRelationshipIds boolean, badCollector Collector) : Input in class org.neo4j.unsafe.impl.batchimport.input.Inputs | From | To | |
Rename Parameter | 2 | ||
Rename Parameter collectorFactory : Function<OutputStream,Collector> to badCollector : Collector in method public CsvInput(nodeDataFactory Iterable<DataFactory<InputNode>>, nodeHeaderFactory Header.Factory, relationshipDataFactory Iterable<DataFactory<InputRelationship>>, relationshipHeaderFactory Header.Factory, idType IdType, config Configuration, badCollector Collector) in class org.neo4j.unsafe.impl.batchimport.input.csv.CsvInput | From | To | |
Rename Parameter badTolerance : int to badCollector : Collector in method public input(nodes InputIterable<InputNode>, relationships InputIterable<InputRelationship>, idMapper IdMapper, idGenerator IdGenerator, specificRelationshipIds boolean, badCollector Collector) : Input in class org.neo4j.unsafe.impl.batchimport.input.Inputs | From | To |