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

Summary: NullPointerException at org.netbeans.modules.project.ui.ProjectUtilities$1.doClose
Product: projects Reporter: mosca_morta <mosca_morta>
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221186
Attachments: stacktrace

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