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

Method getInstance

src/main/java/core/packetproxy/gui/GUIHistory.java:92–96  ·  view source on GitHub ↗
(JFrame frame)

Source from the content-addressed store, hash-verified

90 }
91
92 public static GUIHistory getInstance(JFrame frame) throws Exception {
93 owner = frame;
94 GUIHistory history = getInstance();
95 return history;
96 }
97
98 public static GUIHistory getInstance() throws Exception {
99 if (instance == null) {

Callers 5

actionPerformedMethod · 0.95
addExtensionMethod · 0.95
removeExtensionMethod · 0.95
getGUIHistoryMethod · 0.95
includeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected