MCPcopy Create free account
hub / github.com/Syncleus/aparapi / toString

Method toString

src/test/java/com/aparapi/codegen/Diff.java:179–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 public String toString() {
180 StringBuilder sb = new StringBuilder();
181 for (Block block : blocks) {
182 sb.append(block.toString(lhs, rhs)).append("\n");
183 }
184 return (sb.toString());
185 }
186 }
187
188 @SuppressWarnings("unchecked") public static DiffResult diff(String[] lhsString, String[] rhsString) {

Callers 12

testBarrier1Method · 0.45
testBarrier1ExplicitMethod · 0.45
testBarrier2Method · 0.45
testBarrier2ExplicitMethod · 0.45
receiveReportMethod · 0.45
toStringMethod · 0.45
sameMethod · 0.45
listToStringMethod · 0.45
arrayToStringMethod · 0.45
getFileContentMethod · 0.45
testMethod · 0.45
testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected