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 258949 - NullPointerException at org.netbeans.modules.notifications.center.NotificationCenterTopComponent.updateTableColumnSizes
Summary: NullPointerException at org.netbeans.modules.notifications.center.Notificatio...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Notifications (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 12:51 UTC by Jiri Prox
Modified: 2016-04-21 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223668


Attachments
stacktrace (1.50 KB, text/plain)
2016-04-21 12:51 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2016-04-21 12:51:15 UTC
Build: NetBeans IDE Dev (Build 201604200001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+114-2016-04-19-163452.javare.4880.nc, Java(TM) SE Runtime Environment, 9-ea+114-2016-04-19-163452.javare.4880.nc
OS: Windows 7

User Comments:
jiriprox: Starting IDE on JDK9jigsaw




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.notifications.center.NotificationCenterTopComponent.updateTableColumnSizes(NotificationCenterTopComponent.java:220)
   at org.netbeans.modules.notifications.center.NotificationCenterTopComponent.access$900(NotificationCenterTopComponent.java:96)
   at org.netbeans.modules.notifications.center.NotificationCenterTopComponent$5.run(NotificationCenterTopComponent.java:331)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:759)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
Comment 1 Jiri Prox 2016-04-21 12:51:16 UTC
Created attachment 159373 [details]
stacktrace