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

Method main

src/test/resources/pta/contextsensitivity/TypeSens.java:3–8  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

1class TypeSens {
2
3 public static void main(String[] args) {
4 String s = "xxx";
5 s.hashCode();
6 Class c = TypeSens.class;
7 c.getName();
8 }
9}

Callers

nothing calls this directly

Calls 2

getNameMethod · 0.65
hashCodeMethod · 0.45

Tested by

no test coverage detected