Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
expectedSubclass
Method · 0.95
expectedNotSubclass
Method · 0.95
testResolveField
Method · 0.95
testResolveMethod
Method · 0.95
testSubclasses
Method · 0.95
testInterfaceSubclasses
Method · 0.95
Calls
3
get
Method · 0.95
getClassHierarchy
Method · 0.80
getClass
Method · 0.65
Tested by
no test coverage detected