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 Grigorov (JIRA)" <ji...@apache.org> on 2012/06/25 14:09:42 UTC

[jira] [Created] (WICKET-4627) Change Url#parse() methods to accept CharSequence instead of String

Martin Grigorov created WICKET-4627:
---------------------------------------

             Summary: Change Url#parse() methods to accept CharSequence instead of String
                 Key: WICKET-4627
                 URL: https://issues.apache.org/jira/browse/WICKET-4627
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.0.0-beta2
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Trivial


RequestCycle#urlFor() methods return CharSequence.
By making org.apache.wicket.request.Url#parse() methods accepting CharSequence instead of j.l.String the user will save some typing (adding .toString()).

--
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-4627) Change Url#parse() methods to accept CharSequence instead of String

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

Martin Grigorov resolved WICKET-4627.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1
    
> Change Url#parse() methods to accept CharSequence instead of String
> -------------------------------------------------------------------
>
>                 Key: WICKET-4627
>                 URL: https://issues.apache.org/jira/browse/WICKET-4627
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.0.0-beta2
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>            Priority: Trivial
>             Fix For: 6.0.0-RC1
>
>
> RequestCycle#urlFor() methods return CharSequence.
> By making org.apache.wicket.request.Url#parse() methods accepting CharSequence instead of j.l.String the user will save some typing (adding .toString()).

--
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