MCPcopy Index your code
hub / github.com/apache/tomcat / toString

Method toString

java/org/apache/tomcat/util/buf/ByteChunk.java:601–609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

599 // -------------------- Conversion and getters --------------------
600
601 @Override
602 public String toString() {
603 try {
604 return toString(CodingErrorAction.REPLACE, CodingErrorAction.REPLACE);
605 } catch (CharacterCodingException e) {
606 // Unreachable code. Use of REPLACE above means the exception will never be thrown.
607 throw new IllegalStateException(e);
608 }
609 }
610
611
612 /**

Callers 15

testTagFileInJarMethod · 0.95
testBug54242Method · 0.95
testBug54888Method · 0.95
testBug54011Method · 0.95
testBug54338Method · 0.95
testBug54011Method · 0.95
testBug54144Method · 0.95
testTagMethod · 0.95
testTagMethod · 0.95

Calls 2

toStringMethod · 0.95
isNullMethod · 0.65

Tested by 15

testTagFileInJarMethod · 0.76
testBug54242Method · 0.76
testBug54888Method · 0.76
testBug54011Method · 0.76
testBug54338Method · 0.76
testBug54011Method · 0.76
testBug54144Method · 0.76
testTagMethod · 0.76
testTagMethod · 0.76