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 11906

Summary: [Synchronization] Unwanted method's synchronization during CVS->update
Product: java Reporter: dmladek <dmladek>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED INVALID    
Severity: blocker CC: mentlicher
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description dmladek 2001-05-03 13:14:40 UTC
[NB32-38, RC4]
jdk1.3, rh70
===============

Description:
---------------
If you use CVS FS and perform cvs command-> Update on it. And yours sources are
very "out-of-date" (in an Interface has been added a method). It might happened
a user confusing situation:

The 'Confirm changes' dialog appers asking you if you wish to synchronize 
methods in files implementing mentioned interface above. 

It is probably caused that java module registered missing method earlier then
cvs update these files. But until user could response the files are updated...

confusing, confusing...
Comment 1 Jan Chalupa 2001-05-05 23:19:57 UTC
Target milestone -> 3.3
Comment 2 Jan Chalupa 2001-11-27 12:49:22 UTC
Target milestone -> 3.3.1.
Comment 3 Svata Dedic 2002-05-21 17:50:22 UTC
Cleaning up before 4.0 planning
Comment 4 Marek Grummich 2002-07-19 21:09:37 UTC
Target milestone was changed from 'not determined' to TBD.
Comment 5 Jan Becicka 2005-10-12 16:01:23 UTC
Synchronize feature was removed - this issue is not valid any more.