NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #759 (closed defect: fixed)

Opened 2011-09-16T13:05:48-05:00

Last modified 2011-09-26T09:57:32-05:00

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

comment:1 Changed 2011-09-16T13:07:48-05:00 by bdezonia

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.

comment:2 Changed 2011-09-26T09:57:32-05:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to fixed

Curtis ended up fixing this in a manner similar to what I laid out above.