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 242758 - Notifications of Exceptions Lost if balloon or entry is double clicked
Summary: Notifications of Exceptions Lost if balloon or entry is double clicked
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Notifications (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
: 242759 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-10 19:30 UTC by MackSix
Modified: 2014-07-19 10:16 UTC (History)
2 users (show)

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 MackSix 2014-03-10 19:30:38 UTC
When there is an exception, if user double clicks on the notification balloon or double clicks on entry in the Notifications window, the exception is lost.

Product Version: NetBeans IDE 8.0 (Build 201403052200)
Java: 1.7.0_51; Java HotSpot(TM) 64-Bit Server VM 24.51-b03
Runtime: Java(TM) SE Runtime Environment 1.7.0_51-b13
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Jan Peska 2014-07-09 11:28:06 UTC
*** Bug 242759 has been marked as a duplicate of this bug. ***
Comment 2 Jan Peska 2014-07-09 12:13:19 UTC
Exceptions are set to disappear automatically after 30 sec or after the exception dialog action is called. That is not a issue of notifications center but the notification provider (exception reporter). This behavior is in netbeans for some time (since 2009) so I will discuss it with Marian (adding him to cc) why there was such limit and if it makes sense to keep it in there. I don't see any.
Comment 3 Marian Mirilovic 2014-07-11 07:51:16 UTC
Actually I do not remember anything like this ...
Comment 4 Jan Peska 2014-07-15 13:58:24 UTC
fix: http://hg.netbeans.org/core-main/rev/9f47a4b442fa
Comment 5 Jiri Kovalsky 2014-07-15 14:39:01 UTC
I agree that current behavior is really strange. I would let the exception(s) among other notifications until the current session ends. My $0.02
Comment 6 Quality Engineering 2014-07-19 10:16:24 UTC
Integrated into 'main-silver', will be available in build *201407190718* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9f47a4b442fa
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #242758 - Notifications of Exceptions Lost if balloon or entry is double clicked
Change timeout of a exceptions notification from 30 sec to 60 min. New exception will also "update" the exception notification, i.e. notification will be on the top of the list.