Skip to content

Commit

Permalink
JENKINS-53720 is fixed already with spotbugs version update
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSpieker committed Dec 4, 2020
1 parent a8dc962 commit c780f81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/findbugs/findbugs-excludes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<Bug pattern="MS_SHOULD_BE_FINAL"/>
<!-- TODO: It's a real issue, but the code is flooded by it right now-->
<Bug pattern="DM_DEFAULT_ENCODING"/>
<!-- TODO: Remove once we migrate to SpotBugs with full Java support (JENKINS-53720)-->
<!-- This check works unreliably on JDK 11 which tries doing some code generation for annotated fields-->
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
</Or>
</Match>
<Match>
Expand Down

0 comments on commit c780f81

Please sign in to comment.