Le 07/04/2013 20:14, Benedikt Ritter a écrit : > where are we standing with this? I see that Gary has added parse(Reader) to > the Builder as a short cut. We were talking about making the builder less > visible. How do you feel about renaming the newBuilder() methods to > newFormat()?
Sure why not, but that's not enough in my opinion.
I used to be able to write this:
fmt = CSVFormat.DEFAULT.withDelimiter('!');
and now I have to write this:
fmt = CSVFormat.newBuilder().withDelimiter('!').build()
That's much longer :(
Emmanuel Bourg
smime.p7s
Description: Signature cryptographique S/MIME
