Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
modifiedUser
Method · 0.65
setFullName
Method · 0.65
Tested by
no test coverage detected