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: |
|
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.
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.