MCPcopy Create free account
hub / github.com/cinit/TMoe / loadClass

Method loadClass

app/src/main/java/cc/ioctl/tmoe/util/Initiator.java:30–37  ·  view source on GitHub ↗
(@NonNull String className)

Source from the content-addressed store, hash-verified

28 }
29
30 @NonNull
31 public static Class<?> loadClass(@NonNull String className) throws ClassNotFoundException {
32 Class<?> clazz = load(className);
33 if (clazz == null) {
34 throw new ClassNotFoundException(className);
35 }
36 return clazz;
37 }
38
39 @Nullable
40 public static Class<?> load(String className) {

Callers 15

staticPresentFragmentMethod · 0.95
initOnceMethod · 0.95
AddReloadMsgBtnClass · 0.95
initOnceMethod · 0.95
getLogsEnabledFieldMethod · 0.95
newActivityMethod · 0.45
initOnceMethod · 0.45
initOnceMethod · 0.45
initOnceMethod · 0.45
initOnceMethod · 0.45

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected