[
https://issues.apache.org/jira/browse/RATIS-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808517#comment-17808517
]
Attila Doroszlai edited comment on RATIS-1646 at 1/19/24 7:36 AM:
------------------------------------------------------------------
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}
Thanks everyone who contributed fixes!
was (Author: adoroszlai):
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)