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 247617 - NullPointerException at org.netbeans.modules.project.ui.ProjectUtilities$1.doClose
Summary: NullPointerException at org.netbeans.modules.project.ui.ProjectUtilities$1.do...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-01 07:50 UTC by Exceptions Reporter
Modified: 2015-06-05 02:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212365


Attachments
stacktrace (2.27 KB, text/plain)
2014-10-01 07:50 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-10-01 07:50:28 UTC
This bug was originally marked as duplicate of bug 235897, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Windows 8

User Comments:
GUEST: change project group




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.project.ui.ProjectUtilities$1.doClose(ProjectUtilities.java:196)
   at org.netbeans.modules.project.ui.ProjectUtilities$1.access$200(ProjectUtilities.java:111)
   at org.netbeans.modules.project.ui.ProjectUtilities$1$1.run(ProjectUtilities.java:147)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
Comment 1 Exceptions Reporter 2014-10-01 07:50:30 UTC
Created attachment 149638 [details]
stacktrace
Comment 2 Tomas Stupka 2015-06-04 13:21:26 UTC
change in 235897 not sufficient if assert are off ...
Comment 3 Tomas Stupka 2015-06-04 15:40:56 UTC
fixed in jet-main #6e5de94ec232
Comment 4 Quality Engineering 2015-06-05 02:39:52 UTC
Integrated into 'main-silver', will be available in build *201506050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6e5de94ec232
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #247617 - NullPointerException at org.netbeans.modules.project.ui.ProjectUtilities$1.doClose