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 83381 - NPE while canceling new project wizard
Summary: NPE while canceling new project wizard
Status: RESOLVED WORKSFORME
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-24 13:44 UTC by Max Sauer
Modified: 2006-12-13 17:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE stack trace (1.66 KB, text/plain)
2006-08-24 13:45 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2006-08-24 13:44:49 UTC
I got following NPE while canceling "New Project" wizard, while having "UML"
category selected. The issue seems to be random.

java.lang.NullPointerException
	at
org.netbeans.modules.uml.project.ui.wizards.NewUMLProjectWizardIterator.uninitialize(NewUMLProjectWizardIterator.java:267)
	at
org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.uninitialize(TemplateWizard.java:984)
	at
org.openide.loaders.TemplateWizardIterImpl.uninitialize(TemplateWizardIterImpl.java:212)
	at
org.openide.loaders.TemplateWizardIterImpl.uninitialize(TemplateWizardIterImpl.java:219)
	at org.openide.WizardDescriptor.callUninitialize(WizardDescriptor.java:1187)
...
(whole stack trace attached)

--
Product Version         = NetBeans 5.5 Dev (Build 200608240000)
Operating System        = SunOS version 5.10 running on sparcv9
Java; VM; Vendor; Home  = 1.5.0_06; Java HotSpot(TM) 64-Bit Server VM
1.5.0_06-b05; Sun Microsystems Inc.; /usr/jdk1.5.0_06/jre
System Locale; Encoding = en (nb); ISO646-US
netbeans-ent_pack-5_5-beta-main-060822-solaris-sparc
creatorPack-qbuild2-bin-200608180000-solsparc-18_Aug_2006_0000
Comment 1 Max Sauer 2006-08-24 13:45:15 UTC
Created attachment 33244 [details]
NPE stack trace
Comment 2 Craig Conover 2006-12-13 17:57:43 UTC
This is no longer happening.