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 193708 - AutoupdateCheckScheduler is too eager with the notifications
Summary: AutoupdateCheckScheduler is too eager with the notifications
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.0
Hardware: PC All
: P4 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-21 21:39 UTC by emi
Modified: 2014-02-10 14:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description emi 2010-12-21 21:39:35 UTC
I'm using my Growl NotificationDisplayer [1] and I've noticed that AutoupdateCheckScheduler shows notifications too often.

As soon as the notification UI is clicked and notifyAvailable() is called, another notification is displayed, which allows the user to click again and click again. This way you get multiple windows open to update the same module.

I'll update this bugreport further after I've debugged it some more.

1. http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=34354
Comment 1 Jaroslav Tulach 2011-01-08 18:56:10 UTC
If you send me bugfix, I can apply it.