I am writing an Apache Velocity report template (below).
$section.getClientDependencies() apparently returns nothing because the next line (foreach loop) finds nothing.
$section is an instancespecification.
I have verified that I have the right $section value (below).
Section Desc: $section.description)
Section Layout: $section.layout)
Section Format: $section.format)
This next line is the problem:
#set($outgoingDependencies = $section.getClientDependencies())
#foreach($dep in $outgoingDependencies)...
UML diagram.jpg