Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
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.