#{extends 'main.html' /} #{set title: program.name + ' Program Summary' /} #{set 'moreStyles'} #{/set} #{set 'moreScripts'} #{/set}

Legacy Code Linkage

This list of Java code is based on the @legacy annotations that reference ${program.name}. Only the checked/selected classes will be included in the author chart. By default only the classes with a program linkage greater than 60% are selected.

#{if !linkList || linkList.isEmpty()} No classes linked to this program. #{/if}
#{list items:linkList, as:'link' } %{ classTip = link.indirect ? "Not linked via @legacy annotation.\n" : ""; classTip = classTip + link.getFullyQualifiedClassName(); }% #{list items:link.methodLinks, as:'method' } #{/list} #{/list}
${method.lineTotal} ${method.methodName}()

Commit History

This is a chronological list of commits that are relevant to the selected classes on the left. Use the checkboxes to select which classes to include.

Loading commit history...