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 5080

Summary: Changing an inner interface does not synch a separate class implementing that interface.
Product: platform Reporter: Jesse Glick <jglick>
Component: -- Other --Assignee: Jesse Glick <jglick>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 1999-12-22 03:24:31 UTC
Take a look at com.netbeans.developer.impl.{Java,}Help classes. The structure is like this:

public class Help {
 // ...

 public interface Impl { ... }
 private static class XMLImpl implements Impl {...}
}

public class JavaHelp implements Help.Impl {...}

Now if you have both files open, and make a change within Help.java to the Impl interface, you are prompted to update XMLImpl, but not JavaHelp.

[phamernik] seems to be duplicated with 4471.
Comment 1 Marek Grummich 2000-07-25 09:25:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:57:31 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:19:19 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.