MCPcopy Create free account
hub / github.com/LFYSec/MScan / getClass

Method getClass

src/test/java/pascal/taie/language/HierarchyTest.java:240–242  ·  view source on GitHub ↗
(String className)

Source from the content-addressed store, hash-verified

238 }
239
240 private static JClass getClass(String className) {
241 return World.get().getClassHierarchy().getClass(className);
242 }
243
244 /**
245 * Test resolveMethod() with specified class and name.

Callers 6

expectedSubclassMethod · 0.95
expectedNotSubclassMethod · 0.95
testResolveFieldMethod · 0.95
testResolveMethodMethod · 0.95
testSubclassesMethod · 0.95

Calls 3

getMethod · 0.95
getClassHierarchyMethod · 0.80
getClassMethod · 0.65

Tested by

no test coverage detected