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

Reply via email to