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 20963 - Synchronization wants to add too much code
Summary: Synchronization wants to add too much code
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-27 17:25 UTC by K.C. Baltz
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 K.C. Baltz 2002-02-27 17:25:14 UTC
I have an Interface that is extended by other interfaces.  I just added a new 
method to the parent interface and NB 3.3.1 popped up a dialog asking if I 
wanted to add that method to one of the child interfaces.  This seems wrong to 
me.  I would expect it to do it for any classes that implement either the 
parent interface or one of its child interfaces, but I don't understand why you 
would want to copy a method from the parent interface to a child interface.
Comment 1 Svata Dedic 2002-03-26 13:25:39 UTC
Fixed in trunk:

/cvs/java/src/org/netbeans/modules/java/codesync/ClassDependencyImpl.java,v 
 <--  ClassDependencyImpl.java
new revision: 1.21; previous revision: 1.20

Comment 2 Jan Becicka 2002-10-15 11:54:12 UTC
Verified in 200210090100
Comment 3 Quality Engineering 2003-07-01 13:14:40 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.