[
https://issues.apache.org/jira/browse/OFBIZ-11996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191027#comment-17191027 ]
Jacques Le Roux commented on OFBIZ-11996:
-----------------------------------------
Ah, Spotbugs suggests a cast here:
{code:java}
// print any parse error
if (parser.isTrackErrors()) {
ParseErrorList list = (ParseErrorList) parser.getErrors();
list.forEach(logError);
}
{code}
> Well-formed html in ftl template
> --------------------------------
>
> Key: OFBIZ-11996
> URL:
https://issues.apache.org/jira/browse/OFBIZ-11996> Project: OFBiz
> Issue Type: Improvement
> Components: base
> Affects Versions: Upcoming Branch
> Reporter: James Yong
> Assignee: James Yong
> Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-11996.patch
>
>
> Check for well-formed html in ftl templates to catch programming errors.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)