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

Method recycle

java/org/apache/catalina/mapper/MappingData.java:89–101  ·  view source on GitHub ↗

Recycle this mapping data for reuse.

()

Source from the content-addressed store, hash-verified

87 * Recycle this mapping data for reuse.
88 */
89 public void recycle() {
90 host = null;
91 context = null;
92 contextSlashCount = 0;
93 contexts = null;
94 wrapper = null;
95 jspWildCard = false;
96 requestPath.recycle();
97 wrapperPath.recycle();
98 pathInfo.recycle();
99 redirectPath.recycle();
100 matchType = null;
101 }
102
103 @Override
104 public final String toString() {

Callers 6

testPerformanceImplMethod · 0.95
testMapMethod · 0.95
getRequestDispatcherMethod · 0.95

Calls 1

recycleMethod · 0.65

Tested by 5

testPerformanceImplMethod · 0.76
testMapMethod · 0.76