You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Elliotte Rusty Harold (JIRA)" <ji...@apache.org> on 2018/11/16 18:37:00 UTC

[jira] [Created] (CLI-291) Document whether CommandLineParser is reentrant and safe for multiple uses

Elliotte Rusty Harold created CLI-291:
-----------------------------------------

             Summary: Document whether CommandLineParser is reentrant and safe for multiple uses
                 Key: CLI-291
                 URL: https://issues.apache.org/jira/browse/CLI-291
             Project: Commons CLI
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 1.4
            Reporter: Elliotte Rusty Harold


org.apache.commons.cli.CommandLineParser does not specify whether clients can safely reuse these objects in series or in parallel or if they need to create new parser objects for each use. 

Please document this in both the single threaded and multithreaded case in the Javadoc. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)