You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2017/07/10 01:07:00 UTC

[jira] [Commented] (CLI-276) Adjust access-modifier of checkRequiredOptions() to protected

    [ https://issues.apache.org/jira/browse/CLI-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16079775#comment-16079775 ] 

Jason Dillon commented on CLI-276:
----------------------------------

Any idea when 1.5 might be out with this fix?

> Adjust access-modifier of checkRequiredOptions() to protected
> -------------------------------------------------------------
>
>                 Key: CLI-276
>                 URL: https://issues.apache.org/jira/browse/CLI-276
>             Project: Commons CLI
>          Issue Type: Improvement
>          Components: CLI-1.x
>    Affects Versions: 1.4
>            Reporter: Jason Dillon
>             Fix For: 1.5
>
>
> ... for parity with GnuParser, PosixParser and Parser impls to allow sub-class a bit more control.
> I have a use-case in which needs to defer the required-options check, which is doable with GnuParser and PosixParser, but the new DefaultParser doesn't allow this due to a private access-modifier on checkRequiredOptions().
> https://github.com/apache/commons-cli/pull/11



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)