You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Thomas Andraschko (Jira)" <de...@myfaces.apache.org> on 2020/05/28 07:54:00 UTC

[jira] [Updated] (MYFACES-3196) NumberConverter does not observe NumberFormat's parsePosition

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

Thomas Andraschko updated MYFACES-3196:
---------------------------------------
      Assignee: Thomas Andraschko
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> NumberConverter does not observe NumberFormat's parsePosition
> -------------------------------------------------------------
>
>                 Key: MYFACES-3196
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3196
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: 2.0.7
>            Reporter: Bastian Voigt
>            Assignee: Thomas Andraschko
>            Priority: Minor
>             Fix For: 2.3-next-M3
>
>         Attachments: NumberConverter.patch
>
>
> When parsing numbers with java.text.NumberFormat, it is important to observe the ParsePosition.
> If, after parsing a number, the parsePosition is less than the length of the input string, this actually means there was a problem. Example:
> With grouping disabled, the String "0,23" is parsed to 0, and the parsePosition is set to 1. This should be considered as a parsing error.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)