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

Method c

test/Logging.java:82–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 private void c() {
83 log.warning("Started c()");
84 try {
85 d();
86 } catch (Exception ex) {
87 log.log(Level.SEVERE, "Exception caught in c", ex);
88 }
89 }
90
91 private void d() throws Exception {
92 e();

Callers 1

bMethod · 0.95

Calls 3

dMethod · 0.95
warningMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected