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 228041 - Added Context.isTransientIndexing method to notify indexers that indexing was started for non saved file.
Summary: Added Context.isTransientIndexing method to notify indexers that indexing was...
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 227952
  Show dependency tree
 
Reported: 2013-03-28 12:54 UTC by Tomas Zezula
Modified: 2016-07-07 07:26 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Diff file (17.31 KB, patch)
2013-03-28 12:55 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 2013-03-28 12:54:25 UTC
Added Context.isTransientIndexing method to notify indexers that indexing was started for non saved file as a part of the QuerySupport.query() operation.
The indexers which are using IndexingSupport for persistence do not need this information as the IndexingSupport handles transient changes itself. Indexers which are using custom storage should check the transient indexing flag and don't do any persistent changes in case of transient indexing.
Comment 1 Tomas Zezula 2013-03-28 12:55:25 UTC
Created attachment 133173 [details]
Diff file
Comment 2 Martin Balin 2016-07-07 07:26:43 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss