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 #426 (closed defect: invalid)

Opened 2011-04-04T14:18:32-05:00

Last modified 2011-04-06T11:26:10-05:00

Check how Prefs are being persisted

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: Mar-28 to Apr-08
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

It is likely that our use of Prefs is resulting in the persistance of bad values. For instance, Datasets might be getting saved via Object serialization which we want to avoid.

test : make a 2 meg dataset, smooth, check size of prefs file in Library and see if its huge. Or unpersist a Dataset pref and see if its value is not null.

Change History

comment:1 Changed 2011-04-06T11:26:01-05:00 by bdezonia

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

pretty sure this is a nonissue. looking at my pref files I see its size is less than 6K even though I've run many Datasets of all kinds of sizes through IJ2. The prefs file has some Datset references which seem to be by name with a minor amount of more data.

comment:2 Changed 2011-04-06T11:26:10-05:00 by bdezonia

  • Milestone changed from imagej-2.0-alpha2 to biweekly-2011: Mar-28 to Apr-08