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 - Interface to interface synchronization
Summary: Interface to interface synchronization
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-27 12:45 UTC by Jan Lahoda
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 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.