MCPcopy Create free account
hub / github.com/LFYSec/MScan / emptyExceptionHandler

Method emptyExceptionHandler

src/test/resources/world/AllInOne.java:179–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 void emptyExceptionHandler() {
180 try {
181 throw new Exception();
182 } catch (Exception e) {
183 }
184 foo(0);
185 try {
186 } catch (Exception e) {
187 }
188 }
189
190 void monitor(Object o) {
191 synchronized (o) {

Callers

nothing calls this directly

Calls 1

fooMethod · 0.95

Tested by

no test coverage detected