MCPcopy Create free account
hub / github.com/apache/tomcat / clear

Method clear

java/org/apache/catalina/util/ResourceSet.java:167–173  ·  view source on GitHub ↗

{@inheritDoc} @exception IllegalStateException if this set is currently locked

()

Source from the content-addressed store, hash-verified

165 * @exception IllegalStateException if this set is currently locked
166 */
167 @Override
168 public void clear() {
169
170 checkLocked();
171 super.clear();
172
173 }
174
175
176 /**

Callers

nothing calls this directly

Calls 2

checkLockedMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected