You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2016/01/08 08:16:39 UTC

[jira] [Commented] (YETUS-273) Misleading warning messages when FINDBUGS_HOME is not set

    [ https://issues.apache.org/jira/browse/YETUS-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15088823#comment-15088823 ] 

Wei-Chiu Chuang commented on YETUS-273:
---------------------------------------

test-patch.d/findbugs.sh has defined a function findbugs_precheck, which detects if  the executables can be found. But that function is not being used anywhere, and does not have a comment header to describe what it does; therefore, the generated API does not list it.

> 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: John Zhuge
>            Priority: Trivial
>
> 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)