This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 13893 - Synchronization Mode property behavior
Summary: Synchronization Mode property behavior
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 15348 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-07-24 21:00 UTC by Tamara Sverdlova
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for JavaNode (884 bytes, patch)
2001-09-26 14:14 UTC, Peter Zavadsky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tamara Sverdlova 2001-07-24 21:00:08 UTC
For any object open the 2 Property sheets.
Synchronization Mode is  Confirm changes by default
Change it to any other value using first property sheet.
The second property sheet supposed to update at the same time,
but it keeps the old value for Synchronization Mode.
Comment 1 Peter Zavadsky 2001-08-08 08:20:18 UTC
Reassigned to openide module.
Comment 2 Jan Zajicek 2001-08-08 12:54:35 UTC
Assigning. Note that this appears in 3.3. dev too.
Comment 3 Jan Zajicek 2001-09-12 09:06:36 UTC
*** Issue 15348 has been marked as a duplicate of this issue. ***
Comment 4 Peter Zavadsky 2001-09-26 14:13:08 UTC
Reassigned to java module.

ProeprtySeeht to be able to reflect the change needs to be notified
about the change. In case the property is not bound the firing is
needed from its Node property support.

You can apply patch for JavaNode or similar code to start it work.
Comment 5 Peter Zavadsky 2001-09-26 14:14:55 UTC
Created attachment 2708 [details]
Patch for JavaNode
Comment 6 Svata Dedic 2001-09-26 14:18:43 UTC
Thanks, Peter.
Comment 7 Svata Dedic 2001-09-26 15:36:42 UTC
I've patched JavaDataObject instead; there's a possibility to call
setSynchronizationType on it from other UI (synchronization dialog),
so this will keep all nodes/property sheets informed.
Fixed in trunk.
Comment 8 Jan Becicka 2001-10-19 12:49:15 UTC
[200110190100] Verified
Comment 9 Quality Engineering 2003-07-01 13:19:09 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.