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 148704

Summary: The result of scanning should be cached
Product: platform Reporter: Petr Pisl <ppisl>
Component: Action ItemsAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: blocker CC: anebuzelsky, sunflower
Priority: P2 Keywords: PLAN
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Pisl 2008-09-30 08:18:48 UTC
When there is a bigger project, then task list scanning takes a few minutes. The results of scanning should be cashed,
so the next time when the ide is started, the scan doesn't have to run again. It can be used the same technique like is
used for indexing.
Comment 1 Stanislav Aubrecht 2009-03-31 08:52:45 UTC
fixed

core-main e0e61c2b312a
Comment 2 Stanislav Aubrecht 2009-03-31 08:56:14 UTC
task list uses indexing api to cache scanned tasks
Comment 3 Quality Engineering 2009-04-02 07:28:20 UTC
Integrated into 'main-golden', will be available in build *200904020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e0e61c2b312a
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #148704 - switching task list to use indexing api, part 2