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