MCPcopy Index your code
hub / github.com/davidgiven/luje / toString

Method toString

lib/java/lang/StringBuilder.java:654–662  ·  view source on GitHub ↗

Returns the contents of this builder. @return the string representation of the data in this builder.

()

Source from the content-addressed store, hash-verified

652 * @return the string representation of the data in this builder.
653 */
654 @Override
655 public String toString() {
656 /* Note: This method is required to workaround a compiler bug
657 * in the RI javac (at least in 1.5.0_06) that will generate a
658 * reference to the non-public AbstractStringBuilder if we don't
659 * override it here.
660 */
661 return super.toString();
662 }
663
664 /**
665 * Reads the state of a {@code StringBuilder} from the passed stream and

Callers 15

decodeMethod · 0.95
encodeURLMethod · 0.95
toASCIILowerCaseMethod · 0.95
toASCIIUpperCaseMethod · 0.95
toStringMethod · 0.95
toHexStringMethod · 0.95
replaceMethod · 0.95
toHexStringMethod · 0.95
genTempFileMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected