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

Summary: AST generators of embedded languages are not called
Product: obsolete Reporter: Marek Fukala <mfukala>
Component: languagesAssignee: Jan Jancura <jjancura>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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