I'm a little weary of fixing this in case it was done this way on purpose... if
anyone cloning options would care to reasure me it would be appreciated. Also
need to decide if cli2 Options should be Cloneable
Rob
Description
Broken out from #19749.
I'm a little weary of fixing this in case it was done this way on purpose... if
anyone cloning options would care to reasure me it would be appreciated. Also
need to decide if cli2 Options should be Cloneable
Rob
The clone() method in CLI Option v 1.0 fails to clone the values array; this
means one can't pick up the values from options like "-D property=value"
Not sure whether the clone() method is really required - do options need to be
cloneable? Might be better to provide a copy constructor instead, and avoid all
the problems with clone.
Sebb added a comment - 03/Oct/04 04:48 PM The clone() method in CLI Option v 1.0 fails to clone the values array; this
means one can't pick up the values from options like "-D property=value"
Not sure whether the clone() method is really required - do options need to be
cloneable? Might be better to provide a copy constructor instead, and avoid all
the problems with clone.
means one can't pick up the values from options like "-D property=value"
Not sure whether the clone() method is really required - do options need to be
cloneable? Might be better to provide a copy constructor instead, and avoid all
the problems with clone.