[
https://issues.jboss.org/browse/JBIDE-12308?page=com.atlassian.jira.plugi...
]
Yahor Radtsevich updated JBIDE-12308:
-------------------------------------
Fix Version/s: 3.3.2
Assignee: Denis Golovin (was: Yahor Radtsevich)
Denis, please review these patches to be applied in 3.3.x branch:
# JUnit test for this issue: [changeset
42509|https://source.jboss.org/rdiff/JBossTools?csid=42509&u&N].
# Patch for this issue itself: [changeset
42489|https://source.jboss.org/rdiff/JBossTools?csid=42489&u&N]. What it does is
replacing too complex regular expression (this causes the stack overflow) by string
processing in plain Java.
VPE throws StackOverflowError and visual part is blank
------------------------------------------------------
Key: JBIDE-12308
URL:
https://issues.jboss.org/browse/JBIDE-12308
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Reporter: Yahor Radtsevich
Assignee: Denis Golovin
Fix For: 3.3.2, 4.0.0.Alpha2
Attachments: screenshot.png
# Create new RichFaces project from JBoss Central View
# Open richfaces-webapp/src/main/webapp/WEB-INF/templates/mobile.xhtml in VPE
*Result:*
VPE is blank:
!screenshot.png|thumbnail!
{code}
java.lang.StackOverflowError
at java.util.regex.Pattern$GroupHead.match(Pattern.java:4556)
at java.util.regex.Pattern$Loop.match(Pattern.java:4683)
at java.util.regex.Pattern$GroupTail.match(Pattern.java:4615)
at java.util.regex.Pattern$BranchConn.match(Pattern.java:4466)
at java.util.regex.Pattern$CharProperty.match(Pattern.java:3694)
at java.util.regex.Pattern$Branch.match(Pattern.java:4502)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira