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 226526 - NullPointerException at org.netbeans.modules.tasks.ui.DashboardTopComponent.componentClosed
Summary: NullPointerException at org.netbeans.modules.tasks.ui.DashboardTopComponent.c...
Status: RESOLVED INVALID
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Task Dashboard (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
: 226110 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-02-22 11:53 UTC by Exceptions Reporter
Modified: 2013-06-13 13:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198899


Attachments
stacktrace (3.56 KB, text/plain)
2013-02-22 11:53 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-02-22 11:53:42 UTC
This bug was originally marked as duplicate of bug 222153, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.tasks.ui.DashboardTopComponent.componentClosed(DashboardTopComponent.java:229)
   at org.openide.windows.WindowManager.componentCloseNotify(WindowManager.java:322)
   at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentClosed(WindowManagerImpl.java:1147)
   at org.netbeans.core.windows.Central.addModeClosedTopComponent(Central.java:900)
   at org.netbeans.core.windows.Central.userClosedTopComponent(Central.java:2027)
   at org.netbeans.core.windows.view.DefaultView.userClosedTopComponent(DefaultView.java:794)
Comment 1 Exceptions Reporter 2013-02-22 11:53:44 UTC
Created attachment 131728 [details]
stacktrace
Comment 2 Jan Peska 2013-06-13 13:23:19 UTC
NPE due to java.lang.ClassNotFoundException: org.jdesktop.swingx.painter.PainterIcon - PainterIcon is not part of the module anymore -> INVALID
Comment 3 Jan Peska 2013-06-13 13:28:41 UTC
*** Bug 226110 has been marked as a duplicate of this bug. ***