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 69255 - Broken .jspx parsing
Summary: Broken .jspx parsing
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2005-11-24 11:49 UTC by Martin Schovanek
Modified: 2006-01-18 11:52 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 Martin Schovanek 2005-11-24 11:49:41 UTC
[#200511231900, jdk1.5.0]

to reproduce:
-------------
1) type in a .jspx:
<!--
<jsp:body>
-->
ERROR: all <jsp: tags behave like real tags.

It was itroduced in build #200511141900, build #200511141730 was ok. (On the
basis of Automated Test results.)
Comment 1 Marek Fukala 2005-11-28 10:01:58 UTC
The test has to wait until the file is parsed after opening and the editor is
notified that the syntax is XML, not standart. Since that the jsp tag is colored
as standart syntax.
Comment 2 Martin Schovanek 2005-11-28 10:45:17 UTC
Reopenig after discussion with Marek.
Comment 3 Marek Fukala 2005-11-28 10:48:07 UTC
Fixed. I am sorry, I forgot to commit one file of the fix so it worked in my builds.

Checking in FastOpenInfoParser.java;
/cvs/web/jspparser/src/org/netbeans/modules/web/jspparser/FastOpenInfoParser.java,v
 <--  FastOpenInfoParser.java
new revision: 1.3; previous revision: 1.2
done
Comment 4 Dan Kolar 2006-01-18 11:52:05 UTC
verified