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 99134 - AST generators of embedded languages are not called
Summary: AST generators of embedded languages are not called
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 14:41 UTC by Marek Fukala
Modified: 2007-04-04 13:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2007-03-27 14:41:37 UTC
If you open a JSP page with HTML included, for example this one:

<jsp:useBean class="java.lang.Object" id="b">
<p>
</p>
</jsp:useBean>

you will see the navigator showing

jsp:useBean
  |
  +--<p>
  +--</p>

... the HTML's AST generator is not called so the parts of the AST of embedded
languages has no tree structure, but they are planar as they come from the parser.

Please fix this issue soon if possible. Thanks
Comment 1 Jan Jancura 2007-03-29 16:33:25 UTC
Reproducible.
Comment 2 Jan Jancura 2007-04-04 13:48:44 UTC
looks like its fixed:
IDE: [4/4/07 2:47 PM] Committing "Generic Languages Framework" started
Checking in src/org/netbeans/modules/languages/parser/LLSyntaxAnalyser.java;
/cvs/languages/engine/src/org/netbeans/modules/languages/parser/LLSyntaxAnalyser.java,v
 <--  LLSyntaxAnalyser.java
new revision: 1.30; previous revision: 1.29
done
Checking in manifest.mf;
/cvs/languages/engine/manifest.mf,v  <--  manifest.mf
new revision: 1.65; previous revision: 1.64
done
IDE: [4/4/07 2:47 PM] Committing "Generic Languages Framework" finished