You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/06/09 06:15:02 UTC

[jira] [Commented] (MAHOUT-1577) FindBugs and PMD settings unrealistic

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

Hudson commented on MAHOUT-1577:
--------------------------------

FAILURE: Integrated in Mahout-Quality #2643 (See [https://builds.apache.org/job/Mahout-Quality/2643/])
MAHOUT-1577 - Kill a few more warnings and turn off several (like newline in format string, non-final method call in constructor) (tdunning: rev 8bcaa77340ac377a20237af4efbe891dc5a4790d)
* buildtools/src/main/resources/findbugs-exclude.xml
* math/src/main/java/org/apache/mahout/math/decomposer/lanczos/LanczosState.java
* math/src/main/java/org/apache/mahout/math/als/ImplicitFeedbackAlternatingLeastSquaresSolver.java
* math/src/main/java-templates/org/apache/mahout/math/list/AbstractValueTypeList.java.t
* buildtools/src/main/resources/mahout-pmd-ruleset.xml
* examples/src/main/java/org/apache/mahout/classifier/sgd/RunAdaptiveLogistic.java


> FindBugs and PMD settings unrealistic 
> --------------------------------------
>
>                 Key: MAHOUT-1577
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1577
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>
> We get warnings on every use of a non-final method in a constructor.  This is arguably slightly risky, but I haven't ever seen a bug from this.  Similarly, we haven't had any problems with long methods (inherent in Hadoop programs, I think) nor with putting literals after variables in comparisons.
> I am going to turn these warnings off to decrease noise levels.



--
This message was sent by Atlassian JIRA
(v6.2#6252)