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 188650 - NullPointerException at org.netbeans.modules.uml.project.UMLProjectGenerator.createEmptyProject
Summary: NullPointerException at org.netbeans.modules.uml.project.UMLProjectGenerator....
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-14 06:57 UTC by dtacntt
Modified: 2010-07-14 06:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146338


Attachments
stacktrace (5.38 KB, text/plain)
2010-07-14 06:57 UTC, dtacntt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dtacntt 2010-07-14 06:57:00 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.uml.project.UMLProjectGenerator.createEmptyProject(UMLProjectGenerator.java:310)
   at org.netbeans.modules.uml.project.UMLProjectGenerator.createRevEngProject(UMLProjectGenerator.java:173)
   at org.netbeans.modules.uml.project.ui.wizards.NewUMLProjectWizardIterator.instantiate(NewUMLProjectWizardIterator.java:238)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1018)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:588)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:409)
Comment 1 dtacntt 2010-07-14 06:57:04 UTC
Created attachment 100819 [details]
stacktrace