[
https://issues.jboss.org/browse/JBIDE-9828?page=com.atlassian.jira.plugin...
]
Victor Rubezhny commented on JBIDE-9828:
----------------------------------------
Steps to verify:
----------------
EXECUTE: Create JSF2 KickStart project
EXECUTE: Open WebContent/pages.greeting.xjtml
EXECUTE: Insert the following tag into {code}<ui:define name="body">{code}
tag:
{code}
<h:outputText value="Scan & print" />
{code}
EXECUTE: Open Progress View to see the validation progress and save the page.
ASSERT: See in Progress View that the saved page is validated by XHTML Syntax Validator.
See no problems/exceptions in Error Log View.
Note: Before the fix, if there was some tag attribute value containing
'&'-character (but not as an entity beginning like ' '),
there was NullPointerException shown in Error Log View as well as Validation Error after
validation has finished.
NPE and ArrayIndexOutOfBoundsException occur in XHTML validator
----------------------------------------------------------------
Key: JBIDE-9828
URL:
https://issues.jboss.org/browse/JBIDE-9828
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M4
Reporter: Maxim Areshkau
Assignee: Victor Rubezhny
Priority: Critical
Fix For: 3.3.0.M4
Attachments: ArrayIndexOutOfBoundsException.txt, NPE.txt
XHTML validator thews NPE and ArrayIndexOutOfBoundsException for our project.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira