wip #5073
Annotations
1 error and 4 warnings
Spotbugs
Process completed with exit code 1.
|
Spotbugs:
caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java#L1528
[Var] Non-constant variable missing @var annotation
|
Spotbugs:
caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java#L1530
[OperatorPrecedence] Use grouping parenthesis to make the operator precedence explicit
|
Spotbugs:
caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java#L1533
[OperatorPrecedence] Use grouping parenthesis to make the operator precedence explicit
|
Spotbugs:
caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java#L1528
[Var] Non-constant variable missing @var annotation
|
Loading