You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2007/12/18 20:09:43 UTC

[jira] Closed: (HARMONY-5323) [classlib][text][Tomcat] MessageFormat.format can not format messages with more then 10 variables

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

Alexey Petrenko closed HARMONY-5323.
------------------------------------

    Resolution: Fixed

The patch has been applied.

> [classlib][text][Tomcat] MessageFormat.format can not format messages with more then 10 variables
> -------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5323
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5323
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, Classlib
>    Affects Versions: 5.0M4
>            Reporter: Alexey Petrenko
>            Assignee: Alexey Petrenko
>            Priority: Critical
>
> MessageFromat.format can not format messages with more then 10 variables. It throws the following exception:
> === cut ===
> java.lang.IllegalArgumentException: Missing element format
> 	at java.text.MessageFormat.parseVariable(MessageFormat.java:666)
> 	at java.text.MessageFormat.applyPattern(MessageFormat.java:115)
> 	at java.text.MessageFormat.<init>(MessageFormat.java:82)
> 	at java.text.MessageFormat.format(MessageFormat.java:431)
> 	at MessageFormatTest.main(MessageFormatTest.java:13)
> === cut ===
> This issue is discovered in Tomcat-Harmony bundle and prevent Tomcat Manager application from execution.

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