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 242759 - Exceptions Notifications are Lost if Output window is open or Output tab is clicked
Summary: Exceptions Notifications are Lost if Output window is open or Output tab is c...
Status: RESOLVED DUPLICATE of bug 242758
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:
Depends on:
Blocks:
 
Reported: 2014-03-10 20:05 UTC by MackSix
Modified: 2014-07-09 11:28 UTC (History)
1 user (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 20:05:09 UTC
1. Download Apache Commons Collection 4.0 source. 
http://commons.apache.org/proper/commons-collections/download_collections.cgi
2. Open it in NetBeans 8.0 FCS.
3. Do a priming build if needed.
4. Make sure Output window is open and you are only viewing the Start Page.
5. Goto Source>>Inspect and choose Configuration: NetBeans Java Hints.
6. Press Inspect button and watch for exception notification to appear. You will need to watch this, because it may disappear before inspection is done.
7. Wait to see if exception notification unexpectedly disappears.
8. If it does no disappear, when inspection is done, click on the Output window tab.
9. If exception notification does not immediately disappear, wait a couple of minutes and it disappears.

You can also try this with the notification, output and exception reporter window open and the exception notification will always disappear for me as soon as the Output window tab is clicked.


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 MackSix 2014-07-06 23:58:43 UTC
I think this has something to do with the very large log file that is created. Once the initial log file is at maximum size, the file is renamed and a new log file is created. At this point, notifications are lost.
Comment 2 Jan Peska 2014-07-09 11:28:06 UTC

*** This bug has been marked as a duplicate of bug 242758 ***