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 241717 - Better handling of duplicate errors
Summary: Better handling of duplicate errors
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-11 19:48 UTC by _ gtzabari
Modified: 2015-07-10 15:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2014-02-11 19:48:22 UTC
There are a category of exceptions which make the IDE very annoying to use. The IDE gets into a bad state, and exceptions are thrown every 5-10 seconds. Instead of forcing the user to downgrade to an older (hopefully more stable) dev build the exception reporter should do a better job of handling these cases.

It should keep track of recently-reported exceptions. If the same exception is fired a second time, it should automatically file a duplicate report to netbeans.org without prompting the user with the error dialog.

Or, at the very least, provide the user with an option to suppress this exception (until Netbeans is restarted) and silently report suppressed exceptions in the background without user intervention.