Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[store-dev] DataRoot with static variables
  • From: Robert Rodini <rrodini@xxxxxxxxxxx>
  • Date: Tue, 19 Aug 2025 17:50:04 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ZCZIO4NROBWFdCUk5j9wefRA2IP/QH4XFrqGNVklzws=; b=K+Os1FkNi/xl7S1VSkUfpJyT2f+go0Y5p/CF01aoercyy5cA93FggXZ4DVmctaoAJ22c+SQFUJn80Y3RPBon58xjJBh93lR7kHiZZRi1iya9ZRzLpJ43OJqwFKg8hlALJhoGj47mVjSjXWuoX5KcgORR78nmRsZpFvLe8tBKwtW75Of17x9iuhjda+oIzoIdKFxg8l4HuWX7rKqOJO7X7JYjrqs3EgHnzIJtu5kVa3AERfZvqt/0XD9YQZ/jzYMvqx8sUDfFwGkj5JnT5rMrdCxco1stT2p2GXDELiGnMumrkxsCj/iSJ9Xclkms88rHSqhsJ2E92MZT2UmpJG9OnQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Mmi8hdoDbbL4djizLblYm4hL214HlOr8bAIJtkuwCjEZThH89r8YEFyHgAUHIUYBJF0B3Lv0MIRb8aYftDPViSUppyyL32UdOyQoIZGoFYgOQZd+57bR6WN1LJHgm87VhbSVsSkgOsLlvGxwy/JijgRJSVfL4ql3xGAsdiMgBqIJCKkerlRilN4B5RFfdg564fxS/4KsfHUx/j5pzcGV8XquceVXGwLqN5ax2O84eDcPqBehZpwhUTkDr1GkFiA5E4xSOQsigagQEpD8v+K0ohxAAK4sG303zZgkjEWib58/wh5FM50h7GT/JWIB9WO38Jh2ZbwSHl0bvYOx8YA8GA==
  • Delivered-to: store-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/store-dev/>
  • List-help: <mailto:store-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/store-dev>, <mailto:store-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/store-dev>, <mailto:store-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHcETFIpMushAbTdkCoRtnQ3p6vXA==
  • Thread-topic: DataRoot with static variables

Another beginner question.  I am migrating an existing application that has extensive static data variables.  I moved this data into the DataRoot class which I instantiated.  Looks like the static data variables are not written to the store.

Is this correct behavior?  Must I make all of my variables field instances?

Thanks,
Bob

Back to the top