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 82643 - NPE when trying to add New Module through Modules node
Summary: NPE when trying to add New Module through Modules node
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-08-14 19:58 UTC by Martin Krauskopf
Modified: 2006-11-03 19:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (5.48 KB, patch)
2006-08-15 09:04 UTC, Martin Krauskopf
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2006-08-14 19:58:57 UTC
Regression caused by WizardDescriptor 1.32 (#76318). But bad code on the side of
API Support (very likely).
Comment 1 Martin Krauskopf 2006-08-14 20:03:55 UTC
Will look at it soon.
Comment 2 Martin Krauskopf 2006-08-15 09:04:52 UTC
Created attachment 32929 [details]
NPE
Comment 3 Martin Krauskopf 2006-08-15 09:41:58 UTC
Actually was fixed with issue 82644. But still the code in the APISupport was
little insecure.

ui/wizard/BasicInfoWizardPanel.java; 1.16 -> 1.17;