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

Summary: QuerySupport causes non needed parse
Product: editor Reporter: Tomas Zezula <tzezula>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 185714, 189889    

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