[
https://issues.apache.org/jira/browse/MAHOUT-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457266#comment-13457266
]
Hudson commented on MAHOUT-166:
-------------------------------
Integrated in Mahout-Quality #1663 (See
[https://builds.apache.org/job/Mahout-Quality/1663/])
MAHOUT-166 ignore directories inside update file directory (Revision
1386734)
Result = FAILURE
srowen : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1386734
Files :
*
/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/model/file/FileDataModel.java
> Potpourri 2
> -----------
>
> Key: MAHOUT-166
> URL: https://issues.apache.org/jira/browse/MAHOUT-166
> Project: Mahout
> Issue Type: Improvement
> Affects Versions: 0.2
> Reporter: Sean Owen
> Assignee: Sean Owen
> Priority: Minor
> Fix For: 0.2
>
> Attachments: MAHOUT-166.patch
>
>
> Another large changelist constructed from FindBugs and IntelliJ analysis.
> It's big enough I figured I'd run it by the list. Key changes:
> - Making stuff final, private that can be
> - Dead code elimination
> - Simplifying JUnit assertions -- "assertTrue(a.equals(b) == true)" could be
> "assertEquals(a, b)" for instance. Also fixed some expected/actual value
> issues
> - Not compiling a Pattern object millions of times -- String.split() and
> replace()/replaceAll() do this and can be profitably replaced with a
> precompiled Pattern.
> - Small bug fixes picked up by analysis
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira