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

Method x

src/test/resources/bugfinder/DroppedException.java:2–7  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

1public class DroppedException implements Cloneable {
2 public static int x(int i) throws Exception {
3 if (i > 0) {
4 throw new Exception();
5 }
6 return i;
7 }
8
9 public void commonPractice() { // right case
10 try {

Callers 7

commonPracticeMethod · 0.95
emptyCatchBlock1Method · 0.95
emptyCatchBlock2Method · 0.95
exitInTryBlockMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected