You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2011/03/18 16:28:29 UTC

[jira] Created: (NET-380) Wherever possible, immutable private fields should be marked final

Wherever possible, immutable private fields should be marked final
------------------------------------------------------------------

                 Key: NET-380
                 URL: https://issues.apache.org/jira/browse/NET-380
             Project: Commons Net
          Issue Type: Improvement
            Reporter: Sebb
         Attachments: final.patch

Using final for fields that are not intended to change is (IMO) good practice.
Also final fields help to ensure thread-safety.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (NET-380) Wherever possible, immutable private fields should be marked final

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated NET-380:
---------------------

    Attachment: final.patch

> Wherever possible, immutable private fields should be marked final
> ------------------------------------------------------------------
>
>                 Key: NET-380
>                 URL: https://issues.apache.org/jira/browse/NET-380
>             Project: Commons Net
>          Issue Type: Improvement
>            Reporter: Sebb
>         Attachments: final.patch
>
>
> Using final for fields that are not intended to change is (IMO) good practice.
> Also final fields help to ensure thread-safety.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira