2665cf4e2a9e33e0e94ac7e0b7518a10445febbb
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testParseValidQuotedStringsWithoutWhitespaces() : void renamed to public testParseValidQuotedStrings() : void in class org.apache.flink.types.parser.VarLengthStringParserTest | From | To | |
Rename Method public testParseValidQuotedStringsWithWhitespaces() : void renamed to public testParseValidMixedStrings() : void in class org.apache.flink.types.parser.VarLengthStringParserTest | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.flink.types.parser.StringParserTest renamed to org.apache.flink.types.parser.QuotedStringParserTest | From | To | |
Rename Class org.apache.flink.types.parser.StringValueParserTest renamed to org.apache.flink.types.parser.QuotedStringValueParserTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type parsers : FieldParser<Object>[] to parsers : FieldParser<?>[] in method public open(split FileInputSplit) : void in class org.apache.flink.api.common.io.GenericCsvInputFormat | From | To | |
Change Variable Type p : FieldParser<Object> to p : FieldParser<?> in method public open(split FileInputSplit) : void in class org.apache.flink.api.common.io.GenericCsvInputFormat | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fieldParsers : FieldParser<Object>[] to fieldParsers : FieldParser<?>[] in class org.apache.flink.api.common.io.GenericCsvInputFormat | From | To |