petertsehsun / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

Make SynopticGWT conform to AbstractMain and AbstractOptions refactoring #365

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by bestchai on 4 Mar 2014 at 11:34