Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ removeRoles
Method
removeRoles
java/org/apache/catalina/users/GenericUser.java:166–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
165
166
@Override
167
public
void
removeRoles() {
168
if
(!roles.isEmpty()) {
169
roles.clear();
170
database.modifiedUser(this);
171
}
172
}
173
174
175
@Override
Callers
nothing calls this directly
Calls
3
clear
Method · 0.65
modifiedUser
Method · 0.65
isEmpty
Method · 0.45
Tested by
no test coverage detected