Le 08/08/2013 15:10, Gary Gregory a écrit : > The one instance factory method in CSVFormat is a convenience that I do not > find useful, it just makes for a nice demo _in theory_. In my experience, I > always create utility methods to create Readers from different sources. I > would be OK removing this method in favor of centralized construction in > CSVParser or a new CSVParseFactory. > > If we had a CSVParseFactory, we could remove parsing in CSVFormat and make > the CSVParser ctors package private.
Please don't remove CSVFormat.parse(). I disagree with the "demo" effect, that's how I use the API everyday. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org