MCPcopy Create free account
hub / github.com/spotbugs/spotbugs / f

Method f

spotbugsTestCases/src/java/DETest.java:10–24  ·  view source on GitHub ↗
(int a)

Source from the content-addressed store, hash-verified

8 }
9
10 public static int f(int a) {
11 try {
12 return x(a);
13 } catch (Exception e) {
14 }
15 try {
16 return x(a - 5);
17 } catch (Exception e) {
18 }
19 try {
20 return x(-a);
21 } catch (Exception e) {
22 }
23 return 0;
24 }
25
26 public static void main(String[] args) {
27 try {

Callers

nothing calls this directly

Calls 1

xMethod · 0.95

Tested by

no test coverage detected