Ticket #759 (closed defect: fixed)
IJ1/IJ2 Options synchronization bugs
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b1-initial |
Component: | Legacy Compatibility | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The options synchronization code that shipped with alpha 5 is not correct. Sometimes settings are lost.
Change History
Note: See
TracTickets for help on using
tickets.
The approach used in OptionsSynchronizer has been dependent on setting fields of plugins. Relying on setting via the getters and setters that were added in b9df49c9dd57d760cdc3d01fb11641bdd13c161e might be a better approach.