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