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 158203 - api needed to initiate a new indexing scan
Summary: api needed to initiate a new indexing scan
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: API
Depends on:
Blocks: 148723
  Show dependency tree
 
Reported: 2009-02-09 14:59 UTC by Stanislav Aubrecht
Modified: 2009-03-28 20:47 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Aubrecht 2009-02-09 14:59:15 UTC
task list will be using the new indexing api and it needs some way to restart the indexing process when some of its
settings have changed - for example when a new task provider has been registered or removed.
Comment 1 Vitezslav Stejskal 2009-03-27 13:47:36 UTC
http://hg.netbeans.org/jet-main/rev/de724a45b3d9

There is a new IndexingManager.refreshAllIndicies(String indexerName) method.
Comment 2 Quality Engineering 2009-03-28 20:47:51 UTC
Integrated into 'main-golden', will be available in build *200903281400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/de724a45b3d9
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #158203: adding support for refreshing indicies created by one CustomIndexer