You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martijn Dashorst (JIRA)" <ji...@apache.org> on 2007/04/26 10:54:15 UTC

[jira] Closed: (WICKET-257) Deprecated example in wicket.util.convert.Converter

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

Martijn Dashorst closed WICKET-257.
-----------------------------------

    Resolution: Fixed

As trunk is now Wicket 1.3, this one can be closed (it was fixed in 1.3)

> Deprecated example in wicket.util.convert.Converter
> ---------------------------------------------------
>
>                 Key: WICKET-257
>                 URL: https://issues.apache.org/jira/browse/WICKET-257
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.2, 1.2.3, 1.2.4
>            Reporter: Robert Novotny
>         Assigned To: Martijn Dashorst
>            Priority: Minor
>             Fix For: 1.3, 2.0
>
>         Attachments: wicket.util.convert.Converter.java.patch
>
>
> There is a deprecated example in the wicket.util.convert.Converter example. Method newConverter() on the ConverterFactory seems to be gone in the Wicket 1.2.x.
> Deprecated code:
>  final IConverter converter = new ConverterFactory().newConverter();
>  converter.setLocale(Locale.US);
>  converter.convert(new Double(7.1), String.class); 

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