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

Method setFullName

java/org/apache/catalina/users/GenericUser.java:175–179  ·  view source on GitHub ↗
(String fullName)

Source from the content-addressed store, hash-verified

173
174
175 @Override
176 public void setFullName(String fullName) {
177 database.modifiedUser(this);
178 super.setFullName(fullName);
179 }
180
181
182 @Override

Callers

nothing calls this directly

Calls 2

modifiedUserMethod · 0.65
setFullNameMethod · 0.65

Tested by

no test coverage detected