[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1548) StringFqn is missing serialVersionUID field

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Mon Sep 28 11:48:49 EDT 2009


StringFqn is missing serialVersionUID field
-------------------------------------------

                 Key: JBCACHE-1548
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1548
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.2.1.CR1
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Minor
             Fix For: 3.2.1.GA


JBAS-7265 reports StringFqn has a changed serialVersionUID:

FAIL: serialVersionUID error for org.jboss.cache.StringFqn, 500 -1886519334118453717, current: 4293894402785112380 

The serialization format hasn't changed; it's just that the class has no serializationVersionUID field. So I'll add

private static long serialVersionUID = -1886519334118453717;

Note that this class is annotated @Experimental and isn't actually used anywhere.

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

        


More information about the jbosscache-issues mailing list