Interruption
Always pass 'false' to 'Future.cancel()', unless you are propagating a cancellation-with-interrupt from another caller

Severity
WARNING

Suppression

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