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

Method replace

src/main/org/apache/tools/ant/util/StringUtils.java:89–92  ·  view source on GitHub ↗

Replace occurrences into a string. @param data the string to replace occurrences into @param from the occurrence to replace. @param to the occurrence to be used as a replacement. @return the new string with replaced occurrences. @deprecated Use String#replace(CharSequence, CharSequence) now.

(String data, String from, String to)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

testReplaceMethod · 0.95
extractVariablePartMethod · 0.45
classNameToResourceMethod · 0.45
selectSourcesMethod · 0.45
resolveFileMethod · 0.45
isContextRelativePathMethod · 0.45
isAbsolutePathMethod · 0.45
translatePathMethod · 0.45
dissectMethod · 0.45
toVMSPathMethod · 0.45
getPathStackMethod · 0.45
extractVariablePartMethod · 0.45

Calls

no outgoing calls

Tested by 1

testReplaceMethod · 0.76