You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2020/07/23 14:17:05 UTC

[jira] [Resolved] (WICKET-6804) 'setDefaultModel(IModel)' in 'org.apache.wicket.MarkupContainer' clashes with 'setDefaultModel(IModel)' in 'org.apache.wicket.IGenericComponent'; both methods have same erasure, yet neither overrides the other

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

Martin Tzvetanov Grigorov resolved WICKET-6804.
-----------------------------------------------
    Resolution: Not A Problem

JIRA is not a support forum.
Please use users@ mailing list.

> 'setDefaultModel(IModel<?>)' in 'org.apache.wicket.MarkupContainer' clashes with 'setDefaultModel(IModel<?>)' in 'org.apache.wicket.IGenericComponent'; both methods have same erasure, yet neither overrides the other
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-6804
>                 URL: https://issues.apache.org/jira/browse/WICKET-6804
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 8.8.0
>            Reporter: john tal
>            Priority: Major
>
> Not sure how wicket project and wicketstuff projects are handshaking/coordinating/communicating changes.
> 'setDefaultModel(IModel<?>)' in 'org.apache.wicket.MarkupContainer' clashes with 'setDefaultModel(IModel<?>)' in 'org.apache.wicket.IGenericComponent'; both methods have same erasure, yet neither overrides the other
> org.apache.wicket.markup.html.form public class Form<T>
> extends org.apache.wicket.markup.html.WebMarkupContainer
> implements org.apache.wicket.IRequestListener, org.apache.wicket.IGenericComponent<T, Form<T>>
>  org.wicketstuff:wicket-datetime:8.8.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)