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:21:48 UTC

[jira] Updated: (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 updated TAP5-898:
--------------------------------------

    Summary: BeanModel methods reorder, include and exclude should return BeanModel<T> (not BeanModel<?>)  (was: BeanModel interface)

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