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 34017 - Use static helper methods instead of TW.getProperty ("name")
Summary: Use static helper methods instead of TW.getProperty ("name")
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-05-29 15:59 UTC by Jaroslav Tulach
Modified: 2004-04-19 16:32 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-05-29 15:59:28 UTC
I suggest to replace current style

http://www.netbeans.org/download/prj40_prototype/javadoc/projects-core_api/org/netbeans/api/projects/doc-files/natures.html#Generic_nature

with property based communication between panels
in template wizard and in project customizer by
static methods:

public class ProjectWizards {
  public static Project findProject(TemplateWizard z);
  // etc.
}
Comment 1 Vitezslav Stejskal 2003-05-30 10:46:19 UTC
Good tip, thanks.
Comment 2 Jaroslav Tulach 2003-05-30 15:19:20 UTC
This can maintain backward compatibility by delegating to the existing
properties.
Comment 3 Vitezslav Stejskal 2003-11-24 14:00:17 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 4 Jan Becicka 2003-11-25 13:46:50 UTC
Marking issue as VERIFIED --->
Comment 5 Jan Becicka 2003-11-25 13:51:23 UTC
---> CLOSED