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 269137 - NullPointerException: The icon parameter cannot be null
Summary: NullPointerException: The icon parameter cannot be null
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-27 15:33 UTC by jnk
Modified: 2016-11-27 15:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226312


Attachments
stacktrace (1.78 KB, text/plain)
2016-11-27 15:33 UTC, jnk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jnk 2016-11-27 15:33:20 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b16, Java(TM) SE Runtime Environment, 1.8.0_112-b16
OS: Mac OS X

User Comments:
jnk: Started NB.

GUEST: <Please provide a description of the problem or the steps to reproduce>Yes sir!




Stacktrace: 
java.lang.NullPointerException: The icon parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.notifications.NotificationDisplayerImpl.createNotification(NotificationDisplayerImpl.java:116)
   at org.netbeans.modules.notifications.NotificationDisplayerImpl.notify(NotificationDisplayerImpl.java:88)
   at org.netbeans.modules.notifications.NotificationDisplayerImpl.notify(NotificationDisplayerImpl.java:81)
   at org.openide.awt.NotificationDisplayer.notify(NotificationDisplayer.java:222)
   at ro.emilianbold.notifications.Installer$1.run(Installer.java:0)
Comment 1 jnk 2016-11-27 15:33:22 UTC
Created attachment 163041 [details]
stacktrace