Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ staticThrowsIOException
Method
staticThrowsIOException
spotbugsTestCases/src/java/RECTest.java:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
public
static
void
staticThrowsIOException() throws IOException {
16
throw
new
IOException();
17
}
18
19
public
void
throwsNothing() {
20
}
Callers
1
testFail5
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected