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

Summary: BuildTargetTransferable does not need to be public
Product: projects Reporter: Jaroslav Tulach <jtulach>
Component: Generic InfrastructureAssignee: Dusan Balek <dbalek>
Status: CLOSED FIXED    
Severity: blocker Keywords: API
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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