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 27677 - SYNCHRONIZE returns unnecessary methods for subinterfaces
Summary: SYNCHRONIZE returns unnecessary methods for subinterfaces
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC OS/2
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-30 01:16 UTC by _ gtzabari
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 _ gtzabari 2002-09-30 01:16:44 UTC
dev build 200209200100

Say I have interface B which extends interface A.
If B does not  declare some of the methods found
in B, and I run SYNCHRONIZE, it'll tell me I need
to add all methods declares in A into B, which is
simply not true.

I hope the above explanation is clear enough ;)
Let me know if you need further clarification.
Comment 1 Tomas Hurka 2002-10-01 15:24:39 UTC
Fixed in trunk. Synchronization of interfaces is now disabled.
Comment 2 Jan Becicka 2002-10-14 16:20:57 UTC
Verified in 200210090100