MCPcopy 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

mainMethod · 0.95
getFilenameFromUrlMethod · 0.45
loadMessagesMethod · 0.45
testSimpleTestMethod · 0.45
testShortcutPathTestMethod · 0.45
loadFilterMethod · 0.45
findActualObjectMatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected