Bug 309133 - [content assist] Should not be checking Task Tags during content assist operations
Summary: [content assist] Should not be checking Task Tags during content assist opera...
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M7   Edit
Assignee: Chris Jaun CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: performance
: 310353 (view as bug list)
Depends on:
Blocks: 315266
  Show dependency tree
 
Reported: 2010-04-14 10:19 EDT by Chris Jaun CLA
Modified: 2010-06-01 13:56 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***