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

Method recycle

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

Resets the message bytes to an uninitialized (NULL) state.

()

Source from the content-addressed store, hash-verified

125 * Resets the message bytes to an uninitialized (NULL) state.
126 */
127 public void recycle() {
128 type = T_NULL;
129 byteC.recycle();
130 charC.recycle();
131
132 strValue = null;
133
134 hasHashCode = false;
135 hasLongValue = false;
136 }
137
138
139 /**

Callers 7

testMapMethod · 0.95
duplicateMethod · 0.95
getRequestDispatcherMethod · 0.95
postParseRequestMethod · 0.95

Calls 1

recycleMethod · 0.65

Tested by 4

testMapMethod · 0.76