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 208378 - Added SuspendStatus service to provided information about suspended scan to indexers
Summary: Added SuspendStatus service to provided information about suspended scan to i...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST, PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-02-14 10:08 UTC by Tomas Zezula
Modified: 2012-02-18 09:28 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch file (44.38 KB, patch)
2012-02-14 10:12 UTC, Tomas Zezula
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2012-02-14 10:08:51 UTC
The indexing is suspended by the infrastructure when high priority request like index query or execution of UserTask, ParserResultTask is in progress. The SuspendStatus allows indexers to find out that indexing is suspended or to park while indexing is suspended.
Comment 1 Tomas Zezula 2012-02-14 10:12:13 UTC
Created attachment 115691 [details]
Patch file
Comment 2 Jan Lahoda 2012-02-17 13:33:39 UTC
The API change seems fine to me.
Comment 3 Tomas Zezula 2012-02-17 14:24:58 UTC
Fixed jet-main 0cc9b68cf937
Comment 4 Quality Engineering 2012-02-18 09:28:02 UTC
Integrated into 'main-golden', will be available in build *201202180400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0cc9b68cf937
User: Tomas Zezula <tzezula@netbeans.org>
Log: #208378:Added SuspendStatus service to provided information about suspended scan to indexers