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 31146 - ProxyFileSet has to declare protected constructor, not public
Summary: ProxyFileSet has to declare protected constructor, not public
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-17 13:44 UTC by Jan Pokorsky
Modified: 2004-04-19 16:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
changelog (3.53 KB, text/plain)
2003-02-25 15:06 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-17 13:44:57 UTC
Since the ProxyFileSet is a part of the spi it
should not be possible to intstantiate it directly
but via its subclasses.

So the public access modifier of the constructor
will be relplaced with protected and new factory

FileSet FileSets.proxy(FileSet[] fs)

will be introduced.
Comment 1 Jan Pokorsky 2003-02-25 15:06:09 UTC
Created attachment 9136 [details]
changelog
Comment 2 Jan Pokorsky 2003-02-25 15:06:41 UTC
done
Comment 3 Jan Pokorsky 2003-07-15 14:50:35 UTC
verified
Comment 4 Jan Becicka 2003-11-25 14:20:37 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.