41d5875bfc272f2cd5c7e8c8523036684865c1ce
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type charset : Charset to charset : String in method public setCharset(charset String) : void in class org.apache.flink.api.java.io.CsvReader | From | To | |
Rename Variable | 1 | ||
Rename Variable dos : DataOutputStream to format : GenericCsvInputFormat<String[]> in method public testReadWithCharset() : void in class org.apache.flink.api.common.io.GenericCsvInputFormatTest | From | To | |
Inline Method | 2 | ||
Inline Method private setCommentPrefix(commentPrefix String, charset Charset) : void inlined to public setCommentPrefix(commentPrefix String) : void in class org.apache.flink.api.common.io.GenericCsvInputFormat | From | To | |
Inline Method private createTempFile(content String) : FileInputSplit inlined to public testReadWithCharset() : void in class org.apache.flink.api.common.io.GenericCsvInputFormatTest | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private charset : Charset from class org.apache.flink.api.common.io.GenericCsvInputFormat to private charset : Charset from class org.apache.flink.api.common.io.DelimitedInputFormat | From | To | |
Change Return Type | 1 | ||
Change Return Type Charset to String in method public getCharset() : String in class org.apache.flink.api.java.io.CsvReader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type dos : DataOutputStream to format : GenericCsvInputFormat<String[]> in method public testReadWithCharset() : void in class org.apache.flink.api.common.io.GenericCsvInputFormatTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type charset : Charset to charset : String in class org.apache.flink.api.java.io.CsvReader | From | To |