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

Method checkLocked

java/org/apache/catalina/util/ParameterMap.java:195–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193
194
195 private void checkLocked() {
196 if (locked) {
197 throw new IllegalStateException(sm.getString("parameterMap.locked"));
198 }
199 }
200
201
202 @Override

Callers 4

clearMethod · 0.95
putMethod · 0.95
putAllMethod · 0.95
removeMethod · 0.95

Calls 1

getStringMethod · 0.65

Tested by

no test coverage detected