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

Method removeGroups

java/org/apache/catalina/users/GenericUser.java:149–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147
148
149 @Override
150 public void removeGroups() {
151 if (!groups.isEmpty()) {
152 groups.clear();
153 database.modifiedUser(this);
154 }
155 }
156
157
158 @Override

Callers

nothing calls this directly

Calls 3

clearMethod · 0.65
modifiedUserMethod · 0.65
isEmptyMethod · 0.45

Tested by

no test coverage detected