You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop now-useless SpotBugs suppressions in AggregateEntry
Removing recordDurations took away the only AtomicLongArray access touching the
recording counters, so SpotBugs no longer raises the AT_* atomicity warnings on
recordOneDuration and clearAggregate. Their @SuppressFBWarnings annotations are
now flagged as US_USELESS_SUPPRESSION; remove them (and the orphaned import).
The single-writer invariant they documented remains described in the class
javadoc.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments