ValidatorImplTag: Unnecessary Thread.dumpStack()
------------------------------------------------
Key: MYFACES-1837
URL: https://issues.apache.org/jira/browse/MYFACES-1837
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 1.2.2
Environment: myfaces-1.2.2
Reporter: Christian Küppers
Fix For: 1.2.3-SNAPSHOT
protected Validator createValidator() throws javax.servlet.jsp.JspException
{
Thread.dumpStack();
if (_validatorIdString != null)
{
return this.createClassicValidator();
}
if (_validatorId != null && _validatorId.isLiteralText())
{
return this.createClassicValidator();
}
return new DelegateValidator(_validatorId, _binding,
_validatorIdString);
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.