jsp parsing errors - NetBeans performance killer
I've noticed in NB 3.4.x that once a ParseException occurs (from
ide.log)
INFORMATIONAL *********** Exception occurred ************ at Wed Jul 31
12:12:00 CDT 2002
org.apache.jasper.compiler.ParseException: /main/quickfixqueue.jsp(14,0)
Unterminated user-defined tag: ending tag </pg:item> not found or
incorrectly nested
that NetBeans really drags when you interact with JSP and Java pages.
Saving takes a lot more resources (CPU, time), and even switching tabs
too. I wish I could quantify it better than that, but I can't. Note
that even if you correct the parse error, performance never comes back -
you have to restart netbeans (at least that's been my experience).
Thanks,
Glenn
# 1
Hi Glenn,
thank you for drawing our attention to this problem. I filed a bug
http://www.netbeans.org/issues/show_bug.cgi?id=26487
and I would be grateful if you could let us know more about the
problem. Which build of Netbeans 3.4 did you use, which OS do you use
and which version of the JDK. The best thing would be if you can
modify the bug entry directly, if you don't have an issuezilla account
could you please follow up with the information here.
Thank you,
Ana
Glenn R. Kronschnabl writes:
# I've noticed in NB 3.4.x that once a ParseException occurs (from
# ide.log)
#
# INFORMATIONAL *********** Exception occurred ************ at Wed Jul 31
# 12:12:00 CDT 2002
# org.apache.jasper.compiler.ParseException: /main/quickfixqueue.jsp(14,0)
# Unterminated user-defined tag: ending tag </pg:item> not found or
# incorrectly nested
#
# that NetBeans really drags when you interact with JSP and Java pages.
# Saving takes a lot more resources (CPU, time), and even switching tabs
# too. I wish I could quantify it better than that, but I can't. Note
# that even if you correct the parse error, performance never comes back -
# you have to restart netbeans (at least that's been my experience).
#
# Thanks,
# Glenn
#
#