Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

VoidUsed
Using a Void-typed variable is potentially confusing, and can be replaced with a literal `null`.

Severity
WARNING

Suppression

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