The refactoring in issue 362 broke SynopticGWT. Likely only a few changes are
necessary to fix it. AbstractOptions should generally be used for options. If
options are constructed manually (as opposed to using a processArgs(String[])
call), then it should be something like:
AbstractOptions options = new SynopticOptions(args).toAbstractOptions();
And then 'options' can be read from and written to exactly as SynopticOptions
could be previously.
Original issue reported on code.google.com by tonyohm...@gmail.com on 24 Feb 2014 at 12:55
Original issue reported on code.google.com by
tonyohm...@gmail.com
on 24 Feb 2014 at 12:55