Menu

#205 Updating from 4.x to 5.x breaks

v1.0 (example)
closed-invalid
None
5
2020-01-07
2020-01-06
No

When I try to upgrade opencsv from 4.x to 5.x. The following code breaks.

CSVReader rer = new CSVReader(new FileReader("/test.csv"), ',');

The code should pass, but it throws an error:

no suitable constructor found for CSVReader(java.io.FileReader,char)

Discussion

  • Andrew Rucker Jones

    • status: open --> closed-invalid
    • assigned_to: Andrew Rucker Jones
     
  • Andrew Rucker Jones

    From the release notes: "All non-essential constructors […] have been removed. Please use the builder classes instead."

     

Log in to post a comment.

MongoDB Logo MongoDB