You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bruno P. Kinoshita (Created) (JIRA)" <ji...@apache.org> on 2011/10/25 23:26:32 UTC

[jira] [Created] (FUNCTOR-6) Make Limit and Offset implement Serializable

Make Limit and Offset implement Serializable
--------------------------------------------

                 Key: FUNCTOR-6
                 URL: https://issues.apache.org/jira/browse/FUNCTOR-6
             Project: Commons Functor
          Issue Type: Bug
            Reporter: Bruno P. Kinoshita
            Priority: Minor


This was another one of the items pointed by Emmanuel, regarding 1.0 release.

In org.apache.commons.functor.core, there are Functors, and LeftIdentify and RightIdentify (Holder classes for Functors). 

Among the Functors in this package, all of them implement Serializable, with exception of Limit and Offset. 

Aren't these classes supposed to be Serializable too? 

Cheers

--
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

        

[jira] [Closed] (FUNCTOR-6) Make Limit and Offset implement Serializable

Posted by "Bruno P. Kinoshita (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FUNCTOR-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno P. Kinoshita closed FUNCTOR-6.
------------------------------------

    Resolution: Later

The patch broke the build, sorry. I will ask in the mailing list regarding statefulness of limit and offset. 
                
> Make Limit and Offset implement Serializable
> --------------------------------------------
>
>                 Key: FUNCTOR-6
>                 URL: https://issues.apache.org/jira/browse/FUNCTOR-6
>             Project: Commons Functor
>          Issue Type: Bug
>            Reporter: Bruno P. Kinoshita
>            Priority: Minor
>         Attachments: FUNCTOR-6.patch
>
>
> This was another one of the items pointed by Emmanuel, regarding 1.0 release.
> In org.apache.commons.functor.core, there are Functors, and LeftIdentify and RightIdentify (Holder classes for Functors). 
> Among the Functors in this package, all of them implement Serializable, with exception of Limit and Offset. 
> Aren't these classes supposed to be Serializable too? 
> Cheers

--
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

        

[jira] [Updated] (FUNCTOR-6) Make Limit and Offset implement Serializable

Posted by "Bruno P. Kinoshita (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FUNCTOR-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno P. Kinoshita updated FUNCTOR-6:
-------------------------------------

    Attachment: FUNCTOR-6.patch

Attach you will find a patch that makes Limit and Offset implement Serializable. The serialVersionUID field was added too with the generated value.
                
> Make Limit and Offset implement Serializable
> --------------------------------------------
>
>                 Key: FUNCTOR-6
>                 URL: https://issues.apache.org/jira/browse/FUNCTOR-6
>             Project: Commons Functor
>          Issue Type: Bug
>            Reporter: Bruno P. Kinoshita
>            Priority: Minor
>         Attachments: FUNCTOR-6.patch
>
>
> This was another one of the items pointed by Emmanuel, regarding 1.0 release.
> In org.apache.commons.functor.core, there are Functors, and LeftIdentify and RightIdentify (Holder classes for Functors). 
> Among the Functors in this package, all of them implement Serializable, with exception of Limit and Offset. 
> Aren't these classes supposed to be Serializable too? 
> Cheers

--
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

        

[jira] [Updated] (FUNCTOR-6) Make Limit and Offset implement Serializable

Posted by "Bruno P. Kinoshita (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FUNCTOR-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno P. Kinoshita updated FUNCTOR-6:
-------------------------------------

    Attachment:     (was: FUNCTOR-6.patch)
    
> Make Limit and Offset implement Serializable
> --------------------------------------------
>
>                 Key: FUNCTOR-6
>                 URL: https://issues.apache.org/jira/browse/FUNCTOR-6
>             Project: Commons Functor
>          Issue Type: Bug
>            Reporter: Bruno P. Kinoshita
>            Priority: Minor
>         Attachments: FUNCTOR-6.patch
>
>
> This was another one of the items pointed by Emmanuel, regarding 1.0 release.
> In org.apache.commons.functor.core, there are Functors, and LeftIdentify and RightIdentify (Holder classes for Functors). 
> Among the Functors in this package, all of them implement Serializable, with exception of Limit and Offset. 
> Aren't these classes supposed to be Serializable too? 
> Cheers

--
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

        

[jira] [Updated] (FUNCTOR-6) Make Limit and Offset implement Serializable

Posted by "Bruno P. Kinoshita (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FUNCTOR-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno P. Kinoshita updated FUNCTOR-6:
-------------------------------------

    Attachment: FUNCTOR-6.patch

Attached you will find a patch which makes Limit and Offset implement Serializable.
                
> Make Limit and Offset implement Serializable
> --------------------------------------------
>
>                 Key: FUNCTOR-6
>                 URL: https://issues.apache.org/jira/browse/FUNCTOR-6
>             Project: Commons Functor
>          Issue Type: Bug
>            Reporter: Bruno P. Kinoshita
>            Priority: Minor
>         Attachments: FUNCTOR-6.patch
>
>
> This was another one of the items pointed by Emmanuel, regarding 1.0 release.
> In org.apache.commons.functor.core, there are Functors, and LeftIdentify and RightIdentify (Holder classes for Functors). 
> Among the Functors in this package, all of them implement Serializable, with exception of Limit and Offset. 
> Aren't these classes supposed to be Serializable too? 
> Cheers

--
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