[
https://issues.apache.org/jira/browse/YETUS-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15089411#comment-15089411
]
Allen Wittenauer edited comment on YETUS-273 at 1/8/16 7:45 PM:
----------------------------------------------------------------
It gets called here:
http://github.com/apache/yetus/blob/cccbb02accef0b35bd09d35f93363127d5183bc3/precommit/test-patch.sh#L2691
was (Author: aw):
It gets called here:
https://github.com/apache/yetus/blob/cccbb02accef0b35bd09d35f93363127d5183bc3/precommit/test-patch.sh#L2691
> Misleading warning messages when FINDBUGS_HOME is not set
> ---------------------------------------------------------
>
> Key: YETUS-273
> URL: https://issues.apache.org/jira/browse/YETUS-273
> Project: Yetus
> Issue Type: Improvement
> Reporter: John Zhuge
> Assignee: Marco Zühlke
> Priority: Trivial
> Attachments: YETUS-273.00.patch, YETUS-273.01.patch
>
>
> The warning messages are a little misleading when FINDBUGS_HOME is not set.
> {noformat}
> $ unset FINDBUGS_HOME
> $ ~/yetus/precommit/test-patch.sh --plugins="all" --dirty-workspace
> ~/tmp/HDFS-9522-005.patch
> /tmp/yetus-16516.16384 has been created
> Running in developer mode
> Processing: /Users/jzhuge/tmp/HDFS-9522-005.patch
> Patch file /Users/jzhuge/tmp/HDFS-9522-005.patch copied to
> /private/tmp/yetus-16516.16384
> ============================================================================
> ============================================================================
> Confirming git environment
> ============================================================================
> ============================================================================
> dirty workspace mode; applying against existing branch
> Testing patch on trunk.
> executable '/bin/findbugs' for 'findbugs' does not exist.
> executable '/bin/computeBugHistory' for 'computeBugHistory' does not exist.
> executable '/bin/convertXmlToText' for 'convertXmlToText' does not exist.
> executable '/bin/filterBugs' for 'filterBugs' does not exist.
> executable '/bin/setBugDatabaseInfo' for 'setBugDatabaseInfo' does not exist.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)