UnnecessarilyUsedValue
The result of this API is ignorable, so it does not need to be captured / assigned into an `unused` variable.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("UnnecessarilyUsedValue")
to the enclosing element.