Bug 438087

Summary: Reduce AST lookup by DLTK IImportDeclaration
Product: z_Archived Reporter: Dawid Pakula <zulus>
Component: PDTAssignee: PHP Core <php.core-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: wywrzal
Version: unspecifiedKeywords: performance
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://git.eclipse.org/r/77234
https://git.eclipse.org/c/pdt/org.eclipse.pdt.git/commit/?id=33198dc97979e8ace21632a4e3417ce820256e3c
Whiteboard:
Bug Depends on: 455754, 472740, 437856    
Bug Blocks: 440965    

Description Dawid Pakula CLA 2014-06-24 14:53:12 EDT
In theory PDT is registering in model all imports. But, while resolving references (for example in TI or CA), AST is required to detect aliases. Since 5.6 problem will grow up, because will be possible to import functions and constants.

If bug 437856 cannot be resolved, we have to find way to put these informations into type metadata.
Comment 1 Michal Niewrzal CLA 2015-05-11 05:45:39 EDT
@Dawid, do you plan to work with this or I can give it a shot?
Comment 2 Dawid Pakula CLA 2015-05-11 05:46:39 EDT
I'm working on refactoring now.
Comment 3 Eclipse Genie CLA 2016-07-13 07:41:51 EDT
New Gerrit change created: https://git.eclipse.org/r/77234
Comment 5 Michal Niewrzal CLA 2016-07-18 06:39:23 EDT
Merged patch is reducing AST lookup for use statements only around Outline view.