Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ fail
Method
fail
spotbugsTestCases/src/java/NullStorer.java:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
public
void
fail() {
15
Integer i = 7;
16
i = null;
17
}
18
19
public
void
fail2() {
20
new
File(
"/home/dannyc/workspace/j2ee/src/share/com/sun/enterprise/deployment"
);
Callers
13
main
Method · 0.95
getFilenameFromUrl
Method · 0.45
exceptionsAreSuppressed
Method · 0.45
checkForUnexpectedBugs
Method · 0.45
loadMessages
Method · 0.45
testSimpleTest
Method · 0.45
testShortcutPathTest
Method · 0.45
loadFilter
Method · 0.45
applyMultiResolutionToAllMarkers
Method · 0.45
findActualObjectMatch
Method · 0.45
applySpecificResolutionForAllMarkers
Method · 0.45
assertAllMarkersHaveResolutions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected