Make org.apache.james.mailbox.StandardMailboxMetaDataComparator serializable
----------------------------------------------------------------------------

                 Key: MAILBOX-139
                 URL: https://issues.apache.org/jira/browse/MAILBOX-139
             Project: James Mailbox
          Issue Type: Improvement
          Components: api
    Affects Versions: 0.4
            Reporter: Felix Knecht
            Assignee: Felix Knecht
            Priority: Minor
             Fix For: 0.4


This class implements the Comparator interface. You should consider whether or 
not it should also implement the Serializable interface. If a comparator is 
used to construct an ordered collection such as a TreeMap, then the TreeMap 
will be serializable only if the comparator is also serializable. As most 
comparators have little or no state, making them serializable is generally easy 
and good defensive programming. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to