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 199438 - Let's use Attributed Syntax Tree instead of parse tree in web.el code.
Summary: Let's use Attributed Syntax Tree instead of parse tree in web.el code.
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Expression Language (show other bugs)
Version: -S1S-
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-15 14:40 UTC by Marek Fukala
Modified: 2014-01-16 10:29 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2011-06-15 14:40:03 UTC
For more info refer to the issue #198609

Instead of doing many resolve-expression queries from particular features the EL parse tree should be attributed (types of the elements resolved) on demand so the other features will just use the already prepared data. The same approach (CompilationController.toPhase(Phase.RESOLVED)) is used in java and I believe we should do it similar way.