[jira] Commented: (CLI-21) [cli] clone method in Option should use super.clone()

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509022 ] Henri Yandell commented on CLI-21: -- Another thought - as I kick myself to keep momentum on the CLI release. Need to

[jira] Commented: (CLI-21) [cli] clone method in Option should use super.clone()

2007-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509037 ] Henri Yandell commented on CLI-21: -- Here's the clirr error: ERROR: 7009: org.apache.commons.cli.Option: Accessibility

[jira] Commented: (CLI-21) [cli] clone method in Option should use super.clone()

2007-06-16 Thread Brian Egge (JIRA)
[ https://issues.apache.org/jira/browse/CLI-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505435 ] Brian Egge commented on CLI-21: --- I think clearing the values would generally be useful, but I think copying them follows

[jira] Commented: (CLI-21) [cli] clone method in Option should use super.clone()

2007-06-15 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505282 ] Henri Yandell commented on CLI-21: -- Patch applied - thanks for doing that Brian. One question - when cloning, should

[jira] Commented: (CLI-21) [cli] clone method in Option should use super.clone()

2007-06-13 Thread Brian Egge (JIRA)
[ https://issues.apache.org/jira/browse/CLI-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504139 ] Brian Egge commented on CLI-21: --- Properly supporting Cloneable is fairly trivial. Previously I submitted a patch which

[jira] Commented: (CLI-21) [cli] clone method in Option should use super.clone()

2007-06-13 Thread Ben Speakmon (JIRA)
[ https://issues.apache.org/jira/browse/CLI-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504143 ] Ben Speakmon commented on CLI-21: - My comment from the mailing list thread: Implementing clone() properly is a pain and