MCPcopy Create free account
hub / github.com/ReadyTalk/avian / run

Method run

test/Logging.java:66–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 public void run() {
67 log.info("Started run");
68 a();
69 log.log(Level.INFO, "Ended {}!", "run");
70 }
71
72 private void a() {
73 log.fine("Started a()");

Callers 1

mainMethod · 0.95

Calls 3

aMethod · 0.95
infoMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected