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

Method recycle

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

Source from the content-addressed store, hash-verified

181
182
183 @Override
184 public void recycle() {
185 super.recycle();
186 charset = null;
187 }
188
189
190 // -------------------- Setup --------------------

Callers 15

testBug54801Method · 0.95
testBug54821Method · 0.95
testNonstandardSetsMethod · 0.95
testCVE_2019_0232Method · 0.95
doTestClientCertPostMethod · 0.95
testMessagesMethod · 0.95
testToStringMethod · 0.95
testValveMethod · 0.95

Calls 1

recycleMethod · 0.65

Tested by 15

testBug54801Method · 0.76
testBug54821Method · 0.76
testNonstandardSetsMethod · 0.76
testCVE_2019_0232Method · 0.76
doTestClientCertPostMethod · 0.76
testMessagesMethod · 0.76
testToStringMethod · 0.76
testValveMethod · 0.76