All Downloads are FREE. Search and download functionalities are using the official Maven repository.

errorprone.bugpattern.UnnecessarySetDefault.md Maven / Gradle / Ivy

The newest version!
NullPointerTester comes with built-in support for some well known types like
`Optional` and `ImmutableList` via guava's
[`ArbitraryInstances`](http://static.javadoc.io/com.google.guava/guava-testlib/23.0/com/google/common/testing/ArbitraryInstances.html)
class. Explicitly calling `setDefault` for these types is unnecessary.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy