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 194564 - API review: Add possibility to specify that indexers should prefer modified editor content
Summary: API review: Add possibility to specify that indexers should prefer modified e...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2011-01-21 09:11 UTC by Tomas Zezula
Modified: 2011-01-25 06:10 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch (6.11 KB, patch)
2011-01-21 09:14 UTC, Tomas Zezula
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2011-01-21 09:11:45 UTC
For error badge recovery it's needed that indexer see modified content of editor during reindex.
Currently java.source is using impl dependency to be able to achieve it. This API change adds a new method into the IndexingManager allowing to client to specify that indexers should prefer the editor content.
Comment 1 Tomas Zezula 2011-01-21 09:14:17 UTC
Created attachment 105230 [details]
Patch
Comment 2 Dusan Balek 2011-01-24 08:44:10 UTC
The patch seems to be OK
Comment 3 Tomas Zezula 2011-01-24 15:29:21 UTC
Fixed jet-main 155bd1dddc0c
Comment 4 Quality Engineering 2011-01-25 06:10:29 UTC
Integrated into 'main-golden', will be available in build *201101250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/155bd1dddc0c
User: Tomas Zezula <tzezula@netbeans.org>
Log: #194564:API review: Add possibility to specify that indexers should prefer modified editor content