You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Sandro Martini (JIRA)" <ji...@apache.org> on 2009/08/04 17:18:14 UTC

[jira] Created: (PIVOT-204) Class org.apache.pivot.collections.LinkedList defines non-transient non-serializable instance field

Class org.apache.pivot.collections.LinkedList defines non-transient non-serializable instance field
---------------------------------------------------------------------------------------------------

                 Key: PIVOT-204
                 URL: https://issues.apache.org/jira/browse/PIVOT-204
             Project: Pivot
          Issue Type: Bug
          Components: core-collections
            Reporter: Sandro Martini
            Assignee: Sandro Martini
            Priority: Minor
             Fix For: 1.3


This is referred to the fields first and last.
The inner class Node is not Serializable, but have to be (adding also a default serialVersionUID).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (PIVOT-204) Class org.apache.pivot.collections.LinkedList defines non-transient non-serializable instance field

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

Sandro Martini closed PIVOT-204.
--------------------------------

    Resolution: Fixed

Fixed, making the inner class Serializable.


> Class org.apache.pivot.collections.LinkedList defines non-transient non-serializable instance field
> ---------------------------------------------------------------------------------------------------
>
>                 Key: PIVOT-204
>                 URL: https://issues.apache.org/jira/browse/PIVOT-204
>             Project: Pivot
>          Issue Type: Bug
>          Components: core-collections
>            Reporter: Sandro Martini
>            Assignee: Sandro Martini
>            Priority: Minor
>             Fix For: 1.3
>
>
> This is referred to the fields first and last.
> The inner class Node is not Serializable, but have to be (adding also a default serialVersionUID).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.