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

Method findTargetPosition

src/main/org/apache/tools/ant/Main.java:1192–1201  ·  view source on GitHub ↗

Searches for the correct place to insert a name into a list so as to keep the list sorted alphabetically. @param names The current list of names. Must not be null . @param name The name to find a place for. Must not be null . @return the correct place in the l

(final Vector<String> names, final String name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

printTargetsMethod · 0.95

Calls 2

sizeMethod · 0.65
compareToMethod · 0.45

Tested by

no test coverage detected