CSVFormat definitions are difficult to read and maintain
--------------------------------------------------------
Key: CSV-74
URL: https://issues.apache.org/jira/browse/CSV-74
Project: Commons CSV
Issue Type: Improvement
Reporter: Sebb
The CSVFormat definitions (DEFAULT, EXCEL etc) are very difficult to read
because the ctor has so many parameters.
Also, any change to the ctor parameters means all the definitions have to be
changed.
It would be much easier if the constants were defined using the standard API.
This can be done by defining a base format (with everything disabled or null)
and generating the constants from that.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira