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

Method newInstance

java/org/apache/tomcat/util/buf/MessageBytes.java:107–109  ·  view source on GitHub ↗

Construct a new MessageBytes instance. @return the instance

()

Source from the content-addressed store, hash-verified

105 * @return the instance
106 */
107 public static MessageBytes newInstance() {
108 return factory.newInstance();
109 }
110
111 @Override
112 public Object clone() throws CloneNotSupportedException {

Callers 15

getRequestPathMBMethod · 0.95
testParseHostMethod · 0.95
testToStringFromNullMethod · 0.95
testToBytesFromNullMethod · 0.95
testToCharsFromNullMethod · 0.95
testEqualsNullNullMethod · 0.95
doTestSetLongMethod · 0.95
testConversionMethod · 0.95

Calls 1

newInstanceMethod · 0.65

Tested by 15

getRequestPathMBMethod · 0.76
testParseHostMethod · 0.76
testToStringFromNullMethod · 0.76
testToBytesFromNullMethod · 0.76
testToCharsFromNullMethod · 0.76
testEqualsNullNullMethod · 0.76
doTestSetLongMethod · 0.76
testConversionMethod · 0.76
testConversionNullMethod · 0.76