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 72479 - Option wiz - use rather HelpCtx.DEFAULT_HELP than null
Summary: Option wiz - use rather HelpCtx.DEFAULT_HELP than null
Status: VERIFIED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 15:30 UTC by pzajac
Modified: 2006-02-10 14:51 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 pzajac 2006-02-09 15:30:04 UTC
20060208
For example Wizard wizard generates HelpCtx.DEFAULT_HELP  

So it should be better to use HelpCtx.DEFAULT_HELP in OptionsPanelController
template
Comment 1 Jesse Glick 2006-02-09 17:35:16 UTC
That's my code. I checked and null seems fine for this case. Generally null is
accepted in place of DEFAULT_HELP. Could be used in the WizardDescriptor.Panel
impl too, doesn't really matter AFAIK.
Comment 2 pzajac 2006-02-10 14:51:45 UTC
I wasn't sure about that. Thanks for explanation.