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 258175 - NullPointerException at java.awt.Container.addImpl
Summary: NullPointerException at java.awt.Container.addImpl
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Notifications (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-28 18:05 UTC by usoso
Modified: 2016-02-28 18:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211707


Attachments
stacktrace (1.70 KB, text/plain)
2016-02-28 18:05 UTC, usoso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description usoso 2016-02-28 18:05:37 UTC
Build: NetBeans IDE 8.1 (Build 201511021428)
VM: Java HotSpot(TM) Client VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Linux

User Comments:
GUEST: a

usoso: Error al actualizar netbeans 8 en debian 8

GUEST: Clicking on notification

GUEST: just building a new maven project (not built via netbeans before)

GUEST: updating the NetBeans

GUEST: Just code with serious project.. fucking slow and need to cancel after a big long useless scanning

GUEST: I don't know when this error occured. I saw it in the notification area.

GUEST: Right Click is not working on particular produect cleint




Stacktrace: 
java.lang.NullPointerException
   at java.awt.Container.addImpl(Container.java:1086)
   at java.awt.Container.add(Container.java:410)
   at org.netbeans.modules.notifications.center.NotificationCenterTopComponent.showDetails(NotificationCenterTopComponent.java:255)
   at org.netbeans.modules.notifications.center.NotificationCenterTopComponent.access$700(NotificationCenterTopComponent.java:96)
   at org.netbeans.modules.notifications.center.NotificationCenterTopComponent$4.actionPerformed(NotificationCenterTopComponent.java:241)
   at javax.swing.Timer.fireActionPerformed(Timer.java:312)
Comment 1 usoso 2016-02-28 18:05:39 UTC
Created attachment 158671 [details]
stacktrace