[ http://issues.apache.org/jira/browse/HARMONY-653?page=all ]
Nathan Beyer reassigned HARMONY-653:
------------------------------------
Assign To: Nathan Beyer
> java.util.Formatter.format should throw UnknownFormatConversionException when using "%"
to format a string
> ----------------------------------------------------------------------------------------------------------
>
> Key: HARMONY-653
> URL: http://issues.apache.org/jira/browse/HARMONY-653
> Project: Harmony
> Type: Bug
> Components: Classlib
> Reporter: Richard Liang
> Assignee: Nathan Beyer
> Attachments: luni.src.diff
>
> Hello,
> When the format string is "%", java.util.Formatter.format(String format, Object... args)
fails to throw UnknownFormatConversionException. Instead, it returns "%".
> I will attach the patch soon. :-)
> Best regards,
> Richard
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|