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 269572 - NullPointerException at org.netbeans.modules.notifications.center.NotificationCenterManager.getLastUnreadNotification
Summary: NullPointerException at org.netbeans.modules.notifications.center.Notificatio...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Notifications (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-16 12:11 UTC by talreg
Modified: 2017-01-16 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227696


Attachments
stacktrace (1.70 KB, text/plain)
2017-01-16 12:11 UTC, talreg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description talreg 2017-01-16 12:11:56 UTC
Build: NetBeans IDE Dev (Build 201611050002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Linux

User Comments:
talreg: NA




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.notifications.center.NotificationCenterManager.getLastUnreadNotification(NotificationCenterManager.java:206)
   at org.netbeans.modules.notifications.FlashingIcon.propertyChange(FlashingIcon.java:185)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
   at org.netbeans.modules.notifications.center.NotificationCenterManager$3.run(NotificationCenterManager.java:229)
Comment 1 talreg 2017-01-16 12:11:58 UTC
Created attachment 163402 [details]
stacktrace