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 29764 - ConnectionSupport broken in Projects branch
Summary: ConnectionSupport broken in Projects branch
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-02 22:10 UTC by Unknown
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 Unknown 2003-01-02 22:10:59 UTC
If I create an Interface, then create a class
that implements the Interface, the methods
from the Interface are not automatically added
to the Class. Also, adding more methods to
the Interface does not add them to the Class,
nor does the dialog appear asking me if I
want the methods added.

Looks like the ConnectionSupport is broken.
Comment 1 Tomas Zezula 2003-01-16 11:26:32 UTC
The ConnectionSupport does not work for interfaces which are not
compiled and mount in classpath (the insterfaces which the user has
created). It works well for interfaces in the JDK (resources).
The same holds for other identifier resolution. The resolution does
not work for Identifiers which are under sources.

Comment 2 Tomas Hurka 2003-01-30 16:10:17 UTC
First part of the bug (methods from the Interface are automatically added to the Class) is fixed in prj40_protype branch. Second part (adding methods to Interface ...) will work when task #27863 is done.
Comment 3 Jan Becicka 2003-11-25 13:59:53 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:08:41 UTC
---> CLOSED