PreconditionsCheckNotNullRepeated
Including the first argument of checkNotNull in the failure message is not useful, as it will always be `null`.

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("PreconditionsCheckNotNullRepeated") to the enclosing element.