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 69342 - Infinite loop in JSPFoldManager.updateFolds()
Summary: Infinite loop in JSPFoldManager.updateFolds()
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2005-11-25 15:27 UTC by Martin Schovanek
Modified: 2006-01-17 13:27 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-25 15:27:14 UTC
[#200511241900,jdk1.5.0]

to reproduce:
-------------
1) open:
web/jspsyntax/test/qa-functional/data/CompletionTestProjects/JspCompletionTest/web/testJSPDocumentBasic.jspx
ERROR: JSPFoldManager hungs in a infinite loop and killing IDE by OOME errors.
Comment 1 Marek Fukala 2005-11-28 07:50:15 UTC
Fixed. The problem was with jsp tag SyntaxElement containing an error in the
tagname part ( < /jsp:body >...) [a space between < and /]

Checking in JspSyntaxSupport.java;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JspSyntaxSupport.java,v
 <--  JspSyntaxSupport.java
new revision: 1.79; previous revision: 1.78
done
Comment 2 Dan Kolar 2006-01-17 13:27:52 UTC
verified