On Fri, Apr 22, 2011 at 11:36 PM, Henri Yandell <flame...@gmail.com> wrote:
> These are the current blocking items in play afaik:
>
> * Email thread - what else should implement Formattable?

Sounds like this is now:

* Update javadoc for Mutable classes to indicate that they can't do
much to make them useful in String.format.

We could consider making Fraction, StopWatch and others use Format
under the hood and thus implementing Formattable, but I'm not sure I
see much point. I also don't see adding Formattable later on as a
backwards compat issue, but maybe I'm being dim (flu + newborn,
verrrrry dim right now).

> * LANG-696/Email thread - getShortName. What to do with the (String)
> variant. Remove others.

I've updated LANG-696. I think we need to decide which of the following we want:

getSimpleName(Map.Entry.class) => "Entry"  [Matches JVM]
getSimpleName(Map.Entry.class) => "Map.Entry" [Matches Lang 2.x]

> * Email thread - Validate method naming

I think this one has ended.

Hen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to