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

Method throwsNothing

spotbugsTestCases/src/java/RECTest.java:19–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 public void throwsNothing() {
20 }
21
22 public void throwsException() throws Exception {
23 throw new Exception();

Callers 11

testFailMethod · 0.95
testFail2Method · 0.95
testFail3Method · 0.95
testFail4Method · 0.95
testFail5Method · 0.95
testFail6Method · 0.95
testPassMethod · 0.95
testPass2Method · 0.95
testPass3Method · 0.95
testPass4Method · 0.95
testPass5Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected