MCPcopy Create free account
hub / github.com/e2wugui/zeze / startModules

Method startModules

ZezeJava/ZezeJavaTest/src/demo/App.java:304–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 }
303
304 public void startModules() throws Exception {
305 lock();
306 try {
307 demo_web.Start(this);
308 demo_Module1.Start(this);
309 demo_Module1_Module11.Start(this);
310 demo_M6.Start(this);
311 demo_M6_M7.Start(this);
312 TaskTest_TaskExt.Start(this);
313 demo_ModuleGTable.Start(this);
314 } finally {
315 unlock();
316 }
317 }
318
319 @Override
320 public void startLastModules() throws Exception {

Callers 1

StartMethod · 0.95

Calls 3

lockMethod · 0.65
unlockMethod · 0.65
StartMethod · 0.45

Tested by

no test coverage detected