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 228248 - NPE when IDE is closed
Summary: NPE when IDE is closed
Status: RESOLVED DUPLICATE of bug 228199
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.4
Hardware: PC Linux
: P2 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-04 11:45 UTC by Tomas Mysik
Modified: 2013-04-05 08:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2013-04-04 11:45:46 UTC
When one closed IDE, NPE occurs:

SEVERE [org.netbeans.core.modules]
java.lang.NullPointerException
        at org.netbeans.modules.project.ui.groups.Group.onShutdown(Group.java:328)
        at org.netbeans.modules.project.ui.OpenProjectList.shutdown(OpenProjectList.java:1147)
        at org.netbeans.modules.project.ui.ProjectUiModule.close(ProjectUiModule.java:70)
[catch] at org.netbeans.core.startup.NbInstaller.closeAsync(NbInstaller.java:738)
        at org.netbeans.ModuleManager.shutDownAsync(ModuleManager.java:1981)
        at org.netbeans.core.startup.ModuleSystem.shutDownAsync(ModuleSystem.java:349)

Not sure about proper BZ component, sorry.
Thanks.

Product Version: NetBeans IDE Dev (Build 20130403-dc297ecff3ed)
Java: 1.7.0_17; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_17-b02
System: Linux version 3.5.0-26-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Vladimir Voskresensky 2013-04-04 15:53:33 UTC
I see it all the time and IDE hangs on unexpected exception dialog
Comment 2 Vladimir Voskresensky 2013-04-04 15:54:09 UTC
I'm afraid it is a blocker for automatic UI tests
Comment 3 Milos Kleint 2013-04-05 08:35:46 UTC
http://hg.netbeans.org/core-main/rev/a76d2310ce52

duplicate of issue 228199

*** This bug has been marked as a duplicate of bug 228199 ***