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 - NullPointerException at org.netbeans.modules.jdk.project.JDKProject$ProjectInformationImpl.getDisplayName
Summary: NullPointerException at org.netbeans.modules.jdk.project.JDKProject$ProjectIn...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-04 09:46 UTC by Jan Lahoda
Modified: 2014-12-04 09:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213897


Attachments
stacktrace (2.13 KB, text/plain)
2014-12-04 09:46 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
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