Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
testBug54801
Method · 0.95
testBug54821
Method · 0.95
testNonstandardSets
Method · 0.95
testBreakELInterpreter
Method · 0.95
testBreakStringInterpreter
Method · 0.95
testNonstandardRemoves
Method · 0.95
testCVE_2019_0232
Method · 0.95
doTestCustomTrustManager
Method · 0.95
doTestClientCertPost
Method · 0.95
testMessages
Method · 0.95
testToString
Method · 0.95
testValve
Method · 0.95
Calls
1
recycle
Method · 0.65
Tested by
15
testBug54801
Method · 0.76
testBug54821
Method · 0.76
testNonstandardSets
Method · 0.76
testBreakELInterpreter
Method · 0.76
testBreakStringInterpreter
Method · 0.76
testNonstandardRemoves
Method · 0.76
testCVE_2019_0232
Method · 0.76
doTestCustomTrustManager
Method · 0.76
doTestClientCertPost
Method · 0.76
testMessages
Method · 0.76
testToString
Method · 0.76
testValve
Method · 0.76