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 6961 - Synchronization: Order of inserted methods is random
Summary: Synchronization: Order of inserted methods is random
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P3 normal (vote)
Assignee: issues@java
URL:
Keywords:
: 7550 (view as bug list)
Depends on:
Blocks:
 
Reported: 2000-07-03 14:04 UTC by Jan Becicka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2000-07-03 14:04:33 UTC
If class, which implements some interface, is synchronized, order of methods is
nondeterministic. If you try to synchronize this class twice, you'll probably
get two different results.
Comment 1 Jan Becicka 2000-07-13 15:37:59 UTC
This bug is fixed, if insertion of methods is confirmed by user (if Confirm
Changes dialog is invoked). But if SynchronizationType of JavaDataObject is set
to CONNECT_AUTO, methods are still inserted in random order.
Comment 2 Jan Becicka 2001-11-23 15:32:45 UTC
Reopen in [200111230465]
Comment 3 Jan Chalupa 2001-11-27 12:49:15 UTC
Target milestone -> 3.3.1.
Comment 4 Tomas Hurka 2001-11-30 09:48:40 UTC
fixed by sorting of the method list using (name,parameters). Fix,
which is more or less enhancement, was applied to the trunk and
release33 branch
Comment 5 Jan Becicka 2002-01-09 09:23:28 UTC
[200201090331] Verified
Comment 6 Jan Becicka 2002-01-11 08:53:25 UTC
*** Issue 7550 has been marked as a duplicate of this issue. ***
Comment 7 Quality Engineering 2003-07-01 13:21:23 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.