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 2012/05/02 12:46:51 UTC

[jira] [Created] (WICKET-4528) make recorder component of wicket-extensions palette more efficient for large number of items and easier to extend

Peter Ertl created WICKET-4528:
----------------------------------

             Summary: make recorder component of wicket-extensions palette more efficient for large number of items and easier to extend
                 Key: WICKET-4528
                 URL: https://issues.apache.org/jira/browse/WICKET-4528
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 6.0.0-beta1, 1.5.6
            Reporter: Peter Ertl
            Assignee: Peter Ertl
            Priority: Minor


the recorder component does a double-nested loop when determining the selected / unselected items for the palette. This can be enhanced by using a set for maintaining the ids. also the component is hard to extend, so give more extension points (at least in 6.x, eventually in 1.5.x also)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4528) make recorder component of wicket-extensions palette more efficient for large number of items and easier to extend

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

Peter Ertl resolved WICKET-4528.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.7
                   6.0.0-RC1
    
> make recorder component of wicket-extensions palette more efficient for large number of items and easier to extend
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4528
>                 URL: https://issues.apache.org/jira/browse/WICKET-4528
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.5.6, 6.0.0-beta1
>            Reporter: Peter Ertl
>            Assignee: Peter Ertl
>            Priority: Minor
>             Fix For: 6.0.0-RC1, 1.5.7
>
>
> the recorder component does a double-nested loop when determining the selected / unselected items for the palette. This can be enhanced by using a set for maintaining the ids. also the component is hard to extend, so give more extension points (at least in 6.x, eventually in 1.5.x also)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira