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 241848 - NullPointerException at org.netbeans.api.project.ProjectUtils.getSources
Summary: NullPointerException at org.netbeans.api.project.ProjectUtils.getSources
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 22:40 UTC by b-k-m
Modified: 2015-05-13 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207590


Attachments
stacktrace (7.32 KB, text/plain)
2014-02-13 22:40 UTC, b-k-m
Details

Note You need to log in before you can comment on or make changes to this bug.
Description b-k-m 2014-02-13 22:40:43 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
b-k-m: NPE when i try open folder for create new file




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.project.ProjectUtils.getSources(ProjectUtils.java:117)
   at org.netbeans.modules.xml.wizard.impl.DTDWizardIterator.createPanels(DTDWizardIterator.java:95)
   at org.netbeans.modules.xml.wizard.impl.DTDWizardIterator.initialize(DTDWizardIterator.java:126)
   at org.openide.loaders.TemplateWizardIterImpl.setIterator(TemplateWizardIterImpl.java:104)
   at org.openide.loaders.TemplateWizardIteratorWrapper.setIterator(TemplateWizardIteratorWrapper.java:79)
   at org.openide.loaders.TemplateWizard.setTemplateImpl(TemplateWizard.java:209)
Comment 1 b-k-m 2014-02-13 22:40:45 UTC
Created attachment 145171 [details]
stacktrace
Comment 2 Svata Dedic 2015-05-13 13:58:08 UTC
Can't reproduce, sorry.