You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org> on 2007/08/21 15:55:30 UTC

[jira] Updated: (WICKET-705) StringValue javadoc incorrect regrading conversion to checked exception

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

Jean-Baptiste Quenot updated WICKET-705:
----------------------------------------

    Fix Version/s: 1.3.0-beta4

Looks reasonable to do for the next release

> StringValue javadoc incorrect regrading conversion to checked exception
> -----------------------------------------------------------------------
>
>                 Key: WICKET-705
>                 URL: https://issues.apache.org/jira/browse/WICKET-705
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Ismael Juma
>            Priority: Minor
>             Fix For: 1.3.0-beta4
>
>
> Various methods in StringValue (look at toLong for an example, but there are many others) have the text:
> "convert unchecked NumberFormatExceptions to checked."
> This is not true since StringValueConversionException extends ConversionException that in turn extends WicketRuntimeException. I assume that this is a case where the exception hierarchy was changed and the documentation was not updated.

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