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 30573 - Rename conversion methods in FileSets
Summary: Rename conversion methods in FileSets
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL: http://www.netbeans.org/download/prj4...
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-02-02 17:48 UTC by Jan Pokorsky
Modified: 2004-04-19 16:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
changelog (5.90 KB, text/plain)
2003-02-19 17:16 UTC, Jan Pokorsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2003-02-02 17:48:26 UTC
It seems to be necessary to rename methods
converting FileSet to Set. Now they are named like
factories creating filesets and it brings a lot of
confusion. So here are proposed changes:

Set FileSets.createDataObjectSet ->
FileSets.toDataObjectSet
Set FileSets.createFileObjectSet ->
FileSets.toFileObjectSet

These methods create instances of java.util.Set
and fill them with resolved referenceces.
Comment 1 Jan Pokorsky 2003-02-19 17:16:18 UTC
Created attachment 9044 [details]
changelog
Comment 2 Jan Pokorsky 2003-02-19 17:17:43 UTC
Done. For changes see the attached changelog.
Comment 3 Jan Pokorsky 2003-07-15 14:49:47 UTC
verified
Comment 4 Jan Becicka 2003-11-25 14:24:56 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.