Elliotte Rusty Harold created MSHARED-1261: ----------------------------------------------
Summary: 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 The CommandLine class declares that it implements Cloneable. Yet it's clone method always throws a RuntimeException, not even a CloenNotSupportedException. Why? Either remove the interface or make it Cloneable. -- This message was sent by Atlassian Jira (v8.20.10#820010)