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 163176 - NullPointerException at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.readWizard
Summary: NullPointerException at org.netbeans.modules.ide.ergonomics.newproject.Descri...
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Flaska
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 07:17 UTC by Ivan Sidorkin
Modified: 2009-12-17 04:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149847


Attachments
stacktrace (913 bytes, text/plain)
2009-04-21 07:17 UTC, Ivan Sidorkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2009-04-21 07:17:01 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904192254)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b02
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.readWizard(DescriptionStep.java:275)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:230)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForEnable(DescriptionStep.java:186)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForActivation(DescriptionStep.java:149)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.access$100(DescriptionStep.java:82)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$PresentModules.run(DescriptionStep.java:143)
Comment 1 Ivan Sidorkin 2009-04-21 07:17:10 UTC
Created attachment 80559 [details]
stacktrace
Comment 2 Jaroslav Tulach 2009-04-22 08:38:24 UTC
ergonomics#8fe8928d40d5
Comment 3 Quality Engineering 2009-04-23 08:58:20 UTC
Integrated into 'main-golden', will be available in build *200904230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8fe8928d40d5
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #163176: Less asynchronicity, more straightforward failures, better fixes.
Comment 4 Ivan Sidorkin 2009-12-17 04:13:23 UTC
verified