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 18108

Summary: Interface to interface synchronization
Product: java Reporter: Jan Lahoda <jlahoda>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2001-11-27 12:45:45 UTC
In 200111270230 build:
Consider two interfaces (in the same package, the package is not default):
interface A {
}

interface B extends A {
}

Now, add method (say "public void test();") into interface A and save. Common
synchronization dialog will occur, althought it is in vast majority of cases
useless to synchronize methods from interface to interface.
Comment 1 Tomas Hurka 2001-11-30 09:27:48 UTC
fixed in trunk & release33 branch
Comment 2 Jan Becicka 2003-02-27 12:31:44 UTC
Reporter, could you verify this bug? Thanks
Comment 3 Quality Engineering 2003-07-01 13:10:48 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-07-01 13:19:01 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.