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 191885 - QuerySupport causes non needed parse
Summary: QuerySupport causes non needed parse
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 185714 189889
  Show dependency tree
 
Reported: 2010-11-12 09:20 UTC by Tomas Zezula
Modified: 2010-11-14 06:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2010-11-12 09:20:12 UTC
The QuerySupport.query causes non needed parse when the file was modified in the editor.
The file is modified -> reparser -> QS is used -> file is dirty -> file index updated -> file invalidated.
Comment 1 Tomas Zezula 2010-11-12 12:10:02 UTC
Fixed jet-main f66d6080b50a
Comment 2 Quality Engineering 2010-11-14 06:22:13 UTC
Integrated into 'main-golden', will be available in build *201011140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f66d6080b50a
User: Tomas Zezula <tzezula@netbeans.org>
Log: #191885:QuerySupport causes non needed parse