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 - Changing an inner interface does not synch a separate class implementing that interface.
Summary: Changing an inner interface does not synch a separate class implementing that...
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-12-22 03:24 UTC by Jesse Glick
Modified: 2008-12-23 10:25 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 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.