Xsltc compiler has dubious looking stuttering code
--------------------------------------------------
Key: XALANJ-2472
URL: https://issues.apache.org/jira/browse/XALANJ-2472
Project: XalanJ2
Issue Type: Task
Security Level: No security risk; visible to anyone (Ordinary problems in
Xalan projects. Anybody can view the issue.)
Components: XSLTC
Affects Versions: The Latest Development Code
Reporter: Dave Brosius
Priority: Trivial
Fix For: The Latest Development Code
xslt.compile.Copy method translate around line 117 does this
if ((parent instanceof LiteralElement) ||
(parent instanceof LiteralElement)) {
_useSets.translate(classGen, methodGen);
}
This is either a simple stutter, or another type was intended to be in the if
statement but forgotten to be put in.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]