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 29477 - Inconsistence in JavaProject implementation
Summary: Inconsistence in JavaProject implementation
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-12-11 18:41 UTC by Vitezslav Stejskal
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 Vitezslav Stejskal 2002-12-11 18:41:39 UTC
The javadoc of JavaProject.getSources method says
that it returns Collection of ContentDescriptors,
but the implementation returns Collection of
ProjectMembers. I don't know what is incorrect.
Whoever will repair this remember that its
incompatible API change and that you have to
update modules which use this API.
Comment 1 Tomas Zezula 2003-01-15 14:43:21 UTC
Fixed, the documentation is corrected.
Comment 2 Vitezslav Stejskal 2003-07-10 13:11:19 UTC
verified
Comment 3 Jan Becicka 2003-11-25 14:21:36 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 CLOSED.