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

Method main

src/test/resources/pta/basic/ClassObj.java:5–11  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

3 static Class klass;
4
5 public static void main(String[] args) {
6 Class c1 = A.class;
7 c1.hashCode();
8 klass = A.class;
9 Class c2 = klass;
10 c2.hashCode();
11 }
12
13 static class A {
14

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.45

Tested by

no test coverage detected