Bug 9998 - Performance - Better pruning meaningless AST nodes upon completion
Summary: Performance - Better pruning meaningless AST nodes upon completion
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-19 08:36 EST by Philipe Mulet CLA
Modified: 2002-02-28 06:14 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2002-02-19 08:36:37 EST
Build 20020124

When eliminating useless AST for completion, we should not preserve 
initialization expressions inside variable (local/field) declarations unless 
these contain the completion location.

This will speed up the completion process.
Comment 1 David Audel CLA 2002-02-27 05:35:32 EST
Fixed for CompletionParser and SelectionParser.