Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testFail
Method · 0.95
testFail2
Method · 0.95
testFail3
Method · 0.95
testFail4
Method · 0.95
testFail5
Method · 0.95
testFail6
Method · 0.95
testPass
Method · 0.95
testPass2
Method · 0.95
testPass3
Method · 0.95
testPass4
Method · 0.95
testPass5
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected