Bug 309133

Summary: [content assist] Should not be checking Task Tags during content assist operations
Product: [WebTools] JSDT Reporter: Chris Jaun <cmjaun>
Component: GeneralAssignee: Chris Jaun <cmjaun>
Status: RESOLVED FIXED QA Contact: Nitin Dahyabhai <thatnitind>
Severity: normal    
Priority: P3 CC: eostroukhov
Version: 3.2Keywords: performance
Target Milestone: 3.2 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 315266    

Description Chris Jaun CLA 2010-04-14 10:19:36 EDT
We parse comments to find existing Task Tags during content assist operations.

This is not necessary and takes 10 to 15% of the total content assist time.
Comment 1 Chris Jaun CLA 2010-04-14 10:21:50 EDT
In doParse method of CompletionEngine set the taskTags property of the scanner to null. This prevents the unneeded checking of task tags.
Comment 2 Chris Jaun CLA 2010-04-26 14:08:50 EDT
*** Bug 310353 has been marked as a duplicate of this bug. ***