MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getInstance

Method getInstance

src/main/java/core/packetproxy/model/Diff.java:55–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54 static Diff instance = null;
55 public static Diff getInstance() throws Exception {
56 if (instance == null) {
57
58 instance = new Diff();
59 }
60 return instance;
61 }
62
63 public static void diffPerCharacter(DiffSet set, DiffEventListener original_event, DiffEventListener target_event)
64 throws Exception {

Callers 15

actionPerformedMethod · 0.95
updateMethod · 0.95
createSSLContextMethod · 0.45
aesGCMMethod · 0.45
convertMethod · 0.45
loadMethod · 0.45
generateKeyStoreMethod · 0.45
importPEMMethod · 0.45
importDERMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected