NameImpl should implement Serializable (and Comparable too)
-----------------------------------------------------------

                 Key: GEOT-2393
                 URL: http://jira.codehaus.org/browse/GEOT-2393
             Project: GeoTools
          Issue Type: Improvement
          Components: core main
    Affects Versions: 2.5.4
            Reporter: Andrea Aime
            Assignee: Jody Garnett
             Fix For: 2.5.5


Since the class aims to replace a String in order to better qualify a name, it 
should have some of the features that make a String so versatile:

{code}
public final class String
    implements java.io.Serializable, Comparable<String>, CharSequence
{code}

Hmm... maybe not CharSequence thought.

Hmmm.. thinking of it, we probably wand FeatureId to be Serializable as well?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to