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

Method lineSplit

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

Splits up a string into a list of lines. It is equivalent to split(data, '\n') . @param data the string to split up into lines. @return the list of lines available in the string.

(String data)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testSplitLinesMethod · 0.95

Calls 1

splitMethod · 0.95

Tested by 1

testSplitLinesMethod · 0.76