You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mike Foody (JIRA)" <ji...@apache.org> on 2016/02/16 23:15:18 UTC

[jira] [Created] (CSV-173) Update CSVRecord Constructor

Mike Foody created CSV-173:
------------------------------

             Summary: Update CSVRecord Constructor
                 Key: CSV-173
                 URL: https://issues.apache.org/jira/browse/CSV-173
             Project: Commons CSV
          Issue Type: Improvement
          Components: Parser
    Affects Versions: 1.2
            Reporter: Mike Foody
            Priority: Minor


Thanks for the solid library. This is a simple change but the fact that CSVRecord is final and doesn't have a public constructor means you end up having to write more code than seems necessary just to instantiate instances for test cases. If it was made non final then most mocking frameworks would happily mock it or if it had a public constructor it could just be instantiated. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)