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 - Document org.openide.util.RequestProcessor.SLOW
Summary: Document org.openide.util.RequestProcessor.SLOW
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: THREAD
Depends on: 165862
Blocks:
  Show dependency tree
 
Reported: 2002-11-21 19:31 UTC by _ tboudreau
Modified: 2010-01-23 09:49 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 _ 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).