You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/05/07 01:23:49 UTC

[jira] Closed: (TAP5-898) BeanModel methods reorder, include and exclude should return BeanModel (not BeanModel)

     [ https://issues.apache.org/jira/browse/TAP5-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-898.
-------------------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

> BeanModel methods reorder, include and exclude should return BeanModel<T> (not BeanModel<?>)
> --------------------------------------------------------------------------------------------
>
>                 Key: TAP5-898
>                 URL: https://issues.apache.org/jira/browse/TAP5-898
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Alex Lumpov
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.0
>
>
> I think
> BeanModel<T>.reorder(String... propertyNames)
> BeanModel<T>.include(String... propertyNames)
> BeanModel<T>.exclude(String... propertyNames)
> must return BeanModel<T>, not BeanModel<Object>

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