[
https://issues.apache.org/jira/browse/MAHOUT-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875357#action_12875357
]
Ted Dunning commented on MAHOUT-409:
------------------------------------
{quote}The floating-point issues are as well all non-issues, actually.
{quote}
Actually, they are mostly non-issues. There is one where there is a check ==
0.5 and then a special case for a division that would diverge there. The
correct answer is to check for \approx 0.5 and insert an order-1 approximation.
To do otherwise may court numerical issues.
I will go ahead and just make inProgress be volatile in case somebody cares
some day.
> Find bugs finds some bugs in our code
> -------------------------------------
>
> Key: MAHOUT-409
> URL: https://issues.apache.org/jira/browse/MAHOUT-409
> Project: Mahout
> Issue Type: Bug
> Reporter: Ted Dunning
> Attachments: MAHOUT-409.patch
>
>
> I will produce a patch shortly that fixes some low hanging fruit highlighted
> by findbugs.
> Notably this:
> http://hudson.zones.apache.org/hudson/job/Mahout-Quality/48/findbugsResult/HIGH/type.-1824009442/source.8285/#44
> and
> http://hudson.zones.apache.org/hudson/job/Mahout-Quality/48/findbugsResult/HIGH/type.-694648638/
> and
> http://hudson.zones.apache.org/hudson/job/Mahout-Quality/48/findbugsResult/HIGH/type.-1787470473/
> and
> http://hudson.zones.apache.org/hudson/job/Mahout-Quality/48/findbugsResult/HIGH/type.921339475/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.