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

Method getInstance

src/main/java/core/packetproxy/model/Packets.java:38–44  ·  view source on GitHub ↗
(boolean restore)

Source from the content-addressed store, hash-verified

36 private PropertyChangeSupport changes = new PropertyChangeSupport(this);
37
38 public static Packets getInstance(boolean restore) throws Exception {
39 if (instance == null) {
40
41 instance = new Packets(restore);
42 }
43 return instance;
44 }
45
46 public static Packets getInstance() throws Exception {
47 if (instance == null) {

Callers 14

prepareDuplexMethod · 0.95
PacketsControllerMethod · 0.95
processMethod · 0.95
actionPerformedMethod · 0.95
GUIHistoryMethod · 0.95
actionPerformedMethod · 0.95
onApprovedMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected