[ 
https://issues.apache.org/jira/browse/LANG-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575134#action_12575134
 ] 

Matt Benson commented on LANG-362:
----------------------------------

It seems somewhat misleading to keep running do-nothing tests.  I figured 
having them around in rcs was good enough, though I'll concede someone coming 
in later might not notice them right away.  What if I simply comment or 
similarly disable them?

Also, if you could verify when you run the failing tests that the stacktrace 
contains a call to MessageFormat's constructor, I could submit my RFE to the 
Sun... I'm running on OSX now.  If not, I'll do it later.

For information's sake, I plan to suggest replacing new MessageFormat(pattern) 
with MessageFormat mf = (MessageFormat) this.clone(); mf.applyPattern(pattern); 
in the ChoiceFormat handling would suffice, though I don't plan to go through 
all the submit-a-fix-to-Sun rigmarole...

> Add ExtendedMessageFormat to org.apache.commons.lang.text
> ---------------------------------------------------------
>
>                 Key: LANG-362
>                 URL: https://issues.apache.org/jira/browse/LANG-362
>             Project: Commons Lang
>          Issue Type: New Feature
>            Reporter: Matt Benson
>            Assignee: Matt Benson
>            Priority: Minor
>             Fix For: 2.4
>
>         Attachments: DateFormatFactory.java, extendedMessageFormat.patch.txt, 
> extendedMessageFormat.patch.txt, ExtendedMessageFormat2.java, 
> ExtendedMessageFormatTest.java, FormatFactory.java
>
>
> Discussed on dev@ ( 
> http://mail-archives.apache.org/mod_mbox/commons-dev/200710.mbox/[EMAIL 
> PROTECTED] ); adding here for tracking purposes and in case anyone has any 
> serious objections to my implementation.  Patch forthcoming...

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

Reply via email to