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 28918

Summary: Document org.openide.util.RequestProcessor.SLOW
Product: platform Reporter: _ tboudreau <tboudreau>
Component: DocumentationAssignee: Jesse Glick <jglick>
Status: RESOLVED INVALID    
Severity: blocker Keywords: THREAD
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 165862    
Bug Blocks:    

Description _ tboudreau 2002-11-21 19:31:23 UTC
Add to "Tips & Tricks" area a notice that you can
run with

-J-Dorg.openide.util.RequestProcessor.SLOW=true

to capture stack traces of when a task was posted,
in case it terminates in an error.
Comment 1 Jesse Glick 2002-11-22 10:30:35 UTC
org.openide.util.RequestProcessor.Item.SLOW that is.
Comment 2 Quality Engineering 2008-07-03 04:34:10 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #296 build
Changeset: http://hg.netbeans.org/main/rev/40d7dd5e79ff
User: Jesse Glick <jglick@netbeans.org>
Log: Readding file accidentally deleted during JoelleLam's #28918a83b479 merge.
Comment 3 _ tboudreau 2010-01-23 02:42:35 UTC
Obsolete?
Comment 4 Jesse Glick 2010-01-23 09:49:34 UTC
Indeed, thanks for catching. New API lets you control whether or not to capture stack traces on a given RP (by default you do in dev builds).