You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Luc Maisonobe (JIRA)" <ji...@apache.org> on 2008/02/02 00:43:08 UTC

[jira] Commented: (MATH-183) Findbugs Report

    [ https://issues.apache.org/jira/browse/MATH-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564978#action_12564978 ] 

Luc Maisonobe commented on MATH-183:
------------------------------------

The first two warnings about the non final TOO_SMALL fields have been discussed on the list (see http://markmail.org/message/tnxlul6qfjzs3mr3). Phil proposed to comment this in the release notes.

The next four floating point equality warnings and the last four internal representation exposed are intentional. They are identified in a commented findbugs exclusion filter in the subversion tree (file findbugs-exclude-filter.xml added about three weeks ago). This filter is active when findbugs report is created from maven2 (see plugin configuration in pom.xml).

The null pointer possible dereference was also discussed here (see http://markmail.org/message/33jpeig4qjmvtvy7). I forgot to check after Phil answered. I'll do it.

I'll fix the static inner class in Frequency if possible without breaking compatibility.

I understand the concerns about synchronisation, but would prefer someone else check them also.

As a summary, only the first two warnings should remain at the end.
Thanks for the report.


> Findbugs Report
> ---------------
>
>                 Key: MATH-183
>                 URL: https://issues.apache.org/jira/browse/MATH-183
>             Project: Commons Math
>          Issue Type: Bug
>            Reporter: Sebb
>         Attachments: MathFindbugs.csv
>
>
> The attachment (to follow) is a summary of a Findbugs run.
> It's possible that the use of == for comparing floats is intended; if so perhaps it should be commented.
> I think all the other bug reports are valid, though of course the ones relating to the exposure of internal implementation may be ignored

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