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 34614 - BuildTargetTransferable does not need to be public
Summary: BuildTargetTransferable does not need to be public
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-06-26 12:41 UTC by Jaroslav Tulach
Modified: 2004-04-19 16:15 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 Jaroslav Tulach 2003-06-26 12:41:08 UTC
Could be probably replaced by a factory method

ExTransferable.Single
CompilationFactories.createTransferable
(ProjectMember)

or 

Transferable
CompilationFactories.addCompilerTransferable
(Transferable t, ProjectMember)

returning new or the same t depending of whether t
was not ExTranferable or was
Comment 1 Dusan Balek 2003-07-09 16:24:44 UTC
Done. See BuildUtils.getBuildTransferable(...).
Comment 2 Jan Becicka 2003-11-25 14:01:32 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 3 Jan Becicka 2003-11-25 14:10:14 UTC
---> CLOSED