Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ throwsException
Method
throwsException
spotbugsTestCases/src/java/RECTest.java:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
public
void
throwsException() throws Exception {
23
throw
new
Exception();
24
}
25
26
public
void
throwsIOException() throws IOException {
27
throw
new
IOException();
Callers
1
testPass3
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected