[
https://issues.apache.org/jira/browse/RATIS-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai resolved RATIS-1646.
-------------------------------------
Fix Version/s: 3.1.0
Resolution: Fixed
All warnings are fixed, suppressions removed. {{\@SuppressFBWarnings}} is no
longer available.
{code}
$ mvn -B dependency:tree | grep -c spotbugs
0
$ grep -r SuppressFBWarnings . | wc -l
0
{code}
> Fix suppressed Findbugs warnings
> --------------------------------
>
> Key: RATIS-1646
> URL: https://issues.apache.org/jira/browse/RATIS-1646
> Project: Ratis
> Issue Type: Bug
> Reporter: Tsz-wo Sze
> Assignee: Ethan Rose
> Priority: Major
> Fix For: 3.1.0
>
>
> There are quite a few {{@SuppressFBWarnings}} tags in the code. We should
> fix the underlying problems or document the reason of the suppression.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)