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

Summary: Added SuspendStatus service to provided information about suspended scan to indexers
Product: editor Reporter: Tomas Zezula <tzezula>
Component: Parsing & IndexingAssignee: apireviews <apireviews>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST, PERFORMANCE
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: Patch file

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