MCPcopy Create free account
hub / github.com/apache/ant / topoSort

Method topoSort

src/main/org/apache/tools/ant/Project.java:1772–1775  ·  view source on GitHub ↗

Topologically sort a set of targets. Equivalent to calling topoSort(new String[] {root}, targets, true) . @param root The name of the root target. The sort is created in such a way that the sequence of Targets up to the root target is the minimum possible such s

(final String root, final Hashtable<String, Target> targetTable)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

executeTargetMethod · 0.95
dependsOnMethod · 0.95
executeTargetsMethod · 0.80

Calls 7

tsortMethod · 0.95
logMethod · 0.95
streamMethod · 0.80
formatMethod · 0.80
joiningMethod · 0.80
getMethod · 0.65
keySetMethod · 0.45

Tested by

no test coverage detected