MCPcopy Create free account
hub / github.com/zaproxy/zaproxy / getInstance

Method getInstance

zap/src/main/java/org/parosproxy/paros/Constant.java:1427–1433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1425 }
1426
1427 public static Constant getInstance() {
1428 if (instance == null) {
1429 // ZAP: Changed to use the method createInstance().
1430 createInstance(null);
1431 }
1432 return instance;
1433 }
1434
1435 public static synchronized void createInstance(ControlOverrides overrides) {
1436 if (instance == null) {

Callers 9

setUpZapMethod · 0.95
getSessionFolderMethod · 0.95
ModelClass · 0.95
initMethod · 0.95
actionPerformedMethod · 0.95
createKeyPairMethod · 0.45

Calls 1

createInstanceMethod · 0.95

Tested by 1

setUpZapMethod · 0.76