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

Method removeDuplicateTargets

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

Targets in imported files with a project name and not overloaded by the main build file will be in the target map twice. This method removes the duplicate target. @param targets the targets to filter. @return the filtered targets.

(final Map<String, Target> targets)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

printTargetsMethod · 0.95

Calls 7

getNameMethod · 0.95
streamMethod · 0.80
valuesMethod · 0.80
getMethod · 0.65
putMethod · 0.65
getLocationMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected