MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / append

Method append

src/java/lang/StringBuffer.java:205–207  ·  view source on GitHub ↗

Appends an object to the end of this buffer. @param obj the object to be appended @return the StringBuffer itself, NOT a new one.

(Object obj)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

StringBufferMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
readLineMethod · 0.95
loadMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
printThreadGroupMethod · 0.95
generateMethod · 0.95

Calls 6

valueOfMethod · 0.95
ensureCapacityMethod · 0.95
copyWhenSharedMethod · 0.95
arraycopyMethod · 0.95
lengthMethod · 0.45
getCharsMethod · 0.45

Tested by

no test coverage detected