hbase/dev-support
Nick Dimiduk e5a8435b48 HBASE-24078 SpotBugs check automatically skip inapplicable modules
Without patch, the spotbugs results include warnings for inapplicable
modules:

+---------------------------------------------------------------------------
|      |                |            | Compile Tests
+---------------------------------------------------------------------------
|   0  |        mvndep  |   0m 11s   | Maven dependency ordering
|  +1  |    mvninstall  |   2m 47s   | the source passed
|   0  |      spotbugs  |   0m 11s   | branch/hbase-annotations no spotbugs
|      |                |            | output file (spotbugsXml.xml)
|   0  |      spotbugs  |   0m 14s   | branch/hbase-assembly no spotbugs output
|      |                |            | file (spotbugsXml.xml)
|   0  |      spotbugs  |   0m 07s   |
|      |                |            | branch/hbase-archetypes/hbase-archetype-bu
|      |                |            | ilder no spotbugs output file
|      |                |            | (spotbugsXml.xml)
+---------------------------------------------------------------------------

With patch,

+---------------------------------------------------------------------------
|      |                |            | Compile Tests
+---------------------------------------------------------------------------
|   0  |        mvndep  |   0m 13s   | Maven dependency ordering
|  +1  |    mvninstall  |   3m 09s   | the source passed
|  +1  |      spotbugs  |  17m 09s   | the source passed
+---------------------------------------------------------------------------

Signed-off-by: stack <stack@apache.org>
2020-03-31 09:22:46 -07:00
..
adhoc_run_tests HBASE-24045 Support setting `-Dhadoop.profile` in adhoc_run_tests.sh ADDENDUM 2020-03-26 08:43:50 -07:00
create-release HBASE-23945 Dockerfiles showing hadolint check failures 2020-03-10 12:30:56 -07:00
design-docs HBASE-23198 Update ref guide for distributed MOB compaction. 2020-03-05 11:40:42 -06:00
docker HBASE-23978 Dockerfiles reusing stale apt sources info 2020-03-12 17:09:06 -07:00
flaky-tests HBASE-24017 Turn down flakey rerun rate on all but hot branches 2020-03-18 15:50:39 -07:00
git-jira-release-audit HBASE-23763 Add 'new on release line report' for git/jira audit tool (#1104) 2020-01-30 09:31:01 -08:00
hbase_docker HBASE-23978 Dockerfiles reusing stale apt sources info 2020-03-12 17:09:06 -07:00
jenkins-scripts HBASE-22852 Stop gpg agent daemons in hbase nightlies. (#525) 2019-08-26 16:30:22 -05:00
Dockerfile HBASE-23945 Dockerfiles showing hadolint check failures 2020-03-10 12:30:56 -07:00
HBase Code Template.xml HBASE-6879: Add HBase Code Template 2012-12-04 01:24:18 +00:00
Jenkinsfile HBASE-24016 Change nightly poll from cron @daily to pollSCM @daily; i.e. run nightly if a change ONLY 2020-03-18 14:39:53 -07:00
Jenkinsfile_GitHub HBASE-23946 [JDK11] Yetus should vote -0 for known JDK11 issues (#1246) 2020-03-09 09:10:33 -07:00
checkcompatibility.py HBASE-22497 Mark HBase 1.2 line as EOM 2019-06-03 06:55:58 -05:00
checkstyle_report.py HBASE-14859 Better checkstyle reporting. Reports file names, error names and old/new error counts. Fix some checks. (Apekshit) 2015-11-25 12:18:40 -08:00
eclipse.importorder HBASE-20912 Add import order config in dev support for eclipse (Ankit Singhal and Tak Lon (Stephen) Wu) 2019-04-05 14:36:52 -07:00
gather_machine_environment.sh HBASE-20335 nightly job bash cleanup. 2018-04-11 01:33:14 -05:00
hbase-personality.sh HBASE-24078 SpotBugs check automatically skip inapplicable modules 2020-03-31 09:22:46 -07:00
hbase-vote.sh HBASE-22464 Improvements to hbase-vote script 2019-08-23 12:44:58 -05:00
hbase_docker.sh HBASE-12151 Set mode to 755 on executable scripts in dev-support directory 2014-10-03 13:06:28 +10:00
hbase_eclipse_formatter.xml HBASE-20911 correct Swtich/case indentation in formatter template for eclipse (Ankit Singhal) 2019-04-03 16:30:20 -07:00
hbase_nightly_pseudo-distributed-test.sh HBASE-22522 The integration test in master branch's nightly job has error "ERROR: Only found 1050 rows." 2019-06-02 22:07:49 +08:00
hbase_nightly_source-artifact.sh HBASE-22022 nightly fails rat check down in the dev-support/hbase_nightly_source-artifact.sh check 2019-03-13 13:01:30 -07:00
hbase_nightly_yetus.sh HBASE-23876 Add JDK11 compilation and unit test support to nightly job 2020-03-05 11:46:15 -08:00
hbasetests.sh HBASE-4495 CatalogTracker has an identity crisis; needs to be cut-back in scope (Mikhail Antonov) 2014-07-02 19:01:04 -07:00
jenkinsEnv.sh HBASE-16667 Building with JDK 8: ignoring option MaxPermSize=256m (Niels Basjes) 2016-09-24 16:07:25 -07:00
jenkins_precommit_github_yetus.sh HBASE-23077 move entirely to spotbugs (#1265) 2020-03-12 10:18:09 +08:00
jenkins_precommit_jira_yetus.sh HBASE-23874 Move Jira-attached file precommit definition from script in Jenkins config to dev-support (#1191) (ADDENDUM) 2020-02-24 10:07:23 -08:00
make_patch.sh HBASE-19674: Improve make_patch.sh 2018-01-07 14:41:40 +01:00
make_rc.sh HBASE-21953 Point make_rc.sh at ./create-release/do-release-docker.sh instead 2019-06-12 07:54:30 -07:00
python-requirements.txt HBASE-21712 Make submit-patch.py python3 compatible - ADDENDUM 2019-01-16 09:24:47 +01:00
rebase_all_git_branches.sh HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00
smart-apply-patch.sh HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00
spotbugs-exclude.xml HBASE-23077 move entirely to spotbugs (#1265) 2020-03-12 10:18:09 +08:00
submit-patch.py HBASE-21712 : Make submit-patch.py python3 compatible 2019-01-14 14:50:50 -08:00
test-util.sh HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00
zombie-detector.sh HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- yet more formatting 2015-12-03 14:11:01 -08:00