MCPcopy Create free account
hub / github.com/apache/pig / toString

Method toString

test/org/apache/pig/test/Util.java:1029–1033  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1027 public String stdoutContents;
1028
1029 @Override
1030 public String toString() {
1031 return "[Exit code: " + exitCode + ", stdout: <" + stdoutContents + ">, " +
1032 "stderr: <" + stderrContents + ">";
1033 }
1034 }
1035
1036 static public boolean deleteDirectory(File path) {

Callers 15

makeNGramMethod · 0.45
logCallerMethod · 0.45
findSalientMethod · 0.45
testLoadStoreFuncMethod · 0.45
getAliasToSchemaMapMethod · 0.45
makeMockTempFileMethod · 0.45
getActualResultsMethod · 0.45
assertOutputMethod · 0.45
readFileMethod · 0.45
testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected