MCPcopy Index your code
hub / github.com/SQiShER/java-object-diff / notNull

Method notNull

src/main/java/de/danielbechler/util/Assert.java:42–48  ·  view source on GitHub ↗
(final Object object, final String name)

Source from the content-addressed store, hash-verified

40 }
41
42 public static void notNull(final Object object, final String name)
43 {
44 if (object == null)
45 {
46 throw new IllegalArgumentException("'" + name + "' must not be null");
47 }
48 }
49
50 public static void notEmpty(final Collection<?> collection, final String name)
51 {

Callers 15

PropertyIdMethod · 0.95
InclusionServiceMethod · 0.95
resolveUsingMethod · 0.95
TypeInfoMethod · 0.95
PropertyIdMethod · 0.95
MapEntryAccessorMethod · 0.95
InstancesMethod · 0.95
accessMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected