Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clear
Method · 0.95
put
Method · 0.95
putAll
Method · 0.95
remove
Method · 0.95
Calls
1
getString
Method · 0.65
Tested by
no test coverage detected