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

Summary: SYNCHRONIZE returns unnecessary methods for subinterfaces
Product: java Reporter: _ gtzabari <gtzabari>
Component: UnsupportedAssignee: issues@java <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: OS/2   
Issue Type: DEFECT Exception Reporter:

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