Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ cnew
Method
cnew
src/test/resources/pta/reflection/ReflectiveAction.java:33–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
static
void
cnew() throws Exception {
34
Class<U> klass = U.
class
;
35
U u = klass.newInstance();
36
u.foo();
37
}
38
39
static
void
ctornew() throws Exception {
40
Class<U> klass = U.
class
;
Callers
1
main
Method · 0.95
Calls
1
foo
Method · 0.95
Tested by
no test coverage detected