You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2010/03/12 15:37:27 UTC

[jira] Assigned: (HARMONY-6465) [classlib][nio]Small fixes according to the findbug results

     [ https://issues.apache.org/jira/browse/HARMONY-6465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-6465:
------------------------------------

    Assignee: Tim Ellison

> [classlib][nio]Small fixes according to the findbug results
> -----------------------------------------------------------
>
>                 Key: HARMONY-6465
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6465
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: All
>            Reporter: Li Jing Qin
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M14
>
>         Attachments: findbug-nio.diff, findbug-nio.diff
>
>
> According to the findbug results, this patch including simple fixes or refactors as follow:
> 1. Use Integer.valueOf instead of new Integer, which may use the Integer cached. (MappedByteBufferFactory.java)
> 2. Use the primitive 0L instead of the new Long(0). (SocketChannelImpl.java)
> 3. Change the final int to be a static field. (EpollSelectorImpl.java)

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