未验证 提交 9690e5ab 编写于 作者: M Mark Waite 提交者: GitHub

Merge pull request #4409 from StefanSpieker/spotbugs_excludes

Spotbugs: remove UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS from global exclude
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
<!-- Various debug probes have non final static fields --> <!-- Various debug probes have non final static fields -->
<!-- TODO: Replace by in-code annotations --> <!-- TODO: Replace by in-code annotations -->
<Bug pattern="MS_SHOULD_BE_FINAL"/> <Bug pattern="MS_SHOULD_BE_FINAL"/>
<!-- Groovy generates this -->
<Bug pattern="UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS"/>
<!-- TODO: It's a real issue, but the code is flooded by it right now--> <!-- TODO: It's a real issue, but the code is flooded by it right now-->
<Bug pattern="DM_DEFAULT_ENCODING"/> <Bug pattern="DM_DEFAULT_ENCODING"/>
<!-- TODO: Remove once we migrate to SpotBugs with full Java support (JENKINS-53720)--> <!-- TODO: Remove once we migrate to SpotBugs with full Java support (JENKINS-53720)-->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册