
freemarker.resource.resource-report.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of engine Show documentation
Show all versions of engine Show documentation
The Engine for JBoss Windup.
The newest version!
<#if (globalResults?size > 0 || lineNumberSuggestions?size > 0 || classificationResults?size > 0 || linkResults?size > 0)>
<#if (classificationResults?size > 0)>
Classification
<#list classificationResults as result>
- ${result.description}
<#if (result.hints?size > 0)>
<#list result.hints as hint>
- ${hint}
#list>
#if>
#list>
#if>
<#if (globalResults?size > 0)>
Highlights
<#list globalResults as result>
- ${result.description}
<#if (result.hints?size > 0)>
<#list result.hints as hint>
- ${hint}
#list>
#if>
#list>
#if>
<#if (linkResults?size > 0)>
Links
<#list linkResults as result>
- ${result.link}-${result.description}
#list>
#if>
<#if (lineNumberSuggestions?size > 0)>
Notification
<#list lineNumberSuggestions as dr>
- ${dr.description}
#list>
#if>
#if>
<#t><#rt>
${sourceText?html}<#t><#rt>
<#t><#rt>
<#include "resource-script.ftl">
© 2015 - 2025 Weber Informatics LLC | Privacy Policy