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

Method makeCircularException

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

Build an appropriate exception detailing a specified circular dependency. @param end The dependency to stop at. Must not be null . @param stk A stack of dependencies. Must not be null . @return a BuildException detailing the specified circular dependency.

(final String end, final Stack<String> stk)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

tsortMethod · 0.95

Calls 3

appendMethod · 0.45
equalsMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected