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

Summary: NullPointerException at org.netbeans.modules.notifications.center.NotificationCenterTopComponent.updateTableColumnSizes
Product: platform Reporter: Jiri Prox <jiriprox>
Component: NotificationsAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223668
Attachments: stacktrace

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