[
https://issues.apache.org/jira/browse/MSHARED-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold updated MSHARED-1261:
-------------------------------------------
Description:
The CommandLine class declares that it implements Cloneable. Yet its clone
method always throws a RuntimeException, not even a CloneNotSupportedException.
Why?
Either remove the interface or make it Cloneable.
was:
The CommandLine class declares that it implements Cloneable. Yet it's clone
method always throws a RuntimeException, not even a CloneNotSupportedException.
Why?
Either remove the interface or make it Cloneable.
> CommandLine Cloneable or not
> ----------------------------
>
> Key: MSHARED-1261
> URL: https://issues.apache.org/jira/browse/MSHARED-1261
> Project: Maven Shared Components
> Issue Type: Bug
> Components: maven-shared-utils
> Reporter: Elliotte Rusty Harold
> Priority: Minor
>
> The CommandLine class declares that it implements Cloneable. Yet its clone
> method always throws a RuntimeException, not even a
> CloneNotSupportedException. Why?
> Either remove the interface or make it Cloneable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)