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 268415 - NullPointerException at org.netbeans.modules.project.ui.ProjectUtilities$1.doClose
Summary: NullPointerException at org.netbeans.modules.project.ui.ProjectUtilities$1.do...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-08 02:49 UTC by mosca_morta
Modified: 2016-10-08 02:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221186


Attachments
stacktrace (962 bytes, text/plain)
2016-10-08 02:49 UTC, mosca_morta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mosca_morta 2016-10-08 02:49:45 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Mac OS X

User Comments:
GUEST: Error happened when closing multiple projects at once.

GUEST: some silent exception

GUEST: Occurred when trying to Close All projects

GUEST: Opening a Project Group

mosca_morta: .

GUEST: Change Project Groups




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.project.ui.ProjectUtilities$1.doClose(ProjectUtilities.java:180)
   at org.netbeans.modules.project.ui.ProjectUtilities$1.close(ProjectUtilities.java:141)
   at org.netbeans.modules.project.ui.ProjectUtilities.closeAllDocuments(ProjectUtilities.java:505)
   at org.netbeans.modules.project.ui.OpenProjectList.close(OpenProjectList.java:898)
   at org.netbeans.modules.project.ui.groups.Group.open(Group.java:612)
   at org.netbeans.modules.project.ui.groups.Group.setActiveGroup(Group.java:206)
Comment 1 mosca_morta 2016-10-08 02:49:47 UTC
Created attachment 162399 [details]
stacktrace