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 255346 - 'slow exception' reporting should be configurable (or allowed to disable)
Summary: 'slow exception' reporting should be configurable (or allowed to disable)
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 05:48 UTC by tbrunhoff
Modified: 2015-09-17 06:01 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 tbrunhoff 2015-09-17 05:48:46 UTC
When traveling, I use a macbook pro with a vm running fedora (because writing c++ on the mac os really sucks).

Anyway, no matter what I am doing I get constant 'slow exceptions', even if, from my perspective, it really wasn't slow. In any case, I'd like to either (a) disable these particular exceptions or (b) configure them for the platform to allow more time before the exception fires.  But (a) is perfectly sufficient.

I did find this http://wiki.netbeans.org/DevFaqUnexpectedExceptionDialog
But I would not like to disable all exception reporting.
Comment 1 tbrunhoff 2015-09-17 05:52:09 UTC
Product Version: NetBeans IDE Dev (Build 201508230002)
Java: 1.7.0_79; Java HotSpot(TM) 64-Bit Server VM 24.79-b02
Runtime: Java(TM) SE Runtime Environment 1.7.0_79-b15
System: Linux version 4.0.6-200.fc21.x86_64 running on amd64; UTF-8; en_US (nb)
User directory: /home/toddb/.netbeans/dev
Cache directory: /home/toddb/.cache/netbeans/dev
Comment 2 Tomas Hurka 2015-09-17 06:01:24 UTC
This is already implemented. See http://wiki.netbeans.org/FitnessViaPostMortem and look for the section 'I don't care about slowness'.