Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ throwsIOException
Method
throwsIOException
spotbugsTestCases/src/java/RECTest.java:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
public
void
throwsIOException() throws IOException {
27
throw
new
IOException();
28
}
29
30
public
void
throwsTwoExceptions() throws IOException, ClassNotFoundException {
31
throw
new
IOException();
Callers
2
testFail4
Method · 0.95
testPass5
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected