[
https://issues.apache.org/jira/browse/WICKET-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Clint Checketts updated WICKET-3662:
------------------------------------
Attachment: palette_extend_list_patch.txt
Patch showing simple change
> Correct Palette generics to use 'extends'
> -----------------------------------------
>
> Key: WICKET-3662
> URL: https://issues.apache.org/jira/browse/WICKET-3662
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-extensions
> Affects Versions: 1.4.17, 1.5-RC3
> Reporter: Clint Checketts
> Priority: Trivial
> Labels: generics
> Attachments: palette_extend_list_patch.txt
>
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> The constructor's for Palette say Model<List<T>> but would be better if it
> said Model<? extends List<? extends T>> since that allows a model of an
> ArrayList as a valid model.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira