UseTimeInScope
Prefer to reuse time sources rather than creating new ones. Having multiple unsynchronized time sources in scope risks accidents.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("UseTimeInScope")
to the enclosing element.