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

Method tsort

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

Perform a single step in a recursive depth-first-search traversal of the target dependency tree. The current target is first set to the "visiting" state, and pushed onto the "visiting" stack. An exception is then thrown if any child of the current node is in the visiting

(final String root, final Hashtable<String, Target> targetTable,
                             final Hashtable<String, String> state, final Stack<String> visiting,
                             final Vector<Target> ret)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

topoSortMethod · 0.95

Calls 8

getDependenciesMethod · 0.95
makeCircularExceptionMethod · 0.95
pushMethod · 0.80
putMethod · 0.65
getMethod · 0.65
appendMethod · 0.45
listMethod · 0.45
addElementMethod · 0.45

Tested by

no test coverage detected