MCPcopy Create free account
hub / github.com/spotbugs/spotbugs / report2

Method report2

spotbugsTestCases/src/java/nonnull/TestNonNull.java:30–33  ·  view source on GitHub ↗
(B b)

Source from the content-addressed store, hash-verified

28 }
29
30 public void report2(B b) {
31 // arg1 must still not be null, though
32 b.f(null, new Object());
33 }
34
35 public void report3(C c) {
36 // C doesn't relax any constraints: A's constraints should apply

Callers

nothing calls this directly

Calls 1

fMethod · 0.65

Tested by

no test coverage detected