Your code is OK, it's FindBugs issue.
If you switch to SpotBugs, which is "is the spiritual successor of FindBugs, carrying on from the point where it left off with support of its community", you'll have it fixed. Guava since 23.6 "migrated from jsr305 @CheckReturnValue
, @GuardedBy
and @OverridingMethodsMustInvokeSuper
to the Error Prone equivalents", for which support in SpotBugs was added in 2018 in PR#538.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…