You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marek Šabo (JIRA)" <ji...@apache.org> on 2010/11/14 20:53:14 UTC

[jira] Created: (WICKET-3169) Parametrize IFilterStateLocator

Parametrize IFilterStateLocator
-------------------------------

                 Key: WICKET-3169
                 URL: https://issues.apache.org/jira/browse/WICKET-3169
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 1.4.13
            Reporter: Marek Šabo


Interface org.apache.wicket.extensions.markup.html.repeater.data.table.filter.IFilterStateLocator contains methods which work with Object types. It may be a good improvement to parametrize this interface with type <T> much like the IModel <T>interface in order to introduce type-safety and avoid casting.

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


[jira] Updated: (WICKET-3169) Parametrize IFilterStateLocator

Posted by "Marek Šabo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Šabo updated WICKET-3169:
-------------------------------

    Attachment: IFilterStateLocator.java

Possible solution

> Parametrize IFilterStateLocator
> -------------------------------
>
>                 Key: WICKET-3169
>                 URL: https://issues.apache.org/jira/browse/WICKET-3169
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: Marek Šabo
>            Priority: Minor
>         Attachments: IFilterStateLocator.java
>
>
> Interface org.apache.wicket.extensions.markup.html.repeater.data.table.filter.IFilterStateLocator contains methods which work with Object types. It may be a good improvement to parametrize this interface with type <T> much like the IModel <T>interface in order to introduce type-safety and avoid casting.

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


[jira] Updated: (WICKET-3169) Parametrize IFilterStateLocator

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-3169:
------------------------------------

    Attachment: WICKET-3169.patch

A patch that add generics to the whole package 'org.apache.wicket.extensions.markup.html.repeater.data.table.filter'

> Parametrize IFilterStateLocator
> -------------------------------
>
>                 Key: WICKET-3169
>                 URL: https://issues.apache.org/jira/browse/WICKET-3169
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: Marek Šabo
>            Assignee: Martin Grigorov
>            Priority: Minor
>         Attachments: IFilterStateLocator.java, WICKET-3169.patch
>
>
> Interface org.apache.wicket.extensions.markup.html.repeater.data.table.filter.IFilterStateLocator contains methods which work with Object types. It may be a good improvement to parametrize this interface with type <T> much like the IModel <T>interface in order to introduce type-safety and avoid casting.

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


[jira] Commented: (WICKET-3169) Parametrize IFilterStateLocator

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934334#action_12934334 ] 

Hudson commented on WICKET-3169:
--------------------------------

Integrated in Apache Wicket 1.4.x #283 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/283/])
    WICKET-3169 Parametrize IFilterStateLocator

Add generics to o.a.w.extensions.markup.html.repeater.data.table.filter

merge r1037520 from 1.5.x


> Parametrize IFilterStateLocator
> -------------------------------
>
>                 Key: WICKET-3169
>                 URL: https://issues.apache.org/jira/browse/WICKET-3169
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: Marek Šabo
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.14, 1.5-M4
>
>         Attachments: IFilterStateLocator.java, WICKET-3169.patch
>
>
> Interface org.apache.wicket.extensions.markup.html.repeater.data.table.filter.IFilterStateLocator contains methods which work with Object types. It may be a good improvement to parametrize this interface with type <T> much like the IModel <T>interface in order to introduce type-safety and avoid casting.

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


[jira] Resolved: (WICKET-3169) Parametrize IFilterStateLocator

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3169.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
                   1.4.14

The whole package now use generics.
r1037524 (1.4.x) and r1037520 (trunk/1.5.x)

> Parametrize IFilterStateLocator
> -------------------------------
>
>                 Key: WICKET-3169
>                 URL: https://issues.apache.org/jira/browse/WICKET-3169
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: Marek Šabo
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.14, 1.5-M4
>
>         Attachments: IFilterStateLocator.java, WICKET-3169.patch
>
>
> Interface org.apache.wicket.extensions.markup.html.repeater.data.table.filter.IFilterStateLocator contains methods which work with Object types. It may be a good improvement to parametrize this interface with type <T> much like the IModel <T>interface in order to introduce type-safety and avoid casting.

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


[jira] Assigned: (WICKET-3169) Parametrize IFilterStateLocator

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-3169:
---------------------------------------

    Assignee: Martin Grigorov

> Parametrize IFilterStateLocator
> -------------------------------
>
>                 Key: WICKET-3169
>                 URL: https://issues.apache.org/jira/browse/WICKET-3169
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: Marek Šabo
>            Assignee: Martin Grigorov
>            Priority: Minor
>         Attachments: IFilterStateLocator.java, WICKET-3169.patch
>
>
> Interface org.apache.wicket.extensions.markup.html.repeater.data.table.filter.IFilterStateLocator contains methods which work with Object types. It may be a good improvement to parametrize this interface with type <T> much like the IModel <T>interface in order to introduce type-safety and avoid casting.

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


[jira] Updated: (WICKET-3169) Parametrize IFilterStateLocator

Posted by "Marek Šabo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Šabo updated WICKET-3169:
-------------------------------

    Priority: Minor  (was: Major)

> Parametrize IFilterStateLocator
> -------------------------------
>
>                 Key: WICKET-3169
>                 URL: https://issues.apache.org/jira/browse/WICKET-3169
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: Marek Šabo
>            Priority: Minor
>
> Interface org.apache.wicket.extensions.markup.html.repeater.data.table.filter.IFilterStateLocator contains methods which work with Object types. It may be a good improvement to parametrize this interface with type <T> much like the IModel <T>interface in order to introduce type-safety and avoid casting.

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