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 165245

Summary: Class index is not available until its root is first touched by java indexer
Product: java Reporter: Vitezslav Stejskal <vstejskal>
Component: SourceAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker CC: hmichel, pjiricka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 133943, 177274    

Description Vitezslav Stejskal 2009-05-15 09:48:39 UTC
${subj} hampers IDE usability after the start and during the initial scan. Although the indices exist from previous run
of the ide they can't be used sooner then they are first scanned. This is due to the fact that ClassIndexManager has
createUsagesQuery and getUsagesQuery. The first one is called from the indexer, while the second one is called from eg
goto type and other clients. And until createUsagesQuery is called getUsagesQuery returns no results.
Comment 1 Tomas Zezula 2010-12-13 18:08:56 UTC
Fixed jet-main 4b45cc09b774
Comment 2 Quality Engineering 2010-12-14 06:14:39 UTC
Integrated into 'main-golden', will be available in build *201012140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4b45cc09b774
User: Tomas Zezula <tzezula@netbeans.org>
Log: #165245:Class index is not available until its root is first touched by java indexer