You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2008/08/29 12:34:44 UTC

[jira] Closed: (WICKET-1695) IValueMap redefines methods from parent interface Map which causes name clashes and redundancy

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

Peter Ertl closed WICKET-1695.
------------------------------


> IValueMap redefines methods from parent interface Map<String, Object> which causes name clashes and redundancy
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1695
>                 URL: https://issues.apache.org/jira/browse/WICKET-1695
>             Project: Wicket
>          Issue Type: Bug
>            Reporter: Peter Ertl
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4-M3
>
>         Attachments: name-clash-resolved.patch
>
>
> IValueMap redefines methods that are declared in the super interface Map<String, Object> which is redundant and also causes name clashes in IDEA (and probably other environments as well).
> patch included.

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