You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2007/05/16 21:01:16 UTC

[jira] Commented: (HADOOP-1379) Integrate Findbugs into nightly build process

    [ https://issues.apache.org/jira/browse/HADOOP-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496372 ] 

Doug Cutting commented on HADOOP-1379:
--------------------------------------

Can you please attach some sample findbugs output?  I have no problem adding support for findbugs to build.xml, but am concerned that if the false-positive rate is too high that it could waste more time than it saves, so we shouldn't force its analysis on folks, e.g., by failing builds because of it.  Adding it to the nightly as something that folks can optionally browse shouldn't cause any harm however.

> Integrate Findbugs into nightly build process
> ---------------------------------------------
>
>                 Key: HADOOP-1379
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1379
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: test
>            Reporter: Nigel Daley
>
> I think we should integrate Findbugs (http://findbugs.sourceforge.net) into our nightly test runs at http://lucene.zones.apache.org:8080/hudson/ and/or our patch process builds.
> Findbugs uses static analysis to look for bugs in Java code.  It is licensed under Lesser GNU Public License so the build target will need to be optional, similar to the checkstyle target. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.