bd61f2dbdf1a0215363ffa8416329e1dbf277593
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public CsvInputFormat(filePath Path, lineDelimiter String, fieldDelimiter String, typeInformation CompositeType<OUT>) from class org.apache.flink.api.java.io.CsvInputFormat to public PojoCsvInputFormat(filePath Path, lineDelimiter String, fieldDelimiter String, pojoTypeInfo PojoTypeInfo<OUT>, fieldNames String[], includedFieldsMask boolean[]) from class org.apache.flink.api.java.io.PojoCsvInputFormat | From | To | |
Push Down Method public CsvInputFormat(filePath Path, lineDelimiter String, fieldDelimiter String, typeInformation CompositeType<OUT>) from class org.apache.flink.api.java.io.CsvInputFormat to public TupleCsvInputFormat(filePath Path, lineDelimiter String, fieldDelimiter String, tupleTypeInfo TupleTypeInfoBase<OUT>, includedFieldsMask boolean[]) from class org.apache.flink.api.java.io.TupleCsvInputFormat | From | To | |
Move Method | 4 | ||
Move Method public readRecord(reuse OUT, bytes byte[], offset int, numBytes int) : OUT from class org.apache.flink.api.java.io.CommonCsvInputFormat to public readRecord(reuse OUT, bytes byte[], offset int, numBytes int) : OUT from class org.apache.flink.api.java.io.CsvInputFormat | From | To | |
Move Method public getFieldTypes() : Class<?>[] from class org.apache.flink.api.java.io.CommonCsvInputFormat to public getFieldTypes() : Class<?>[] from class org.apache.flink.api.java.io.CsvInputFormat | From | To | |
Move Method public nextRecord(record OUT) : OUT from class org.apache.flink.api.java.io.CommonCsvInputFormat to public nextRecord(record OUT) : OUT from class org.apache.flink.api.java.io.CsvInputFormat | From | To | |
Move Method public open(split FileInputSplit) : void from class org.apache.flink.api.java.io.CommonCsvInputFormat to public open(split FileInputSplit) : void from class org.apache.flink.api.java.io.CsvInputFormat | From | To | |
Move Attribute | 3 | ||
Move Attribute protected parsedValues : Object[] from class org.apache.flink.api.java.io.CommonCsvInputFormat to protected parsedValues : Object[] from class org.apache.flink.api.java.io.CsvInputFormat | From | To | |
Move Attribute public DEFAULT_FIELD_DELIMITER : String from class org.apache.flink.api.java.io.CommonCsvInputFormat to public DEFAULT_FIELD_DELIMITER : String from class org.apache.flink.api.java.io.CsvInputFormat | From | To | |
Move Attribute public DEFAULT_LINE_DELIMITER : String from class org.apache.flink.api.java.io.CommonCsvInputFormat to public DEFAULT_LINE_DELIMITER : String from class org.apache.flink.api.java.io.CsvInputFormat | From | To | |
Change Variable Type | 1 | ||
Change Variable Type typeInfo : CompositeType<Tuple2<String,String>> to typeInfo : TupleTypeInfo<Tuple2<String,String>> in method public testQuotedStringParsingWithIncludeFields() : void in class org.apache.flink.api.java.io.CsvInputFormatTest | From | To |