> On another front, the separation between "general" and "specific" error
> message patterns can save some more enums [...]

More on this. Excerpt from "LocalizedFormats.java":

    NEGATIVE_LENGTH("length cannot be negative ({0})"),
    // ...
    NOT_POSITIVE_LENGTH("length must be positive ({0})"),



Gilles

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

Reply via email to