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 249101

Summary: NullPointerException at org.netbeans.modules.jdk.project.JDKProject$ProjectInformationImpl.getDisplayName
Product: contrib Reporter: Jan Lahoda <jlahoda>
Component: CodeAssignee: Jan Lahoda <jlahoda>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213897
Attachments: stacktrace

Description Jan Lahoda 2014-12-04 09:46:30 UTC
Build: NetBeans IDE 8.0 (Build 20140315-f817edfd05cd)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Linux

User Comments:
jlahoda: Deleted an open project.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jdk.project.JDKProject$ProjectInformationImpl.getDisplayName(JDKProject.java:447)
   at org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.getDisplayName(ProjectUtils.java:458)
   at org.netbeans.modules.project.ui.PhysicalView$GroupNode.getDisplayName(PhysicalView.java:242)
   at org.openide.nodes.FilterNode.getDisplayName(FilterNode.java:528)
   at org.openide.explorer.view.VisualizerNode.run(VisualizerNode.java:448)
   at org.openide.util.Mutex.readAccess(Mutex.java:372)
Comment 1 Jan Lahoda 2014-12-04 09:46:31 UTC
Created attachment 150875 [details]
stacktrace