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

Summary: api needed to initiate a new indexing scan
Product: editor Reporter: Stanislav Aubrecht <saubrecht>
Component: Parsing & IndexingAssignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: jtulach
Priority: P2 Keywords: API
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 148723    

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