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

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

Nick Dimiduk created HBASE-24065:
------------------------------------

             Summary: 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


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)