MCPcopy Create free account
hub / github.com/ReadyTalk/avian / setName

Method setName

classpath/java/lang/Thread.java:203–205  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

201 }
202
203 public void setName(String name) {
204 this.name = name;
205 }
206
207 public UncaughtExceptionHandler getUncaughtExceptionHandler() {
208 UncaughtExceptionHandler eh = exceptionHandler;

Callers 6

bootJavaClassFunction · 0.80
nameClassFunction · 0.80
getClassNameFunction · 0.80
makeJclassMethod · 0.80
makeThreadMethod · 0.80
writeBootImage2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected