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 208595 - NullPointerException at org.netbeans.modules.uml.project.ui.common.JavaSourceRootsUI.retrieveJavaProjectSources
Summary: NullPointerException at org.netbeans.modules.uml.project.ui.common.JavaSource...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-18 05:58 UTC by jbsabmello
Modified: 2012-02-18 05:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185188


Attachments
stacktrace (6.14 KB, text/plain)
2012-02-18 05:58 UTC, jbsabmello
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jbsabmello 2012-02-18 05:58:26 UTC
This bug was originally marked as duplicate of bug 123392, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.uml.project.ui.common.JavaSourceRootsUI.retrieveJavaProjectSources(JavaSourceRootsUI.java:227)
   at org.netbeans.modules.uml.project.ui.common.JavaSourceRootsUI.createModel(JavaSourceRootsUI.java:193)
   at org.netbeans.modules.uml.samples.bankapp.UMLBankAppSampleWizardIterator.instantiate(UMLBankAppSampleWizardIterator.java:164)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1048)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:617)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:426)
Comment 1 jbsabmello 2012-02-18 05:58:30 UTC
Created attachment 115904 [details]
stacktrace