You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2020/03/26 21:21:00 UTC

[jira] [Work started] (HBASE-24065) Enable SpotBugs in PreCommit

     [ https://issues.apache.org/jira/browse/HBASE-24065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HBASE-24065 started by Nick Dimiduk.
--------------------------------------------
> Enable SpotBugs in PreCommit
> ----------------------------
>
>                 Key: HBASE-24065
>                 URL: https://issues.apache.org/jira/browse/HBASE-24065
>             Project: HBase
>          Issue Type: Task
>          Components: build, test
>    Affects Versions: 3.0.0, 2.3.0
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>            Priority: Major
>
> Yetus's SpotBugs module depends on {{maven_add_install}}. In {{Jenkinsfile_GitHub}}, I'm pretty strict on my module definitions, with
> {noformat}
> GENERAL_CHECK_PLUGINS = 'all,-compile,-javac,-javadoc,-jira,-shadedjars,-unit'
> JDK_SPECIFIC_PLUGINS = 'compile,github,htmlout,javac,javadoc,maven,mvninstall,shadedjars,unit'
> {noformat}
> The general check requests {{all}} but omits {{compile}} and {{maven}}, which I think means the {{spotbugs}} check gets dropped. Before HBASE-23767, we had just a single yetus that did {{all}}, so {{spotbugs}} would have been run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)